Staking
How to earn (or burn) with your Crypto 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 * mmc), -0.05, 0.05)
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