Contango is a DeFi-native derivatives protocol that creates fixed-rate forward and futures contracts by combining borrowing and lending positions in existing money markets — enabling traders to go long or short with leverage while simultaneously generating yield from the underlying lending protocol positions.
Overview
Most DeFi derivatives either replicate centralized exchange features (perpetuals DEXs) or create synthetic exposure (Synthetix). Contango takes a structurally different approach: it constructs real fixed-income-like forward positions by routing user funds through DeFi money markets (Aave, Compound, Euler). When a trader opens a long ETH position on Contango, the protocol borrows USDC, buys ETH, and deposits the ETH as collateral back into the money market — creating a looped leveraged position entirely within existing DeFi infrastructure with no synthetic exposure.
How Contango Creates Forwards
The following sections cover this in detail.
Long Position Construction
When a user opens a leveraged long ETH/USDC position:
- User deposits USDC as initial margin
- Contango borrows additional USDC from the money market (e.g., Aave) using user’s deposit as collateral
- Borrowed USDC is swapped for ETH via a DEX (e.g., Uniswap)
- ETH is deposited back into the money market as collateral
- The loop creates a leveraged ETH position: net exposure is ETH price appreciation minus USDC borrowing costs
The position’s “interest cost” is the borrow rate on USDC minus the lending rate earned on ETH collateral — which transforms into an implied futures basis analogous to how basis reflects carry cost in traditional futures markets.
Short Position Construction
For a leveraged short:
- User deposits ETH as margin
- Contango borrows ETH from the money market
- Borrowed ETH is sold for USDC via DEX
- USDC is deposited back into the money market as collateral
- Net exposure is short ETH: profits if ETH price falls relative to USDC
Protocol Versions
The following sections cover this in detail.
Contango v1
Contango v2
- Expiry-free positions — because variable-rate positions don’t have a fixed term, Contango v2 positions are perpetual (held indefinitely)
- Funding analog — the spread between borrow and lend rates on the underlying money markets determines the cost of carry for the position
- Multi-money-market routing — Contango routes to whichever integrated money market offers the best net rate for the position
- Broader market support — any asset pair with money market support can theoretically be listed on Contango v2
Comparison to Perpetuals DEXs
| Feature | Standard Perps DEX | Contango |
|---|---|---|
| Liquidity source | Dedicated LP pool or order book | Existing money markets (Aave, etc.) |
| Funding mechanism | Funding rate (long pays short) | Borrow/lend rate spread |
| Liquidation | Protocol liquidation bot | Money market’s own liquidation |
| Composability | Protocol-internal | Builds on top of Aave, Compound, etc. |
| Capital efficiency | High (no real backing for virtual AMM) | Moderate (requires actual collateral loops) |
Sources
- Contango Protocol Documentation and v2 Architecture — Contango Team, 2023. Describes the money market composability approach, position construction via borrow/lend loops in Aave and Compound, multi-market routing logic, and how variable-rate lending transforms into an implied perpetual futures basis.
- “DeFi Composability in Derivatives: Contango’s Approach” — Delphi Digital Research, 2023. Analyzes the conceptual innovation of using existing lending protocol liquidity rather than novel LP pools, evaluating capital efficiency, liquidation cascades from money market rate spikes, and how Contango’s approach compares to perpetuals DEX models.
- Contango v1 (Yield Protocol Integration) Research — Yield Protocol and Contango Community, 2022. Documents the original fixed-maturity forwards design using Yield Protocol’s fixed-rate DeFi loans, explaining how maturity-matched borrow/lend positions produce defined-expiry crypto forwards.
- “Interest Rate Carry and DeFi Derivatives” — Atis Elsts, 2023. Examines how the spread between DeFi borrow and lending rates functions as implied carry cost in Contango-style positions, comparing it to futures basis in TradFi and discussing how rate volatility introduces funding risk analogous to perpetuals funding rate uncertainty.
- Aave and Compound Rate Dynamics for Derivatives Users — Gauntlet Risk Research, 2023. Analyzes borrow rate volatility in major money markets, specifically in the context of leveraged position protocols like Contango that depend on stable or predictable rates to maintain defined position cost structures.