Skip to content

Commit

Permalink
Update energy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yung-Beef authored Feb 14, 2024
1 parent 1c65c9c commit 26a0144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/concepts/sponsored/energy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 26a0144

Please sign in to comment.