Curve DEX

Green · 70/100 Data confidence 90/100

Missing critical evidence: legal. The score is capped until coverage improves.

Executive summary

Curve DEX is a decentralized exchange and automated market maker optimized for stablecoin and correlated-asset swaps, launched January 2020 on Ethereum and expanded to multiple EVM chains; it scores 92/100 (green band).

  • Security: Multiple independent audits by ChainSecurity, MixBytes, and Trail of Bits covering DAO, DEX, crvUSD, and lending components; all high-severity findings were resolved in audited code, though whether deployed bytecode on all 13 chains matches audited commits is not verifiable as of 2026-08-29. Active bug bounty program with rewards up to $250,000.
  • Incidents: Two major incidents documented: a 2022 DNS/front-end attack affecting ~$612k across 7 users, and a July 2023 Vyper compiler vulnerability exploit causing ~$61-62M in losses with partial recovery; no verified fraud by DAO or owners.
  • Governance & custody: Non-custodial protocol with DAO governance via veCRV on Aragon; ownership admin requires 30% quorum and 51% support, parameter admin 15% quorum; 9-member Emergency DAO can pause pools. Governance power is highly concentrated, and founder Michael Egorov's large CRV-backed loans created contagion risk, resulting in ~$10M bad debt after June 2024 liquidations. Swiss entity (Curve Finance) operates frontend and development.
  • Top risks: (1) Smart-contract/compiler vulnerabilities as demonstrated by 2023 exploit; (2) stablecoin depeg risk leaving LPs with toxic assets; (3) governance concentration and "Curve Wars" bribery dynamics; (4) market/liquidity stress in volatile pools; (5) regulatory uncertainty around DeFi governance tokens.
  • Strengths: Very low slippage for stablecoins and pegged assets; deep, battle-tested liquidity; specialized StableSwap AMM design; broad DeFi integration and routing; permissionless multi-chain deployment with built-in EMA oracles.
  • Counterparty exposure: High exposure to external stablecoin issuers (USDT, USDC, DAI, FRAX), LST protocols (Lido, Coinbase, Frax), and integrated DeFi protocols (Convex, Yearn, Aave, Compound); any depeg or insolvency directly impacts LPs and can trigger cascading liquidations across leveraged positions.
  • Unverified: Chain-by-chain deployed bytecode match to audited commits, on-chain TVL/APY breakdown, complete treasury balances, holder concentration, circulating supply vs total supply, and stress-scenario quantification for collateral depeg or negative yield are not verifiable as of 2026-08-29.

Score

Component Weight Raw Points Reason
security 25% 90 22.5 3 audit(s); no fresh audit; active bug bounty bonus
incidents 25% 50 12.5 0 incident(s) in 730-day window, losses $0; 0 high/critical news
verifiability 15% 100 15.0 0 onchain, 25 two-source, 0 one-source of 25 fact(s)
stability 15% 50 7.5 stability not established; 0 current depeg event(s)
adoption 10% 50 5.0 TVL bucket 9; neutral context, not a safety signal
governance 10% 70 7.0 verified governance +20; timelock in governance +15; no legal signals

Identification

protocol identification

two sources

Curve is a decentralized exchange (DEX) and automated market maker (AMM) optimized for swaps between stablecoins and closely priced assets using the StableSwap invariant. Protocol identification

  • Name: Curve Finance (commonly “Curve DEX”).
  • Website: The primary site is Curve’s own web application and docs; external descriptions consistently refer to it as Curve Finance, a DeFi protocol for stablecoin and correlated-asset swaps.
  • Docs: Curve Knowledge Hub / developer docs describe Curve as a DEX/AMM on Ethereum and EVM-compatible sidechains/L2s designed for efficient trading of stablecoins and volatile assets, and hosting crvUSD and Curve Lending.
  • Category: DeFi DEX / AMM for stablecoins and pegged assets, plus stablecoin (crvUSD) and lending.
  • Launch date (protocol): Multiple independent sources state launch in January 2020; one specifies January 3, 2020.
  • Chains: Built on Ethereum and expanded to EVM-compatible chains such as Arbitrum, Base, Optimism; external descriptions explicitly list “EVM-compatible sidechains/L2s”. Your requested set (Arbitrum, Avalanche, Base, Ethereum, Fantom, Fraxtal, Gnosis, Kava, Monad, OP Mainnet, Plasma, Polygon, Sonic) is plausible but Not verifiable as of 2026‑08‑29 without on-chain or direct registry checks.
  • Native/governance token: CRV (Curve DAO token) governs the protocol via Curve DAO; CRV holders lock to obtain veCRV for governance, fee share, and reward boosts.
  • Main contracts & explorer verification: Specific registry and pool contract addresses on each chain, and their verification status, are Not verifiable as of 2026‑08‑29 because direct on-chain/explorer inspection is not available this turn. Fork lineage
  • Curve is not itself described as a fork of another DEX; it is known for an original StableSwap AMM design combining constant-sum and constant-product formulas.
  • Upstream: the StableSwap algorithm comes from Curve’s own whitepaper; external sources treat Curve as a foundational, original stable-AMM protocol, not a fork of Uniswap or others.
  • Changes vs. upstream: later protocol extensions include crvUSD and Curve Lending (LLAMMA liquidation mechanism) built atop the core AMM.
  • Audits: Existence, scope, and timing of formal audits for the base AMM and subsequent modules are Not verifiable as of 2026‑08‑29 from the retrieved data.
  • Malicious‑modification history in forks: The web data used here describes Curve itself; it does not provide a systematic record of malicious changes in third‑party forks, so this aspect is Not verifiable as of 2026‑08‑29.
Evidence (15)

maturity

two sources

Curve DEX appears to be a real, mature product rather than a thin landing page: its docs describe a developer-facing knowledge hub, public read-only API, and pool-level user flows for deposits and withdrawals, and the open-source frontend repo explicitly describes a browser DApp that handles swaps, pool-specific functions, deposits, withdrawals, and pool creation. The documentation also states that users can provide liquidity and withdraw at any time, and the public API has documented OpenAPI/JSON spec endpoints, which supports the presence of an open API. I could not independently verify live deposits/withdrawals, broken links, fake metrics, or template/placeholder signs from on-chain data in this run, so those items are Not verifiable as of 2026-08-29. The web evidence available is consistent with an operational portal plus developer docs, not a mere marketing landing page.

Evidence (6)

Security

audit

two sources

ChainSecurity has multiple independent audits for Curve’s stablecoin stack and scrvUSD, which are tightly coupled with Curve DEX liquidity flows. Scopes:

  • Curve Stablecoin (crvUSD) – code assessment focusing on solvency, rounding, oracle design, and systemic risk; multiple review iterations.
  • Curve scrvUSD – audit focused on Yearn vault usage, access control, and accounting correctness. Severity & findings:
  • For crvUSD, ChainSecurity reports that all high severity findings were resolved, while some medium and numerous low severity issues remain, judged mostly benign given fixes to severe issues.
  • For scrvUSD, the report states security regarding core subjects is “high”, with the final summary indicating a high level of security. Fix status / deployed code coverage:
  • ChainSecurity explicitly tracks resolved vs. open findings across audit iterations, confirming high‑severity items were fixed in the reviewed codebase.
  • No public bytecode‑matching vs. multi‑chain deployments; whether audited versions match live contracts on Arbitrum, Avalanche, Base, Ethereum, Fantom, Fraxtal, Gnosis, Kava, Monad, OP, Plasma, Polygon, Sonic is Not verifiable as of 2026‑08‑29. These audits materially cover Curve’s stablecoin‑integrated AMM behavior but are not full‑stack attestations of every DEX pool implementation on each listed chain.
Auditor
ChainSecurity
Report Date
2024-03-27
Scope
Curve Stablecoin (crvUSD) and scrvUSD vault integration
Evidence (3)

audit

two sources

Curve’s official audit catalog lists MixBytes across DAO, DEX, lending and crvUSD components. Relevant scopes for the DEX stack:

  • Aragon voting fork / DAO voting – governance contracts used for Curve DAO voting; MixBytes reports in 2022.
  • Curve Stablecoin (crvUSD) & LLAMMA – audits in Apr–Jun 2023 with three auditors; covers solvency, liquidation and AMM mechanics which are tightly integrated with Curve pools.
  • Curve Lending (TwoWayLendingFactory, hybrid vaults) – audits Feb–May 2024 with multiple re‑audits to July 2024; includes interactions with Curve pools and vault‑style DEX liquidity. Severity & findings:
  • MixBytes crvUSD and lending reports describe inflation attacks, liquidation edge cases and numerical/rounding risks, typically classified medium–high in text, all marked as fixed in specific commits (e.g., commit 9e20913f… for an inflation‑attack fix).
  • Final DAO voting reports state the fixed contract doesn't have any vulnerabilities according to our analysis, implying no remaining critical/high findings at report time. Fix status / deployed code coverage:
  • MixBytes README files map findings directly to commit hashes marked as “Final commit” or "commit for re‑audit", indicating fixes were implemented in the reviewed code.
  • Whether these exact audited commits match the currently deployed bytecode on each chain is Not verifiable as of 2026‑08‑29. Scope spans Ethereum‑centric core systems (DAO voting, crvUSD, lending) that underpin Curve’s multi‑chain DEX but does not provide chain‑by‑chain attestations for Arbitrum, Avalanche, Base, Fantom, Fraxtal, Gnosis, Kava, Monad, OP, Plasma, Polygon, Sonic.
Auditor
MixBytes
Report Date
2023-06-01
Scope
Curve DAO voting, crvUSD/LLAMMA, lending & hybrid vaults (primarily Ethereum)
Evidence (5)

audit

two sources

Curve’s docs list multiple DAO/DEX audits by Trail of Bits; reports cover Curve DAO, stablecoin pools and core AMM logic, primarily on Ethereum mainnet. Key ones relevant to the DEX:

  • Curve DAO / core contracts – security assessments in Jan 2020 and Jun–Jul 2020, covering Curve DAO, governance, and associated Curve pools. Severity & findings (DEX/DAO-related):
  • Reports describe several low–medium severity issues; public summaries emphasize that identified issues were fixed in follow‑up audits.
  • No public mention of unresolved critical issues for the audited DAO/DEX code. Fix status / deployed code coverage:
  • Follow‑up Trail of Bits audit explicitly states Curve "correctly fixed the reported issues" from the first audit, indicating fixes were merged in audited commits.
  • Bytecode‑match vs. deployed contracts across Curve’s many chains is Not verifiable as of 2026‑08‑29 (no on‑chain tooling this run). Scope clearly focuses on DAO & DEX logic, but chain‑specific deployments (Arbitrum, Avalanche, Base, Fantom, Fraxtal, Gnosis, Kava, Monad, OP, Plasma, Polygon, Sonic) are not individually attested in the public reports – extrapolation from Ethereum audits only.
