Synthetix
Derivatives · Perp DEX · SNX
Synthetix is a derivatives liquidity protocol where SNX stakers back a pooled debt that mints synthetic assets and powers perpetual-futures markets (Synthetix Perps / V3) across Optimism, Base, Ethereum and Arbitrum.
Synthetic-asset liquidity layer powering perps and synths.
Protocol TVL
—
+2.3% 24h
Latest data · 15 min delay
AI Agent Skill
Machine-readable protocol knowledge for agents
Synthetix — Research Skill
Synthetic-asset liquidity layer powering perps and synths.
synthetix · v1.0.0
Facts
| category | Network |
| symbol | SNX |
| tagline | Synthetic-asset liquidity layer powering perps and synths. |
| arbitrumNative | no |
| chains | Optimism, Base, Ethereum, Arbitrum One |
| security | verified (OZ-derived · public audit on file) |
| memberCoins | 1 (SNX) |
| marketCap | $132.76M |
| users | 85K |
Sections
Overview
Synthetix is a derivatives liquidity protocol where SNX stakers back a pooled debt that mints synthetic assets and powers perpetual-futures markets (Synthetix Perps / V3) across Optimism, Base, Ethereum and Arbitrum.
What makes it different
A shared, staker-backed liquidity layer (rather than per-market order books) that other front-ends (Kwenta, Polynomial) build perps on top of.
Components
- SNX staking & pooled debt: SNX stakers lock collateral to back a shared, pooled debt. Historically stakers minted the sUSD stablecoin against SNX at a high collateralization ratio and collectively shared the profit/loss of all synths outstanding. SIP-420 (2025) introduced a protocol-owned 'delegated' staking model and a shared debt pool that lowered the effective collateral ratio. - Synths (sUSD / sETH / sBTC): Synthetic assets that track the price of an underlying via oracles. sUSD is the native dollar-pegged synth and the system's base asset; sETH and sBTC track ETH and BTC. Synths are minted/backed by the pooled staker debt rather than 1:1 reserves. - Synthetix Perps (V2): Oracle-based perpetual futures engine on Optimism. Uses off-chain Pyth Network price feeds delivered by keepers with a short settlement delay to reduce frontrunning and cut fees. Historically fronted almost entirely by third-party UIs such as Kwenta. - Synthetix V3 (Core) + Perps V3: Rebuilt, modular core system where any market can borrow liquidity from configurable collateral pools. Perps V3 adds cross-margin and multi-collateral support (USDC, sUSD, sETH, sBTC and governance-approved collateral), whereas V2 perps liquidity was SNX-backed only. Deployed on Base as the 'Andromeda' release. - Oracles (Chainlink + Pyth): Price feeds that value every synth and perp market. Chainlink aggregators price spot synths; Pyth off-chain feeds power Perps V2/V3. Oracle integrity is core to the design and the subject of the protocol's most famous incident.
Member coins
- Synthetix Network Token (SNX) — Token, Governance + staking collateral (debt-pool backing)
Risks
- Oracle: Synths and perps price entirely off external oracles. A false price feed has already been exploited: in June 2019 a bad sKRW rate (~1000x) let a bot arbitrage into sETH with over $1B of notional exposure before the oracle was halted. Perps V2/V3 rely on Pyth off-chain feeds delivered by keepers, so feed manipulation, staleness, or keeper failure remains a live risk. - Reserve / Depeg: sUSD is not reserve-backed; it is minted against pooled SNX/protocol collateral and holds its peg through staker incentives. After SIP-420 lowered the collateral ratio and pooled the debt, the buy-back-below-peg incentive weakened and sUSD depegged ~31% to ~$0.68 in April 2025, requiring a debt jubilee and forced 420-Pool sUSD ratios to recover. - Systemic: All SNX stakers share a single pooled debt: a staker's liability rises when other participants' synth positions gain value. This mutualized 'debt pool' design means concentrated winning trades, oracle errors, or a synth mispricing can inflate the debt every staker owes, a structural risk distinct from isolated-margin perp venues. - Smart Contract: The V3 rebuild is large and novel; the iosiro V3 audit found 6 high and 11 medium-risk issues (all addressed) and attributed them partly to the size and complexity of a first-time-audited new system. The multi-contract modular architecture and ongoing SIP-driven upgrades keep contract-risk surface high. - Governance: Protocol parameters (collateral ratios, fees, market listings, debt policy) are set by elected councils via SIPs/SCCPs. Governance moved fast and materially — e.g. SIP-420's collateral change directly triggered the 2025 sUSD depeg — so governance decisions can rapidly alter risk for stakers and synth holders.
TradFi analogue
- Synthetic / total-return swap desk at an investment bank: similar — Both give price exposure to an asset without holding it, via a synthetic contract backed by a collateral pool rather than delivery of the underlying.; differs — Synthetix is permissionless and on-chain, prices off decentralized oracles, and mutualizes counterparty risk across a pool of SNX stakers instead of a single bank balance sheet. - Regulated perpetual/futures exchange (e.g. CME) with a clearinghouse: similar — Perps offer leveraged directional exposure with funding/mark pricing, similar in economic effect to listed futures.; differs — There is no central clearinghouse or KYC; liquidity comes from a pooled staker-backed market and oracle prices, and settlement is on-chain with keeper-delivered price updates.
Actions
| Name | Signature | Access |
|---|---|---|
getProfile Read the CanHav profile for Synthetix. | research_getEntity({ slug: "synthetix" }) | read-only |
listMembers List the member coins (stablecoins / tokens / RWAs) under this network. | research_listByCategory({ category: "networks" }) | read-only |
readLiveMetrics Read live on-chain supply / metadata for a member contract (Arbitrum). | chain_readLive({ address: "0x..." }) | read-only |
getHistory Pull historical peg / TVL series for a member protocol. | research_getHistory({ slug: "<member-slug>", metric: "peg" | "tvl" }) | read-only |
Glossary
- TVL
- Total value locked — assets held or managed by a protocol, in USD.
- APR
- Annual percentage rate — yield before compounding.
- RWA
- Real-world asset — an off-chain asset represented as an on-chain token.
- ERC-8004
- Trustless-agent identity standard; an agent's portable on-chain identity (ERC-721).