Gemini Testnets
An overview of dynamic token issuance on Autonomys' Gemini testnets
Last updated
Was this helpful?
An overview of dynamic token issuance on Autonomys' Gemini testnets
Last updated
Was this helpful?
On Autonomys' Gemini testnets, farmers initially received 0.1 $tSSC in block rewards for the blocks they proposed, and 0.1 $tSSC for the votes they submitted. The decay function reduced rewards every block as the chain progressed following the exponential decay function:
Both block proposer rewards and vote rewards were computed using the same formula.
Dynamic issuance was tested on the Gemini 3h testnet where:
$tSSC per block
is the current block height
(the block when the decay function was activated)
$tSSC
On Gemini-3h, the reference subsidy issuance decayed roughly following the curve below, starting at 0.1 $tSSC per (empty) block, and decreasing over the next 1,296,000 blocks (~90 days).
Block proposer rewards were also dynamic based on the demand for blockspace, with the protocol decreasing proposer rewards in response to increased execution fees earned by proposers (due to blockspace utilization). Blockspace demand was measured as an exponential moving average of the percentage of the maximum blockspace used by normal transactions over the last 100 blocks (excluding operational transactions like votes and fraud proofs):
The final formula for block proposer rewards was:
Vote rewards represented 90% of the reference subsidy, and were unaffected by utilization:
The remaining 10% of each vote reward was received by the proposer of the block that included the vote to incentivize the proposer to include votes.