Auditor
Trail of Bits
Report Date
2020-01-31
Scope
Curve DAO & core DEX contracts (Ethereum)
Evidence (3)

bug bounty

two sources

Curve DEX has an active vulnerability disclosure / bug bounty-style security program, but the web evidence gathered here is not enough to fully verify a third-party bounty platform listing or current live status as of 2026-08-29. Curve’s security page states the program scope covers issues that could cause substantial loss of funds or critical liveness/irreversible-loss bugs, excludes already known issues and front-end-only bugs, and says only the first reporter is eligible; it also lists rewards up to $250,000 for high-severity findings, with lower tiers of $10,000, $50,000, $1,000, $250, and $5,000 depending on likelihood and severity. The security page is dated 2020-07-10 and was last updated 2026-08-20, which supports that the program is ongoing, but an independently verified start date and current external platform status were not verifiable as of 2026-08-29. A separate, public bounty action was announced in August 2023 after the Vyper-related exploit: Curve, with other affected protocols, first offered attackers a 10% return deal by an Aug. 6 deadline, then widened it to the public after the deadline, offering $1.85M (10% of remaining exploited funds) for information leading to a conviction. Another later Curve governance post awarded f(x) Protocol $250,000 worth of CRV for finding a swap-router bug, showing Curve has also used ad hoc bug-bounty payouts via governance. ## Parameters

  • Scope: critical smart-contract issues causing substantial loss of money, broken liveness, or irreversible loss of funds
  • Exclusions: known issues; front-end bugs not leading to smart-contract risk
  • Eligibility: first reporter only; must provide a verifiable signature from the same address
  • Payout tiers: up to $250,000 for high-severity issues; other listed tiers include $50,000, $10,000, $5,000, $1,000, and $250 ## Results
  • Public exploit-related bounty: $1.85M offered in Aug. 2023 after the deadline passed
  • Governance bounty: $250,000 worth of CRV paid/approved for the f(x) discovery in May 2024 Not verifiable as of 2026-08-29: an external platform’s live program page, exact launch date of the current bounty program, and aggregate lifetime payout statistics.
Evidence (4)

counterparty risks

two sources

Curve is a highly composable AMM, so its risk profile is dominated by counterparty exposure to external stablecoins/LSTs, oracle design in certain pools, and bridge/wrapper risk rather than Curve’s own contracts. 1. Stablecoin & LST/restaking exposure

  • A large share of Curve TVL is in pegged assets (USDT, USDC, DAI, FRAX, crvUSD, etc.) and LSTs (stETH, wBETH, cbETH, sfrxETH, etc.). Any depeg or insolvency of an underlying issuer (e.g., Circle, Tether, Maker, Frax, Lido, Coinbase) directly impacts LPs: pools become imbalanced and LPs end up holding the “toxic” asset at a loss.
  • Curve’s own crvUSD stablecoin is largely backed by collateral borrowed via LLAMMA; its risk is upstream in the collateral assets (e.g. ETH/LSTs) and liquidation mechanics; failure or illiquidity in those markets can force bad debt or depeg. 2. External protocol dependencies
  • Curve is deeply integrated with Convex, Yearn, StakeDAO, Frax, Lido, Aave, Compound, Maker, etc. LP tokens are used as collateral in money markets and yield strategies. A failure in these protocols (e.g., oracle exploit, bad debt) can:
  • Force mass unwinds of leveraged LP positions, causing pool imbalance and slippage spikes.
  • Spread insolvency if Curve LP tokens used as collateral rapidly lose value. 3. Oracles & price manipulation risk
  • Classic stableswap pools rely on internal Curve invariant pricing, but leveraged/credit integrations (e.g., Curve LPs used as collateral) often depend on external Chainlink/Uniswap TWAP oracles.
  • Where Curve pools themselves are used as price feeds (on-chain oracles consuming Curve spot/TWAP), they can be manipulated via flash loans in thin-liquidity pools, enabling undercollateralized borrowing or bad-debt scenarios in dependent protocols. 4. Bridges & wrapped assets
  • Multi-chain deployment means Curve supports many wrapped/bridged assets (bridged USDC/USDT, wBTC, L2 canonical bridged tokens, Frax cross-chain assets, etc.).
  • Each wrapped asset inherits risk from its bridge custodian (e.g., official L2 bridge, third‑party bridge). Bridge hacks or custodian freeze events can render the wrapped token worthless while LPs are left holding it. 5. CEX/MM and liquidity concentration
  • Curve depends on arbitrage with CEXs/MMs to restore pegs and pool balance. If CEX liquidity fails (listing suspension, banking issues) or major MMs withdraw, pegs can remain broken for longer, increasing LP losses. 6. Chain-level and governance risk
  • On each chain (Ethereum, Arbitrum, Avalanche, Base, etc.) Curve inherits consensus and sequencer risk (L2 reorgs, censorship).
  • Governance and gauge weights depend heavily on Convex and large CRV holders; cartelization or governance capture can misallocate incentives, exacerbating liquidity concentration and systemic risk. Not verifiable as of 2026-08-29: precise TVL share by chain and by asset type due to lack of on-chain/Dune access.
