You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to transfer money has been a long-standing omission from the web platform. As a result, the web suffers from a flood of advertising and corrupt business models. Web Monetization provides an open, native, efficient, and automatic way to compensate creators, pay for API calls, and support crucial web infrastructure.
- https://webmonetization.org/
Web Monetization is a proposed standard that allows users to pay for websites as they use them.
Currently, Web Monetization users such as Coil subscribers pay $5 a month, and any creator or website with this enabled will get compensated for our time on the content. (I'm a subscriber too!)
Some sites provide benefits for subscriptions, for example Imgur remove adverts for users with Web Monetization enabled.
<head><!-- whatever other elements --><metaname="monetization" content="{{INTERLEDGER_PAYMENT_POINTER}}"></head>
And done, users of Coil are now streaming payments for every second they're on the site.
It could be worth reevaluating the billing model with this in mind, but that's at the discretion of Indent Labs. This suggestion doesn't mean that the existing billing of Notebook.ai has to change, it's just an additional stream of income that can come from users that want to support you.
The text was updated successfully, but these errors were encountered:
Hey there! This is a super-cool idea. I generally hate ads so the current subscription model is basically a lesser-evil alternative, so I'm always interested in finding different/better monetization models that work better for people. I'll do some research into this and see what can be done!
Could Web Monetization support be added to Notebook.ai?
Web Monetization is a proposed standard that allows users to pay for websites as they use them.
Currently, Web Monetization users such as Coil subscribers pay $5 a month, and any creator or website with this enabled will get compensated for our time on the content. (I'm a subscriber too!)
Some sites provide benefits for subscriptions, for example Imgur remove adverts for users with Web Monetization enabled.
To add support, you'd just have to pick an Interledger provider of your choice such as Uphold, then put your Interledger Payment Pointer in the
head
of the page.And done, users of Coil are now streaming payments for every second they're on the site.
It could be worth reevaluating the billing model with this in mind, but that's at the discretion of Indent Labs. This suggestion doesn't mean that the existing billing of Notebook.ai has to change, it's just an additional stream of income that can come from users that want to support you.
The text was updated successfully, but these errors were encountered: