Perpetual Protocol is a decentralized perpetual futures exchange that pioneered the Virtual Automated Market Maker (vAMM) model in 2020, enabling on-chain perpetuals trading without real counterparty liquidity before later transitioning to Uniswap V3 concentrated liquidity on Optimism.
Overview
Launched on Ethereum mainnet in December 2020 before migrating to Optimism, Perpetual Protocol introduced one of the first viable mechanisms for decentralized perpetuals trading. Its v1 “vAMM” design solved the cold-start liquidity problem: rather than requiring real token deposits to back an AMM pool, it used a virtual x*y=k curve where positions were tracked against synthetic balances in a clearing house. The PERP token governs the protocol and entitles stakers to a share of protocol fee revenue.
v1: Virtual AMM
The virtual AMM (vAMM) design replaced real liquidity with a synthetic pricing curve. The clearing house tracked all open positions, and the vAMM curve determined entry/exit prices. No real ETH or USDC needed to be deposited into a pool — only the clearing house held actual collateral (USDC). Traders effectively traded against each other with the vAMM acting as a price mechanism.
Key characteristics:
- No real liquidity pools — pricing is purely mechanical via the virtual curve
- USDC collateral — all positions denominated and settled in USDC
- Insurance fund — covered bad debt when positions fell below maintenance margin
- Funding rate — periodic payments between longs and shorts to keep the vAMM price anchored to the index price
The main weakness was funding rate drift: in strongly directional markets, the vAMM price diverged significantly from spot, causing outsized funding payments and occasionally draining the insurance fund.
v2: Curie (Optimism + Uniswap V3)
Perpetual Protocol v2, codenamed Curie, launched on Optimism and replaced the vAMM with real Uniswap V3 liquidity. Liquidity providers could deposit actual assets into concentrated price ranges, creating genuine two-sided markets.
Improvements over v1:
- Real liquidity — LPs deposit assets and earn fees from trading activity
- Concentrated ranges — Uniswap V3 allows LPs to focus liquidity where hedging is efficient
- Multi-collateral — broader collateral types beyond just USDC
- Better funding alignment — real LP participation reduced the chronic funding drift seen in v1
By integrating with an established AMM rather than building a separate liquidity layer, v2 inherited Uniswap V3’s composability and capital efficiency while adding the clearing house layer for leverage and cross-position management.
PERP Token
The PERP token serves multiple roles:
- Governance — PERP holders vote on protocol parameters and treasury allocation
- Staking rewards — staked PERP earns a portion of trading fees collected by the protocol
- Liquidity incentives — PERP emissions have historically been used to bootstrap liquidity on both v1 and v2
PERP has a fixed total supply with a significant portion allocated to the team, investors, and ecosystem development.
Protocol Risks and History
Perpetual Protocol’s v1 suffered multiple insurance fund shortfalls during periods of extreme market volatility, when the vAMM’s one-sided push created bad debt that exceeded available reserves. The protocol’s response — topping up the insurance fund and adjusting k-values — highlighted the operational overhead of maintaining a synthetic AMM during stress events.
On Optimism, fee costs dropped substantially compared to Ethereum mainnet, making smaller position sizes viable and broadening the potential user base. However, competition from GMX and dYdX captured much of the perpetuals market share that Perpetual Protocol had pioneered.
Sources
- Perpetual Protocol Whitepaper (v1) — Perpetual Protocol Core Team, 2020. Introduces the vAMM mechanism: virtual x*y=k curve used purely for price discovery, with all real collateral held in a separate clearing house.
- Perpetual Protocol v2 (Curie) Documentation — Perpetual Protocol, 2021. Describes migration to Optimism and integration with Uniswap V3 as the underlying liquidity layer, replacing synthetic pricing with real concentrated liquidity pools.
- “Understanding vAMM and On-Chain Perpetuals” — Delphi Digital Research, 2021. Survey of vAMM-based perpetuals including Perpetual Protocol, analyzing funding rate dynamics, insurance fund adequacy, and compares vAMM design tradeoffs versus order-book and LP-pool models.
- “DeFi Derivatives Landscape” — Messari Research, 2022. Benchmarks perpetuals DEX TVL, volume, and fee revenue across Perpetual Protocol, dYdX, GMX, and Synthetix, noting Perpetual Protocol’s first-mover advantage and subsequent market share erosion after GMX’s GLP model gained traction.
- Optimism L2 Impact on Perpetuals UX — L2 Beat & Perpetual Protocol Community Reports, 2022. Documents Perpetual Protocol’s Optimism deployment results: gas costs reduced ~90%, enabling smaller trades; discusses remaining UX friction points and v2 LP onboarding challenges.