-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #3894: Minting mechanism explanatory docs
* minting spec concepts * cl * Update docs/spec/mint/01_concepts.md Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com> * typo address @alexanderbez * Apply suggestions from code review Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com> * commit for CI to restart
- Loading branch information
1 parent
6ce4d5e
commit ea9aecd
Showing
5 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
\#3752 Explanatory docs for minting mechanism (`docs/spec/mint/01_concepts.md`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Concepts | ||
|
||
## The Minting Mechanism | ||
|
||
The minting mechanism was designed to: | ||
- allow for a flexible inflation rate determined by market demand targeting a particular bonded-stake ratio | ||
- effect a balance between market liquidity and staked supply | ||
|
||
In order to best determine the appropriate market rate for inflation rewards, a | ||
moving change rate is used. The moving change rate mechanism ensures that if | ||
the % bonded is either over or under the goal %-bonded, the inflation rate will | ||
adjust to further incentivize or disincentivize being bonded, respectively. Setting the goal | ||
%-bonded at less than 100% encourages the network to maintain some non-staked tokens | ||
which should help provide some liquidity. | ||
|
||
It can be broken down in the following way: | ||
- If the inflation rate is below the goal %-bonded the inflation rate will | ||
increase until a maximum value is reached | ||
- If the goal % bonded (67% in Cosmos-Hub) is maintained, then the inflation | ||
rate will stay constant | ||
- If the inflation rate is above the goal %-bonded the inflation rate will | ||
decrease until a minimum value is reached |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters