[Step 10] Claiming rewards

Modeler's rewards are accumulated over each epoch (a period of 7 days) and are based on the Modeler's contribution to responding to inference requests within the specified SLA. Modelers may claim their reward through direct interaction with the Consumption.sol smart contract.

Claiming Rewards through the Consumption Smart Contract

The Consumption smart contract is responsible for managing the distribution of rewards to model hosts. To claim rewards, a model host must interact with the claimReward function within this contract.

This action triggers a smart contract interaction with the Consumption.sol smart contract to transfer the claimed rewards to the host's connected wallet. The modeler does not have to claim their reward immediately after the epoch ends, they are able to claim their rewards whenever is convenient to them.

Last updated