Skip to content

Commit

Permalink
Merge pull request #23 from 0xPolygon/readme-patch
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
0xCVH authored Sep 14, 2023
2 parents e64260b + 9b132e5 commit c83119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The migration contract allows 1-to-1 migrations between MATIC and POL using the

## Emission Manager Contract

The role of the Emission Manager is to have the exclusive ability to mint new POL tokens. It has the ability to calculate token emissions based upon a yearly rate, and then dispurse them linearly to a configured target `StakeManager`. For safety, there is a cap on the number of tokens mintable per second as defined by [`MAX_MINT_PER_SECOND`](https://github.com/0xPolygon/pol-token/blob/main/src/PolygonEcosystemToken.sol#L15) on the token implementation.
The role of the Emission Manager is to have the exclusive ability to mint new POL tokens. It has the ability to calculate token emissions based upon a yearly rate, and then dispurse them linearly to a configured target `StakeManager`. For safety, there is a cap on the number of tokens mintable per second as defined by [`mintPerSecondCap`](https://github.com/0xPolygon/pol-token/blob/main/src/PolygonEcosystemToken.sol#L16) on the token implementation.

A default implementation is included and this contract will be proxy upgradable by Polygon Governance.

Expand Down

0 comments on commit c83119b

Please sign in to comment.