Pricing on Towns
As a Town admin, you have the option to select from three pricing tiers: Dynamic, Fixed, and Prepaid for how to charge for town memberships:
-
Dynamic:
- The first 100 members are free, then the price of membership increases (logarithmically) based on the number of members in a space.
- For the first 1,000 members, the price approaches $10 USD, and for the next 9,000 members, it approaches $100 USD.
- The membership price never exceeds $100 USD.
-
Fixed:
- Implements a simple fixed pricing model with a minimum price of 0.001 ETH for membership.
-
Prepaid:
- For towns who don’t want to charge members any fees, choose this pricing model.
- Town admin will need to prepay for fees after the first 100 members who join.
- Prepaid fees cover gas and River Protocol fees.
-
Coming soon:
- An option to not charge for membership and to pass fees on to your members
Custom Pricing:
-
There is a fourth option for admins pricing their communities. Space owners can create custom pricing modules, implementing any custom strategy articulated through code that complies with the IPricingModule
interface. Pricing can be based on various programmable attributes, such as the total number of memberships minted. You can learn more about setting up custom pricing modules in the River Protocol’s pricing docs here:
Pricing Modules - River