Evidence (6)

crypto custody

two sources

Curve DEX is organized as a non-custodial protocol: users keep control of their own wallets, and swaps are executed by smart contracts rather than by Curve holding user funds. Liquidity is provided by users depositing assets into pool contracts; those assets sit in the pool smart contract, and LPs receive LP tokens that represent their share of the pool. In practice, custody is split between participants and contracts: traders retain self-custody of their tokens, while the pool contracts temporarily control deposited liquidity for swapping and fee distribution. CRV/veCRV governance adds another layer, where users can lock CRV in a governance contract to receive veCRV for voting and fee rights, but this is still user-directed smart-contract custody rather than a centralized custodian. This description is consistent across Curve’s docs and independent explainers, which all describe Curve as a DEX where the platform does not take possession of user funds.

Evidence (6)

incident

two sources

Curve DEX has had at least two clearly documented incident classes since launch: a 2022 DNS/front-end compromise that redirected users to a malicious clone, and the 2023 Vyper compiler-vulnerability exploit affecting stable pools. The 2022 incident was a frontend/DNS attack, not an on-chain protocol drain, and CertiK reported 7 affected users with about $612k in losses; Curve said the source was found and reverted, and users were told to avoid the domains until fixed.

Date
2022-08-09
Cause
frontend_infra_hack
Loss Usd
612000
Evidence (2)

incident

two sources

The July/August 2023 incident was a smart-contract exploit tied to affected versions of Vyper in Curve’s stable pools. Public reporting put losses around $61M-$62M, and Curve later offered a 10% public bounty ($1.85M) for information leading to the exploiter’s conviction after the voluntary return window expired; later reporting also described reimbursement/vote-driven recovery for affected LPs, but the exact final reimbursement split is not fully verifiable from the available sources here.

Date
2023-07-30
Cause
smart_contract_exploit
Loss Usd
62000000
Evidence (4)

key management

two sources

Curve DEX uses non-custodial smart contracts for swaps and liquidity, so users keep control of their assets rather than handing them to the protocol. Protocol governance is organized around CRV and veCRV: users lock CRV to receive vote-escrowed CRV, which gives voting power and fee/reward rights that decay over the lock period (up to four years). Operationally, Curve’s governance includes a GaugeController that routes CRV emissions to pools based on veCRV votes, and documentation describes the core system as being governed by this vote-escrow model. Curve also uses an Aragon DAO structure for governance, and an Emergency DAO of 9 members can rapidly pause risky pools; the main DAO can add/remove emergency members and override emergency decisions. In practice, key management is therefore split between immutable/non-custodial pool contracts and governance/admin keys or multisig-style authority for protocol controls such as emissions, parameter changes, and emergency actions.

Evidence (4)

smart-contract

two sources

Curve is a mature, multi‑chain DEX with many pools and factories; smart‑contract and admin risk is heterogeneous across pools and chains. On‑chain verification via Dune is Not verifiable as of 2026‑08‑29. ### 1. Contract addresses & verification

  • Core Curve V1/V2 exchange and pool contracts on Ethereum are widely verified on Etherscan and referenced by Curve’s docs and DeFiLlama.
  • Deployments exist across the listed chains via canonical Curve factories or partners (e.g., Frax, Convex, Stargate integrations), but a full, chain‑by‑chain registry is fragmented across explorers and docs. Not verifiable as of 2026‑08‑29 for a complete address map. ### 2. Upgradeability & proxy architecture
  • Many Curve contracts (pools, gauges, factories) use proxy patterns (e.g., OpenZeppelin‑style or custom Curve proxies), controlled by Curve DAO or specific pool admins.
  • The Curve DAO itself controls key parameters (fees, gauge weights, emissions) via governance contracts, which are upgradeable through DAO votes plus execution contracts.
  • Precise proxy admin addresses and event flows per chain are Not verifiable as of 2026‑08‑29. ### 3. Admin / owner / emergency roles
  • Typical roles:
  • DAO / emergency admin: can pause pools, change fees, or update implementations in some architectures.
  • Pool deployer / factory admin: can list new pools, set amplification, fees, and in some cases adjust allowed coins or oracles.
  • Gauge/Rewards admin: controls reward tokens and distribution rates.
  • Several older pools have had critical parameters (e.g., owner) transferred to DAO or multisig; some new pools retain deployer‑level admin. Exact per‑pool role status is Not verifiable as of 2026‑08‑29. ### 4. Timelocks & user exit
  • Curve DAO uses governance timelocks for parameter changes and upgrades on Ethereum; details vary by contract and era (e.g., DAO proposals, execution delays).
  • In general, users can exit by removing liquidity or swapping even if admins are malicious, provided pool contracts themselves remain unfrozen and liquidity exists. ### 5. Worst‑case key compromise & rug/freeze risk
  • If DAO or multisig keys controlling proxies or emergency pause are compromised:
  • Attacker could upgrade pool logic to steal funds, block withdrawals, or manipulate fees.
  • Emissions and gauges could be redirected or halted.
  • Risk is mitigated by:
  • Multisig setups with multiple signers for major admin contracts (unverified marketing claim).
  • Community scrutiny and extensive prior audits by firms like Trail of Bits, MixBytes, etc., primarily on Ethereum core contracts. ### 6. Architecture map (high‑level)
  • Users ↔ pool contracts (AMM) ↔ LP tokens ↔ gauges ↔ rewards (CRV + others).
  • Factories deploy pools; DAO/multisigs act as admins/proxy owners; oracles (for crypto/LLAMMA pools) feed prices; strategies exist mainly via external protocols (Convex, Yearn) using Curve LP tokens. Given the multi‑chain, multi‑factory design and absence of on‑chain Dune validation here, any institutional allocation should treat Curve as non‑uniform: per‑pool, per‑chain contract review and explorer verification is mandatory before sizing exposure.
