📄️ Create an account with open strategy
The open strategy allows for registering new accounts without paying the registration fee. However, it's important to note that the open strategy does not require funding a non-existent account. Therefore, you should proceed with caution when using this strategy in the production environment.
📄️ Create an account with the transfer open strategy
The transfer open strategy allows the creation of new accounts without requiring payment of registration fees. Instead, users must transfer a specific amount of tokens to a non-existent account. You can configure this amount by modifying the value of the min_amount property in the chromia.yml file. For detailed information, consult the relevant section in the Dapp Monetization course.
📄️ Create an account with the transfer fee strategy
When using the transfer fee strategy, users must pay a predefined fee to register an account. You can specify the fee amount by modifying the value in the amount field under the
📄️ Create an account with the transfer subscription strategy
When implementing the transfer subscription strategy, users can establish new accounts by paying a specific subscription fee. The recurring fee is divided into two parts from a technical perspective: the duration for which the subscription remains active until it expires and the subscription amount. These values can be adjusted using the subscriptionperioddays and amount properties in the chromia.yml configuration file. For more details, please refer to the relevant section in the Dapp Monetization course.