Aerodrome Integration
What is Aerodrome?
Aerodrome is the largest decentralized exchange on Base chain. It supports two types of pools:
- Standard AMM pools — similar to Uniswap V2
- Slipstream pools — concentrated liquidity, similar to Uniswap V3
How NMT Integrates
Standard Pools
| Layer | Component |
|---|---|
| Contract | AerodromeModule.sol |
| Backend | workers/src/defi/services/aerodrome/ |
| Frontend | lib/defi/aerodrome/ |
| Data source | On-chain (curated list of 15 pools) |
Slipstream (Concentrated Liquidity)
| Layer | Component |
|---|---|
| Contract | (via AerodromeModule) |
| Backend | workers/src/defi/services/aerodrome_slipstream/ |
| Frontend | lib/defi/aero-slipstream/ |
| Data source | On-chain |
Supported Chains
| Chain | Status |
|---|---|
| Base | Active (Aerodrome is Base-native) |
Key Addresses (Base)
| Contract | Address |
|---|---|
| Router | 0xcF77a3Ba9A5CA399B7c97c74d54e5b1Beb874E43 |
| Factory | 0x420DD381b31aEf6683db6B902084cB0FFECe40Da |
Data Indexed
Standard Pools
NMT indexes a curated list of 15 specific Aerodrome pools. This is different from other protocols where all pools above a TVL threshold are indexed.
Min TVL filter: $0 (curated list, no filter needed)
Slipstream Pools
Slipstream pools are indexed based on a TVL threshold, similar to Uniswap V3.
Min TVL filter: $500,000
Max APY cap: 2,000% (higher than the standard 300% cap because Aerodrome emissions can produce very high short-term APYs)
Update interval: Every 2 minutes (Slipstream), every 30 minutes (standard)