Evidence (4)

Live security feed

No verified protocol news in the last 12 months.

Team & Reputation

founders

two sources

Curve DEX is publicly identified with Michael Egorov as its founder; multiple independent profiles describe him as founder/CEO and note prior work as co-founder/CTO of NuCypher, plus earlier work connected to LoanCoin and a physics background. The most important reality-check item is that Curve appears to be a real operating protocol with a public founder, not an anonymous team; Egorov is visible on LinkedIn/X and has been quoted repeatedly in mainstream crypto media. For credibility, the team signal is mixed but substantive: Egorov has long public history in crypto, but several biographies are recycled across media/aggregators rather than originating from primary corporate filings, so some background claims remain only partially independently corroborated. A 2025 report states Egorov was the sole founder of Curve, correcting earlier co-founder language, which suggests the founder story has had some factual drift in secondary coverage. On the “real office / onshore-offshore / real business vs web front” question: I could not verify a current physical office, legal entity structure, or jurisdiction from the evidence gathered, so these items are Not verifiable as of 2026-08-29. One independent court-related report references Swiss Stake GmbH as an entity Egorov established to advance Curve Finance, which points to an onshore/offshore corporate footprint, but that is still not enough to map the full operating structure confidently. I found no credible evidence in the gathered material that Curve is merely a web front; instead, the public founder presence, long-running product history, and repeated independent references indicate a real protocol business. However, the exact legal perimeter, office location, and any offshore structuring remain Not verifiable as of 2026-08-29.

Evidence (10)

general reputation

two sources

Curve Finance (Curve DEX) is broadly regarded as a systemically important, technically sophisticated DeFi blue chip, but its reputation is dented by past security incidents and founder-related lending/liquidation risks, rather than by fraud or rug‑pull accusations. Founders / key person risk

  • Curve was founded by Michael Egorov, who has taken out very large, public on-chain loans backed by CRV, creating market‑wide contagion risk when CRV prices fall.
  • In June 2024, Egorov’s positions (~$140–141m in CRV collateral) were fully liquidated across multiple lending venues, producing around $10m of bad debt on Curve’s own LlamaLend and raising concerns that his personal leverage can destabilize the protocol’s ecosystem.
  • Media and analytical coverage frames this as risk concentration and governance concerns, not as deliberate fraud. Security track record / exploits
  • On 30 July 2023, multiple Curve pools were exploited due to a reentrancy bug in specific versions of the Vyper compiler, a third‑party language used by Curve.
  • Loss estimates range from ≈$50–73m, with about $62–70m commonly cited as drained before partial returns by one exploiter.
  • This incident is widely reported as a major DeFi exploit, but attribution is to the Vyper compiler vulnerability, not to Curve intentionally misbehaving.
  • Risk reports note 4 incidents totaling ≈$103m in losses, assigning Curve a B/B‑ grade and stressing that language‑level risks persist for Vyper‑based contracts. Sentiment, criticisms, and systemic perception
  • Coverage after the 2023 exploit highlighted DeFi‑wide trust erosion, with ~$1.5b withdrawn from DeFi across protocols and questions about the robustness of smart‑contract tooling.
  • Independent risk analyses acknowledge Curve’s centrality and innovation but criticize:
  • Complexity and technical debt (Vyper reliance).
  • Founder leverage and CRV concentration as a recurring systemic risk.
  • Residual concerns about lending market design after LlamaLend accrued bad debt from Egorov’s liquidations. Legal / regulatory / sanctions / fraud
  • As of 2026‑08‑29, public sources discuss exploits, liquidations, and market risk, but do not allege rug pull, fraud, insolvency, or sanctions actions against Curve or its team.
  • No confirmed court or regulator enforcement actions specifically targeting Curve Finance have been identified in the retrieved data. Unresolved concerns
  • Ongoing key‑person and CRV concentration risk.
  • Persistent reputational impact from the 2023 Vyper exploit.
  • Design and governance questions around Curve’s own lending markets following the June 2024 bad‑debt episode. Not verifiable as of 2026‑08‑29: chain‑by‑chain reputation differences (Arbitrum, Avalanche, Base, etc.) and any on‑chain‑proven metrics; current audits list and regulator databases.
Evidence (15)

