diff --git a/docs/develop/concepts/sponsored/energy.md b/docs/develop/concepts/sponsored/energy.md index 88390814..b76efaa5 100644 --- a/docs/develop/concepts/sponsored/energy.md +++ b/docs/develop/concepts/sponsored/energy.md @@ -9,7 +9,7 @@ Energy allows usage of the Subsocial network without tokens, and has a few key p Currently, there are 2 ways to generate energy which will be explained below. ### Burn SUB tokens -You can burn SUB tokens to generate energy for your account, or for another account. The fee used for each transaction will be significantly lower than if you were to use SUB tokens. How much cheaper the energy is set by energy coefficient. Energy coefficient is an on-chain parameter that can be set by the chain's governance. At the time of writing, the energy coefficient is 5x, meaning transaction fees are 5x cheaper if energy is used. +You can burn SUB tokens to generate energy for your account, or for another account. The fee used for each transaction will be significantly lower than if you were to use SUB tokens. How much cheaper the energy is set by energy coefficient. Energy coefficient is an on-chain parameter that can be set by the chain's governance. At the time of writing, the energy coefficient is 2x, meaning transaction fees are 2x cheaper if energy is used. For more details, you can read it [here](/docs/basics/lightpaper/architecture/energy). By using this method, app developer can onboard their user easily by burning their own tokens for them. This can make the user experience for the app much better by making the user not have to worry about buying tokens to use the app. To see how to do it, you can read it [here](/docs/develop/sdk/energy)