Deploy Reward Calculator
Deploy the Reward Calculator contract to your EVM network.

Deploy Example Reward Calculator
This will deploy the ExampleRewardCalculator contract to the EVM network.
Note: The example calculator:
- Sets a minimum uptime threshold (80%) for validators to receive rewards
- Calculates rewards linearly based on stake amount and duration
- Uses basis points (BIPs) to define the annual reward rate
The rewardBasisPoints parameter represents the annual reward rate in basis points (1 basis point = 0.01%):
- 500 basis points = 5% annual yield
- 1000 basis points = 10% annual yield
This is just an example calculator that should be modified for your specific reward calculation needs. View the source code on GitHub: ExampleRewardCalculator.sol
Explore more
Avalanche Builder Tooling

Is this guide helpful?