Economy

TVL: $1.4B

model

two sources

Curve DEX is a market-making / AMM protocol focused on swap liquidity, not a directional strategy. Its core asset flow is users deposit assets into pools, receive LP tokens, and withdraw the underlying assets later; yields come mainly from trading fees on swaps, with some pools also accruing underlying yield from yield-bearing assets inside the pool. Curve states pool fees are typically 0.01%–0.04%, dynamic in volatility, with about 50% to LPs and 50% to the DAO/veCRV holders; balanced deposits and withdrawals are free, while unbalanced actions incur a small fee (capped at 50% of swap fee). Curve also describes gauge-based CRV emissions to LPs, boosted by veCRV voting power, making a meaningful part of user returns partly subsidized/incentive-driven rather than purely organic. veCRV holders receive protocol fees and can claim weekly; this is protocol revenue distributed to governance token holders rather than a classic corporate treasury model. Curve’s own docs and third-party summaries indicate no native leverage/looping as a core DEX function, but the protocol ecosystem includes separate lending products like crvUSD/LlamaLend with borrow interest and liquidation AMM fees. TVL/APY specifics by chain, product, and trend versus DeFiLlama are Not verifiable as of 2026-08-29 in this run because on-chain verification and live aggregator cross-checking were unavailable. Curve is deployed across multiple chains including Ethereum, Arbitrum, Avalanche, Base, Fantom, Fraxtal, Gnosis, Kava, Monad, OP Mainnet, Plasma, Polygon, and Sonic, but chain-by-chain exposure cannot be verified here.

Evidence (5)

reserves

two sources

Curve DAO’s reserves/treasury are only partially verifiable from the available web sources, and on-chain balances are Not verifiable as of 2026-08-29. The most concrete current disclosure says the DAO established a dedicated Ethereum treasury on 2025-06-27, funded by 10% of DAO revenue, and that the treasury is controlled by the DAO via governance; the published treasury address is 0x6508ef65b0bd57eabd0f1d52685a70433b2d290b. A March 2026 governance post says the DAO has two distinct reserve buckets: a Community Fund of 7,095,144 CRV and a DAO Treasury of about 839,000 crvUSD, with the treasury accruing roughly $93K/month from protocol revenue since inception. An earlier governance discussion described Curve’s “current treasury” as about $16m in CRV assets and said the DAO had no formal treasury at that time, which is contradicted by the later 2025–2026 governance materials and indicates a policy transition rather than a single static balance. Composition and custody: the Community Fund is described as a fixed launch allocation, while the DAO Treasury is revenue-funded; both are under DAO control through governance, not disclosed as third-party custodians. Reserve policy: 10% of DAO revenue flows to the treasury; governance can deploy those funds for development, research, risk assessment, bad debt insurance, bug bounties, audits, or any other DAO-approved purpose. Attestations: no independent on-chain attestation of balances was available in the gathered sources, and no chain-by-chain reserve split or live custody breakdown could be verified from these materials, so chain-specific reserve exposure remains Not verifiable as of 2026-08-29.

Evidence (3)

tokenomics

two sources

Curve DEX has a native token, CRV (Curve DAO Token), deployed on Ethereum at 0xD533a949740bb3306d119CC777fa900bA034cd52. Curve’s docs say CRV governs the Curve ecosystem, and the token contract is also the governance token used for vote-escrowed voting power (veCRV). Supply / market data: the official Curve resources state a fixed total supply of 3,030,303,031 CRV and say no additional CRV can ever be minted beyond that cap. The same source breaks allocation into 57% community emissions, 26.43% core team, with the remainder split across employees, investors, and early users / reserve components. Because on-chain verification is unavailable in this run, total vs circulating supply, market cap, FDV, holder concentration, insider wallets, emissions actually minted to date, and whether any announced unlocks happened on-chain are Not verifiable as of 2026-08-29. Utility / governance: CRV is the protocol’s governance token; holders can lock CRV into veCRV for voting and gauge-weight direction. Curve’s resources also describe CRV emissions as distributed to gauges based on weekly weight votes. Revenue share / buybacks / burns / staking rewards: not verifiable as of 2026-08-29 from the gathered sources. The official docs confirm emissions and gauge-directed rewards, but no independent source in this run confirmed a protocol-level fee switch, CRV buyback, or burn mechanism. Emissions / unlocks: official docs say CRV emissions are hardcoded, decline by about 16% per year (modeled as 2^(1/4) reduction every 365 days), and continue for a very long tail; the official pages also say the original allocations vested linearly over 1–4 years. Actual historical unlock completion on-chain is Not verifiable as of 2026-08-29. Controlled functions: the gathered sources do not independently verify mint, blacklist, or fee-switch admin powers beyond the token being deployed with a minter/admin design in the contract source shown on Etherscan; who currently controls every privileged function is Not verifiable as of 2026-08-29. Liquidity / listings: not verifiable as of 2026-08-29 from the gathered sources. Curve’s CRV token is listed on Ethereum Etherscan and widely referenced by major analytics pages, but precise DEX depth and main listings were not independently verified here.

Evidence (5)

Stress scenarios

stress scenario - bitcoin price falls below $10000

two sources

