IERC DPoS
In a DPoS system, the mining output of users is entirely determined by the DPoS_EOA (Delegated Proof of Stake Externally Owned Account) points they hold. When users are ready to perform a Mint operation, they can choose the amount of points they want to consume and pay gas fees to have the transaction added to the blockchain. The calculation of rewards follows the following formula:
The formula for calculating the DPoS weight is as follows:
represents the proportion of rewards that you will receive in this block.
Represents the number of points you consume in this transaction.
Represents the total sum of points used effectively in the block where this transaction is included.
The formula for calculating DPoS rewards is as follows:
represent the mining rewards that you can obtain in the current block.
represents the total sum of weights of all valid mining activities in the current block.
represents the output rewards of each DPoS block. Initially, it is 50% of 1000 tokens. After every two years, it halves until the fourth year, when it maintains a fixed output ratio.
is the number of consecutive blocks without valid DPoS transactions in the previous block or blocks. This value increases the rewards for subsequent blocks until a valid transaction occurs.
DPoS Staking
Staking is an important component of Delegated Proof of Stake (DPoS). In DPoS, users have the option to stake or delegate their tokens by choosing an appropriate staking strategy.
Inscriptions/Stake Type | Free | Lockout 30D | Lockout more |
$ethi | 1x | 1.5x | ... |
... | ... | ... | ... |
Last updated