6.1 How Staking Works

Stake AVM tokens to earn rewards from protocol fees and emissions.

🔒 Process

  1. Lock AVM in the official Staking contract

  2. Rewards accrue per block

  3. Claim rewards anytime

function claim() external;        // Claim rewards
function stake(uint256 amount) external; // Stake AVM

📈 Rewards scale with stake size and time.