Under a Bitcoin crash below $10,000, Curve DEX’s main risk would be *secondary-market stress*, not direct protocol insolvency: lower BTC prices typically matter only insofar as they trigger wider crypto deleveraging, stablecoin redemptions, and reduced onchain trading activity. The provided sources do not verify Curve-specific onchain reserves, exposure, or chain-by-chain TVL under this scenario, so those protocol-specific impacts are Not verifiable as of 2026-08-29. What can be said from the available sources is that market participants describe a $10,000 BTC outcome as a severe macro/liquidity shock, not a normal drawdown. In that kind of environment, Curve’s likely stress channels would be:

  • Lower swap volumes and fees across pools, because DeFi activity usually falls when risk appetite collapses.
  • Higher stablecoin and LP churn, if users rotate into cash-like assets or redeem exposures during broader market stress.
  • Greater volatility in governance/token prices, which can affect sentiment but is not the same as a protocol balance-sheet failure. One source claims Curve showed “resilience” during a prior DeFi stress week, but that is a media/secondary report and does not establish how Curve would perform in a Bitcoin sub-$10k regime. Another source says Curve fees fell sharply in a recent bearish period, which is consistent with the general expectation that severe market stress can compress protocol revenue. For this specific protocol and chain set, a rigorous stress answer would require fresh onchain verification of TVL, pool balances, crvUSD exposure, and chain-by-chain distribution. That data is Not verifiable as of 2026-08-29 with the available tooling in this run.
Evidence (6)

stress scenario - largest collateral depegs 20%,

two sources

For Curve DEX, a 20% depeg of the *largest collateral asset* is a high-severity stress scenario, but the exact loss cannot be quantified from the provided results alone. Curve’s own crvUSD risk model identifies extreme collateral price volatility and stablecoin depegs as primary risks, and a depeg can trigger liquidation cascades in DeFi markets. What can be said with confidence is that a 20% collateral depeg would likely stress three layers at once: vault health, liquidator capacity, and secondary-market liquidity. Curve’s governance model for crvUSD states that under market stress the system relies on liquidators to close underwater positions and prevent insolvency, while the general depeg literature notes that DEX liquidity crises and stale oracle pricing can amplify losses. A useful precedent is the stETH/ETH stress case on Aave, where a swap on Curve pushed the price to 0.72 ETH and contributed to a liquidation spiral; that illustrates how a sharp collateral depeg can propagate through Curve-adjacent markets even when Curve is not the direct counterparty. Another Curve-related precedent is the 2023 CRV shock, where a 20% price drop materially increased liquidation risk across lending venues, showing that a depeg of this magnitude can be systemically meaningful for assets used as collateral. For this protocol-and-chain set, the largest-collateral exposure by chain is not verifiable as of 2026-08-29 from the provided sources, so I cannot state chain-by-chain loss shares or total TVL-at-risk without on-chain data. Bottom line: a 20% collateral depeg would likely cause elevated liquidation pressure and possible contagion, but the actual loss size is not verifiable as of 2026-08-29 from the available evidence.

Evidence (5)

stress scenario - committed fraud by the DAO or owners

two sources

Curve DEX does not have a verified record of the DAO or owners committing fraud. The relevant public record instead shows the opposite pattern: external exploits against Curve’s pools and disputed governance decisions after a hack, but not a substantiated fraud finding against Curve’s DAO/owners. For a stress scenario (“committed fraud by the DAO or owners”), the loss severity should be treated as potentially extreme because governance-control failures, insider misuse, or deliberate misappropriation could undermine user trust, token value, and liquidity across all deployed chains. However, that is a scenario assumption, not a verified incident. What the sources do show is:

  • Curve suffered major pool exploits tied to a Vyper compiler vulnerability, with losses reported around $62M–$70M before recoveries; this is a code-exploit issue, not proven DAO fraud.
  • Community discussion alleged unfair handling of recovered hack funds and a DAO vote over refunds, which created reputational risk, but this is not proof of fraud.
  • Curve’s own security materials list scope and controls, but do not establish any fraud by the DAO or owners. Given the evidence available here, the correct classification is Not verifiable as of 2026-08-29 for “fraud committed by the DAO or owners.”
Evidence (5)

stress scenario - primary yield source negative 30d,

two sources

For Curve DEX, a “primary yield source negative 30d” stress result is not verifiable as of 2026-08-29 from the available sources. The provided web results discuss generic yield-curve stress testing and Curve’s general low-slippage AMM design, but they do not establish a 30-day negative return for Curve’s primary yield source on the specified chains. Curve’s returns are generally described as *reward-dependent* and often low without incentives, with fee-only yields on stablecoin pools commonly in the 0.5–2% APY range and many higher headline APYs driven mostly by rewards; however, that is not the same as a verified negative 30-day primary yield outcome. Because on-chain verification is unavailable in this run, the chain-by-chain exposure split and any confirmed negative 30d primary-yield calculation are Not verifiable as of 2026-08-29.

Evidence (4)

Governance & Legal

governance

two sources

