
Superchain deployment addresses are available here. Optimism deployment addresses, in particular, are available here.
1. THE VESTING TOKEN IMPLEMENTATION
The VELO token's value capture implementation follows a structured flow where users interact with multiple protocol components. The process begins when a user locks their VELO tokens to receive veVELO through the voting escrow contract (in addition to position management and delegation functions), with the ability to redeem these tokens upon lock expiry. Users can then participate in protocol governance by voting through the Voter contract, which interfaces with both gauge and reward systems. These gauges are created by interaction with the corresponding function of the Voter, and the Rewards Factory creates the reward pools for the gauge (one for fees, the other for bribes). These pools receive fees from gauges and additional incentives from gauge owners. Once the epoch concludes, rewards become claimable via Voter functions ; where the Minter contract notifies reward amounts and mints new VELO tokens as needed, while the Distributor handles the distribution of rebase rewards to veVELO holders. This creates a comprehensive system that handles both active participation rewards (voting/gauge rewards) and passive benefits (rebases).