Paid DailyPDPaid Daily
← All protocols

Aerodrome

Protocol· aerodrome· base· ve-token

The protocol in one breath

Aerodrome is an AMM where liquidity providers earn from swap fees and AERO token holders earn from voting. Each week, voters decide which pools receive freshly minted AERO. Pools that attract votes route their swap fees to those voters in return — turning every gauge into a weekly auction for liquidity.

The four moving parts

PartWhat it isWho interacts with it
AMM poolsClassic v2 (stable + volatile) and Slipstream concentrated liquidity.Traders, LPs
veAEROVote-escrow NFT representing AERO locked up to 4 years.Token holders
GaugesOne per pool. Mints and routes AERO emissions to LPs.LPs (stake here), voters (point emissions here)
Incentives marketA bribe layer attached to each gauge. Third parties pay to attract votes.Protocols, voters

Every action above is keyed to a weekly epoch, snapping shut every Thursday at 00:00 UTC.

The weekly clock

A single epoch in chronological order:

Trading: two AMMs in parallel

AMMInvariantBest for
Classic — stable poolx³y + y³x = k (Curve-style)Stablecoin pairs, LST/ETH, pegged assets
Classic — volatile poolx · y = k (Uniswap v2-style)Any uncorrelated pair
SlipstreamConcentrated liquidity (Uniswap v3-derived)Tighter ranges, higher capital efficiency

Classic pools take a flat fee set at pool creation. Slipstream pools have governance-set fee tiers and tick spacings — LPs supply liquidity to a chosen price band, and capital outside that band earns nothing. Slipstream positions are ERC-721 NFTs; staking the NFT into the pool's gauge unlocks AERO emissions on top of swap fees. A "Slipstream V2" upgrade shipped in November 2025 with refined fee tiers.

Who earns what

This is the load-bearing table for understanding the protocol.

Pool stateLP receivesVoter receives
Gauged + voted onAERO emissions (only if the LP position is staked in the gauge)100% of pool swap fees + all incentives deposited on that gauge
Gauged but no votesSwap fees (no emissions; no redirect)Nothing for that gauge
No gauge at allSwap fees

Two consequences worth internalizing:

  1. An unstaked LP position in a gauged, voted pool earns nothing. Fees go to voters, emissions require staking. You have to actively stake the position into its gauge.
  2. Voters and LPs are paid from different revenue lines. Voters get the fee stream + bribes; LPs get the inflation subsidy. Different risks, different yields, same pool.

veAERO — locking AERO for governance

Lock AERO for any duration up to 4 years. You receive a transferable veAERO NFT whose voting power is the product of the locked amount and the remaining lock time. Both decay linearly toward zero as the lock unwinds.

A veAERO NFT can be:

When the lock expires the underlying AERO becomes withdrawable.

Incentives ("bribes")

A market, not a feature. Anyone can deposit any ERC-20 onto a gauge's incentive contract during an epoch. At epoch close those tokens go to voters of that gauge, pro-rata to vote weight.

The economic logic: a protocol that wants AERO emissions directed to its liquidity pool pays veAERO holders to vote that way. The dollars paid per veAERO-vote-attracted is the protocol's effective cost of liquidity.

Rebases

A small slice of each epoch's AERO emissions is paid back to veAERO holders as a rebase — partially offsetting the dilution that would otherwise come from emissions flowing to non-locked supply. The rebase scales with the ratio of locked AERO to circulating supply.

Relays — passive veAERO

A Relay pools many users' veAERO into one bloc and votes it on a defined strategy. After each epoch the Relay:

  1. Claims fees + incentives earned by its votes.
  2. Either auto-compounds them into more locked AERO (growing voting power) or converts them for withdrawal.

The protocol-run veAERO MAXI Relay is the compounding reference implementation. Third-party Relays exist with alternate strategies (USDC payout, partial compound, etc.).

Emissions schedule

AERO supply is not fixed. Emissions follow three phases:

PhaseMechanic
Growth (weeks 1–14)Starts at 10M AERO / week (2% of initial supply), increases 3% per week.
DecayWeekly emissions decrease 1% per week.
Tail — "Aero Fed"Once emissions fall below ~6M / week, the protocol emits a percentage of circulating supply (initially 0.003 / week). The rate can be adjusted within bounded steps by EpochGovernor votes.

Governance

Both governance bodies are vote-weighted by veAERO.

Adjacent surface

Takeaways

  1. Aerodrome is a ve(3,3) DEX on Base combining classic AMM pools (stable + volatile), Slipstream concentrated liquidity, vote-escrow governance, and a weekly incentive market.
  2. Every economic action — voting, fee payout, incentive distribution, emission allocation — is keyed to a single epoch that closes Thursday 00:00 UTC.
  3. In a gauged pool that received votes, 100% of swap fees flow to voters; LPs earn AERO emissions instead — but only if the LP position is staked into the gauge.
  4. veAERO is a transferable NFT representing AERO locked up to 4 years. Voting power = locked amount × remaining lock time, decaying linearly to zero.
  5. Incentives are an open market: anyone deposits ERC-20s on a gauge, voters of that gauge collect them pro-rata.
  6. Emissions run a 14-week growth phase, then a 1%/week decay phase, then a tail "Aero Fed" regime emitting a governance-adjustable percentage of circulating supply.
  7. Relays pool and delegate veAERO voting with auto-compound or conversion strategies; veAERO MAXI is the protocol-run reference.
  8. Slipstream is a Uniswap v3-derived CL AMM with governance-set fee tiers and tick spacings; positions are NFTs stakeable in the pool's gauge.