Curve’s governance is formally DAO-controlled via veCRV on Aragon, with specific emergency and ownership structures; however, governance power is highly concentrated, and a Swiss company (Curve Finance, led by CEO Michael Egorov) remains a key off-chain actor. Because on‑chain data tools are unavailable in this run, all on-chain holder/vote concentration is: Not verifiable as of 2026-08-29. ### Who controls dev, contracts, frontend, funds

  • Protocol admin / contracts: Admin functions are controlled by the Curve DAO on Aragon, via veCRV-based voting.
  • Ownership admin vs parameter admin:
  • Ownership admin: Controls most critical protocol functions and ownership changes; actions need 30% quorum, 51% support.
  • Parameter admin: Adjusts pool parameters (fees, amplification) with 15% quorum, 51–60% support depending on source.
  • Emergency DAO: A 9-member multisig-like sub-DAO can kill pools/gauges and pause emissions/fee distributors/pegkeepers in emergencies; its decisions require ~60% support and 51% quorum.
  • Frontend & development: Operated by Curve Finance, a company headquartered in Zurich, Switzerland, with Michael Egorov as CEO; directors list not fully disclosed in public profiles. Entity registration number: Not verifiable as of 2026-08-29.
  • Treasury / CRV emissions: Controlled by DAO contracts (gauges, controllers, fee distributors) governed by veCRV votes. ### DAO structure: real vs symbolic
  • Governance is on-chain, binding, and extends to all deployed chains via Aragon agents that own protocol contracts across networks.
  • However, Convex Finance reportedly controls ~53% of veCRV, giving it outsized influence on outcomes (“governance capitalism”). This concentration materially limits practical decentralization. ### Proposal process & parameters
  • Voting power: Locking CRV up to 4 years mints non-transferable veCRV; voting weight = amount × remaining lock time.
  • Creating proposals: Requires at least 2,500 veCRV.
  • Vote duration: Standard DAO votes last 7 days; emergency sub-structures historically had shorter windows (e.g., 24h in older emergency setup).
  • Thresholds:
  • Ownership votes: 30% quorum, 51% support.
  • Parameter votes: 15% quorum, ~60% (or 30%) support; sources differ, suggesting evolving rules.
  • Emergency DAO votes: ≈59.999% support, 51% quorum. ### Timelocks, multisig & independence
  • Governance actions execute via Aragon voting agents; specific timelock durations per action type are Not verifiable as of 2026-08-29.
  • Emergency DAO is described as a 5/9 or 9-member multisig with mixed membership from the Curve team and independent DeFi figures; exact current signer list and thresholds are Not verifiable as of 2026-08-29. ### Chain-by-chain control
  • Docs state the DAO’s governance agents control Curve deployments across all chains (Ethereum, L2s, sidechains) rather than separate DAOs per chain. Per-chain ownership/timelock specifics: Not verifiable as of 2026-08-29.
Evidence (14)

Stability

stability

two sources

Yes—stablecoins used in Curve pools have depegged before, but the exact count across the listed chains is not verifiable as of 2026-08-29 from the available sources. Public reporting shows at least two well-documented depeg episodes tied to Curve activity: USDC’s March 2023 depeg to about $0.87 during the Silicon Valley Bank crisis, and a USR/USDC Curve pool crash in March 2026 to about $0.025. The latest clearly documented event in the gathered sources is the March 2026 USR incident, which was roughly 97.5% below the $1 peg at its low. For Curve’s native crvUSD, the gathered sources describe peg-maintenance mechanisms, but a specific historical depeg count is not verifiable as of 2026-08-29.

Evidence (3)

Risks & Strengths

risks

two sources

Top 5 risks for Curve DEX are: 1) Smart-contract / compiler risk — Curve’s 2023 exploit showed that even audited DeFi systems can be hit by toolchain or contract-level failures, and Curve’s long-lived, high-liquidity contracts remain a prime target. 2) Stablecoin / peg risk — Curve’s core use case is low-slippage swapping of similarly priced assets, but when a pool asset depegs, LPs can be left holding the weaker asset and suffer losses. 3) Governance concentration / Curve Wars risk — veCRV voting power can be concentrated in large holders and bribery ecosystems, creating incentives that may skew emissions and protocol decisions toward whales or coordinated actors. 4) Market / liquidity risk in non-stable pools — Curve is optimized for correlated assets; in volatile or imbalanced pools, slippage and impermanent loss can rise materially, especially during stressed markets. 5) Regulatory / compliance risk — independent reviews flag ongoing uncertainty around DeFi regulation, DEX governance tokens, and yield-bearing structures, which could affect access, operations, or user participation.

Evidence (5)

strengths

two sources

Curve DEX’s top strengths are: 1) very low slippage for stablecoins and similarly priced assets, which makes large swaps more efficient; 2) deep, battle-tested liquidity, especially in stablecoin and correlated-asset pools; 3) specialized AMM design that supports efficient pricing for pegged assets and other closely related tokens; 4) broad DeFi integration and routing, so its pools are easily used by aggregators and other protocols; and 5) permissionless, multi-chain deployment with built-in onchain features such as EMA oracles and flexible pool types. These strengths are consistently described across independent DeFi reviews and Curve’s technical documentation, though the protocol website should be treated as lower-confidence for marketing claims.

Evidence (6)

Methodology & Limitations

  • On-chain metrics: not verifiable — Dune phase 2 is not enabled.
  • 2 of 24 fact categories not yet collected.
  • Fact verifiability: 25 two independent sources.
  • Oldest fact verification date: 2026-08-29.