Contracts

Core contracts powering the SYND token, staking, and emissions system

Core Contracts

The following contracts power SYND token emmissions on Ethereum and Base:

Token & Governance

ContractNetworkAddressDescription
SYND TokenEthereum0x1bAB804803159aD84b8854581AA53AC72455614EERC-20 token contract with fixed 1B supply
SYND TokenBase0x11dC28D01984079b7efE7763b533e6ed9E3722B9Crosschain deployment on Base
SYND TokenCommons ChainN/A (native token)Native token of Commons L3

Staking & Emissions

ContractNetworkAddressDescription
SyndStakingCommons Chain0xF9637B60f27AF139FC46EAa655cFBbe4E731BCdFThe core staking contract that manages user stakes across different appchains and epochs, tracking stake amounts and durations for emissions calculations
BasePoolCommons Chain0x71cF8bf70Bb4f5ba8e4B4588bacB5ee108f3Ed10Implements the Base Pool reward distribution system where stakers receive 30% of epoch emissions proportionally based on their stake amount and duration. Until the Performance and Base Pools launch (expected Epoch 1 Oct 30, 2025), the Base Pool will receive 100% of emissions (in Epoch 0)
RefunderCommons Chain0x9BE716F21428a254a2e4825cfa1d8A0893B9827BA utility contract that recovers any leftover SYND from bridge operations and deposits them into the appropriate pool for the current epoch

Emissions Infrastructure

ContractNetworkAddressDescription
L1RelayerEthereum0x96f93df52B769AD3E7f633E4fc68cb2Cc1E33686Bridges SYND emissions tokens from Ethereum mainnet to Base using the OP Standard Bridge and sends cross-chain messages to trigger L2 relayer
L2RelayerBase0x5c1aD8136FF7C1bEF7fAc1AD09ccCdc40488119EBridges SYND emissions tokens and relays operations from Base (L2) to Commons Chain (L3) using Arbitrum Bridge

Emissions

ContractNetworkAddressDescription
EmissionsCalculatorEthereum0x7CC604b2e117693fE214b8253504eC29BE9Ecf0aImplements the formula to calculate emission amounts for each of the 48 epochs, enforcing the 80M SYND cap
EmissionsSchedulerEthereum0xcD3602332fA70191A0e1A1b49aC9873aD4D87E0eCoordinates the emission process by triggering mints at the appropriate times and initiating the bridge sequence from Ethereum through Base to Commons Chain