Staking
How to earn (or burn) NMR with your Signals model
If your signal has sufficiently low churn and turnover, you may optionally stake
NMR on your model to earn or burn based on your scores. Staking means locking up your NMR and giving Numerai permission to add payouts to or burn from the NMR locked up. For general rules about staking and payouts, please read the main staking documentation.
Payouts
Payouts are a function of your stake value and scores. Please review the main staking documentation to understand how payouts work generally. The Signals payout function is specifically:
payout = stake * clip(payout_factor * (fncv4 * 1 + mmc * 2), -0.05, 0.05)
For rounds starting on September 2nd, 2025, the payout function will change to:
payout = stake * clip(payout_factor * (alpha * 0.3 + mpc * 0.8), -0.017, 0.017)
The payout_factor
reduces logarithmically as the total NMR staked grows over the stake_cap_threshold.
See the values of stake_cap_threshold
here.
Last updated