Earn with Subs
Multiple ways to earn
There are many ways to earn recurring revenue with Subs after you've created your application. The simplest is "personal subs" which allows you to just have a page hosted on Subs and let your users subscribe, nothing more.
Personal Page
The first thing you need to do is add your app information, and for that, go to Subs, on your apps page click manage and complete your app details :
After that, complete your profile :
Boom, the magic of Subs 🎉🎉🎉
We keep it simple


For the end users, they just need to choose the plan and the token they want to use. And, Tadaa, a new subscriber 🎉🎉🎉 . Take a look at this example.
Subs Widget
Another way to earn recurring revenue with Subs is with the Subs widget, which lets you integrate Subs directly into your existing application.


Simply install our package JS on your already existing website, it's easy to setup. Go check Subs Widget page.
Telegram Monetization
There are a service build on top of Subs that allow you to monetize your group or channel telegram with your subs plans: Check our telegram bot .
Discord Monetization
There are others services build on top of Subs that allow you to monetize your discord servers with your subs plans. Write us to get access .
REST API
Do you have a complex existing information system? No problem, our tailor-made API helps you to easily use Subs for recurring revenues.
Our API is incredible for 2 reason:
Is gas-less, you can add payment to your App and also let your user subscribe for FREE.
Choose your favorite node provider and you get all the data about your subscription app and customers
It's just here Subs API
Directly on-chain
We give you all you need to recreate a mini ABI of our smart-contract.
You can integrate Subs directly into your smart contract if needed, for example verify if a user is your subscriber :
(bool isMySubscriber,,,) = ISubs(subsAddress).isMySubscriber(appId, userAddress);
You can even make your own SDK out of it ! Posibilities are endless, there are several possibilities, so it's up to you
All you need: Subs Contract
Last updated