Sunlit strategy table with pale stone, greenery, and a calm abstract digital asset risk dashboard.
Protocols

Curve Emergency DAO Actions and Powers

A critical page detailing the scope and limitations of the Emergency DAO multisig, capable of killing gauges or pausing pools without a full vote. Covers historical interventions, trust assumptions, and centralization risk debates.
introduction
CURVE EMERGENCY DAO

Introduction

The operational scope, powers, and trust assumptions of the Curve Emergency DAO multisig, a critical governance backstop capable of unilaterally pausing pools or killing gauges.

The Curve Emergency DAO is a 9-of-15 multisig committee empowered to execute specific, time-sensitive actions without a full governance vote. Its primary mandate is to protect user funds and protocol integrity during active threats, such as smart contract exploits, oracle manipulation, or critical infrastructure failures. The multisig can unilaterally kill malicious or vulnerable gauges to halt CRV emissions and, critically, pause any pool factory-deployed on the platform, freezing trading and deposits to contain damage.

This power structure introduces a fundamental trust assumption in Curve's otherwise decentralized governance model. While the Emergency DAO cannot alter pool parameters, mint tokens, or access treasury funds, its ability to halt core protocol functions makes it a powerful centralization vector. The multisig's signers are a geographically and organizationally diverse set of prominent community members, developers, and ecosystem stakeholders, designed to resist collusion, but the operational reality means a compromise of 9 signers could freeze a substantial portion of Curve's liquidity.

Historical interventions, such as the response to the July 2023 Vyper compiler exploit, demonstrate the Emergency DAO's critical role in incident response, where it was used to pause affected pools and kill their gauges to prevent further CRV leakage. For teams building on Curve, integrating its pools, or holding large liquidity positions, a technical review of the multisig's operational boundaries, signer key management, and transaction simulation capabilities is essential for accurate risk modeling and incident response planning.

POWERS, LIMITATIONS, AND OPERATIONAL BOUNDARIES

Quick Facts: The Emergency DAO

A scannable reference for the Curve Emergency DAO's scope, kill authority, trust assumptions, and the operational impact on integrators and liquidity providers.

AreaWhat changesWho is affectedAction

Gauge Kill Authority

The 9-of-15 multisig can unilaterally kill any liquidity gauge, immediately halting CRV emissions to that pool.

Liquidity providers, yield aggregators, and protocols building on incentivized pools.

Monitor the Emergency DAO's on-chain activity for unexpected gauge kills that could drain liquidity from integrated pools.

Pool Pause Capability

The multisig can pause trading on any Curve pool, freezing all swaps, deposits, and withdrawals.

Arbitrageurs, DEX aggregators, lending protocols using Curve as a liquidity backbone, and individual LPs.

Implement circuit breakers in your own protocol to gracefully handle a sudden Curve pool pause and prevent cascading failures.

Governance Bypass

The Emergency DAO can act without a formal on-chain vote, overriding the standard veCRV-based governance timeline.

veCRV holders and governance delegates who rely on the standard proposal lifecycle for decision-making.

Do not assume a time window for intervention; a critical parameter or pool state can change instantly via the multisig.

Trust Assumptions

The protocol's security relies on the honesty and key management of 15 signers, introducing a centralization vector.

Security auditors, risk teams, and institutional investors evaluating the protocol's overall trust model.

Review the current signer list and multisig configuration against the canonical source to assess key concentration and collusion risk.

Historical Interventions

The multisig has been used in the past to kill gauges exploited via vote manipulation and to pause pools affected by Vyper compiler vulnerabilities.

Protocol historians, incident response teams, and developers learning from past failure modes.

Study past Emergency DAO transactions to understand the trigger events and response patterns that may apply to future incidents.

Operational Transparency

Actions are executed via a Gnosis Safe, but the decision-making process and signer coordination happen off-chain.

Data teams and monitoring services building real-time alerting for protocol changes.

Set up monitoring on the Emergency DAO's Safe address for queued and executed transactions, as off-chain deliberation provides no on-chain warning.

Chainscore Service

A security review of the Emergency DAO's operational boundaries, signer key management, and integration impact.

Protocols, exchanges, and custodians needing to quantify and mitigate the risk of a unilateral governance action.

Engage Chainscore Labs for an independent audit of the multisig's powers, historical usage patterns, and your system's response plan.

technical-context
OPERATIONAL BOUNDARIES OF THE EMERGENCY MULTISIG

Technical Scope and Limitations

A precise definition of what the Curve Emergency DAO can and cannot do, clarifying its role as a kill-switch, not a governance replacement.

The Curve Emergency DAO is a 9-of-12 multisig with a strictly limited mandate: it can kill any gauge, effectively stopping CRV emissions to a specific pool, and it can pause any pool, halting all swaps and deposits. These are binary, defensive actions designed to neutralize a threat vector before a full DAO vote can be organized. The multisig cannot alter pool parameters, change fee structures, mint tokens, or access user funds. Its power is purely destructive and protective, not administrative or monetary.

The operational scope is defined by the GaugeController and pool contracts themselves. Killing a gauge via killGauge sets its weight to zero, instantly redirecting future CRV emissions away from the targeted pool. Pausing a pool invokes a circuit breaker that prevents the core exchange, add_liquidity, and remove_liquidity functions from executing. Crucially, the Emergency DAO cannot unpause a pool or revive a killed gauge; restoration requires a successful full DAO vote, ensuring that the multisig's actions are always one-way and subject to broader governance reversal.

The primary limitation is that the Emergency DAO is a reactive, not proactive, tool. It cannot patch a vulnerable contract, upgrade a pool's logic, or freeze a malicious actor's funds. Its effectiveness is bounded by the speed at which its signers can coordinate and the precision of the threat detection. A sophisticated exploit that bypasses the targeted pool's swap function, such as a direct oracle manipulation or a flash loan attack on a dependent lending market, falls outside the multisig's direct intervention capability. Teams integrating Curve should model this kill-switch as a coarse-grained safety net, not a fine-grained security guarantee.

For integrators, the operational consequence is clear: a pool or gauge can be unilaterally disabled with no prior warning. Yield aggregators, vaults, and lending protocols that compose on Curve must build robust circuit breakers that gracefully handle a sudden killGauge or pool pause event, preventing cascading failures or stranded funds. Chainscore Labs can review integration architectures to ensure they correctly interpret these on-chain states and fail safely when the Emergency DAO acts.

EMERGENCY DAO ACTIONS AND POWERS

Stakeholder Impact Analysis

Impact on LPs

Emergency DAO actions can immediately halt CRV emissions to specific pools by killing their gauges. For LPs, this means a sudden drop in APR and a potential loss of sticky liquidity if incentives were the primary reason for the deposit.

A pool pause, while rare, freezes all swaps, deposits, and withdrawals. LPs are locked in place and cannot exit their position until the pause is lifted. This introduces severe, albeit temporary, illiquidity risk.

Action Steps:

  • Monitor the GaugeController and pool contracts for killed or paused state changes.
  • Model the impact of a gauge kill on your position's total yield, separating swap fees from CRV incentives.
  • Have a pre-planned exit strategy for pools with high emergency intervention risk, such as newly deployed or unaudited metapools.
implementation-impact
EMERGENCY DAO ACTIONS

Operational Impact and Integration Risks

The Emergency DAO's ability to unilaterally kill gauges or pause pools creates immediate operational consequences for integrators. Any protocol, exchange, or yield aggregator that depends on Curve pool liveness or CRV emission flows must have a detection and response plan for these events.

02

Pool Pausing and Swap Path Freezes

A paused pool rejects all swaps, deposits, and withdrawals. DEX aggregators and smart-order routers that include the pool in their pathing logic will face transaction reverts. Integrators should monitor the pool's is_killed state on-chain and implement a circuit breaker to remove the pool from routing calculations within one block of a pause event to avoid user-impacting failures.

03

LP Withdrawal Griefing Risk

A pool pause traps liquidity providers. While the Emergency DAO cannot confiscate funds, a malicious or compromised multisig could pause a pool and prevent withdrawals, creating a hostage scenario. Protocols that hold Curve LP tokens as collateral, such as lending markets or yield vaults, should model this as a liquidity risk and consider governance-backed exit mechanisms or insurance.

04

crvUSD PegKeeper and LLAMMA Dependency

crvUSD relies on Curve pools for PegKeeper operations and LLAMMA soft liquidations. If the Emergency DAO pauses a pool that serves as a primary liquidity venue for crvUSD or a key collateral pair, the stablecoin's peg stability and liquidation engine could be disrupted. crvUSD integrators must map pool dependencies and simulate the impact of a targeted pause on loan health and bad debt accrual.

05

Multisig Compromise and Centralization Risk

The Emergency DAO is a 9-of-15 multisig, representing a concentrated point of control. A compromise of the required threshold of signers could lead to malicious gauge killings or pool pauses across the protocol. Integrators should assess their exposure to this trust assumption and consider monitoring signer address activity for anomalies, such as unexpected transaction simulations or signature collections.

06

Governance Bypass and Market Surprise

Emergency actions bypass the normal two-week governance cycle, meaning there is zero warning for integrators. A pool can be killed between blocks without a Snapshot vote or forum discussion. Risk teams must accept that reactive monitoring is the only defense. Chainscore can build a real-time monitoring service that alerts on Emergency DAO ExecuteTransaction events, giving integrators a critical window to respond before user impact escalates.

EMERGENCY DAO POWERS AND OPERATIONAL BOUNDARIES

Risk Matrix: Trust Assumptions and Centralization

Evaluates the centralization vectors, trust assumptions, and failure modes introduced by the Curve Emergency DAO multisig, which can unilaterally kill gauges and pause pools without a full governance vote.

Risk AreaFailure ModeSeverityAffected ActorsMitigation or Validation Step

Multisig Key Compromise

Attacker gains control of the Emergency DAO multisig and pauses all pools or kills all gauges, freezing user funds and halting CRV emissions.

Critical

Liquidity providers, yield aggregators, exchanges, veCRV holders

Verify the current multisig signer set, threshold, and key management practices against the canonical source. Monitor for unexpected signer changes.

Unilateral Gauge Kill

Emergency DAO kills a legitimate gauge without a full vote, cutting off CRV emissions to a specific pool and causing immediate liquidity migration.

High

Liquidity providers in the targeted pool, yield aggregators, bribe protocols

Monitor the GaugeController contract for killGauge events. Assess the governance justification for any unilateral action against the DAO's stated emergency-only mandate.

Unilateral Pool Pause

Emergency DAO pauses a pool, preventing all swaps, deposits, and withdrawals. This can freeze integrator logic and trap user funds temporarily.

High

Wallets, DEX aggregators, lending protocols using Curve pools as oracles or liquidity sources

Integrators should build circuit breakers that detect pool pause events and gracefully halt dependent operations. Verify pause duration and justification against the DAO's emergency scope.

Governance Capture of Signers

A coordinated entity or single large stakeholder gains control of the required threshold of multisig signers, enabling malicious or extractive use of emergency powers.

Critical

All Curve users, veCRV holders, protocols composable with Curve

Review the on-chain identities, organizational affiliations, and reputation of the current signer set. Assess the concentration of signers within a single legal jurisdiction or entity.

Scope Creep Beyond Emergency Powers

The Emergency DAO exercises powers beyond its intended scope, such as altering fee parameters, upgrading proxy implementations, or moving treasury funds without a full vote.

High

veCRV holders, governance delegates, protocol treasury stakeholders

Audit the permission structure of the AccessController and AddressProvider contracts. Confirm that the Emergency DAO's role is strictly limited to emergency functions and cannot escalate to admin or owner actions.

Delayed or Ineffective Response

During a genuine exploit or vulnerability, the Emergency DAO fails to act quickly due to signer unavailability, coordination failure, or conflicting incentives, leading to greater protocol loss.

High

Liquidity providers, protocols integrated with the vulnerable pool

Review the historical response times and success rate of the Emergency DAO during past incidents. Establish monitoring and alerting for exploit patterns that require immediate multisig intervention.

Opaque Operational Procedures

The Emergency DAO operates without transparent rules of engagement, incident classification, or post-action reporting, making it impossible for the community to hold signers accountable.

Medium

Governance delegates, risk teams, external auditors

Advocate for or verify the existence of a public operational framework defining what constitutes an emergency, required post-action disclosure, and signer rotation policy.

EMERGENCY DAO CASE FILES

Historical Interventions and Precedents

A review of the Emergency DAO's past interventions provides the clearest picture of its operational boundaries, response patterns, and the trust assumptions placed on its 9-member multisig. Each incident reveals how the DAO balances speed against governance legitimacy when pools or gauges are under direct threat.

The July 2023 Vyper compiler vulnerability was the most significant activation of the Emergency DAO's powers. Multiple Curve pools using Vyper 0.2.15 were exploited due to a malfunctioning reentrancy lock. The Emergency DAO did not need to kill gauges because the affected pools (alETH/ETH, msETH/ETH, pETH/ETH) were not incentivized, but the incident validated the need for a rapid-response body. The DAO's primary role during this incident was coordinating with security researchers and whitehats, rather than exercising its on-chain kill powers. The event hardened the operational playbook for pausing at-risk pools and demonstrated that the multisig's value extends beyond its formal on-chain capabilities to include off-chain coordination during a crisis.

Chains We Build On

Looking to build on a specific blockchain?

We build smart contracts, DeFi applications, wallets, tokenization platforms, and blockchain infrastructure across the major ecosystems teams choose today. That includes Ethereum, Arbitrum, Optimism, Polygon, Avalanche, Solana, Sui, Aptos, Hedera, Stellar, and NEAR, with support for additional EVM and non-EVM networks based on your product requirements.

EVM ecosystems

  • Ethereum logo
    Ethereum
  • Arbitrum logo
    Arbitrum
  • Optimism logo
    Optimism
  • Polygon logo
    Polygon
  • Avalanche logo
    Avalanche
  • Cronos logo
    Cronos

Non-EVM ecosystems

  • Solana logo
    Solana
  • Sui logo
    Sui
  • Aptos logo
    Aptos
  • Hedera logo
    Hedera
  • Stellar logo
    Stellar
  • NEAR logo
    NEAR

Additional ecosystems

  • Polkadot logo
    Polkadot
  • Cosmos logo
    Cosmos
  • TON logo
    TON
  • Cardano logo
    Cardano
  • Algorand logo
    Algorand
  • Tempo logo
    Tempo

Also available for Base, appchains, custom EVM networks, and cross-chain product architecture.

EMERGENCY DAO OPERATIONS

Frequently Asked Questions

Common questions about the scope, limitations, and operational reality of the Curve Emergency DAO multisig.

The Emergency DAO is a 9-of-12 multisig with a limited, pre-defined set of powers. It cannot arbitrarily change pool parameters or mint tokens. Its core capabilities are:

  • Kill a Gauge: Instantly stop CRV emissions to any pool gauge. This is the primary tool to halt incentives flowing to a compromised or exploited pool.
  • Pause a Pool: Halt swaps and deposits for a specific pool, typically used to freeze funds in place during an active exploit.
  • Shutdown crvUSD Markets: Pause borrowing and/or liquidations in specific crvUSD lending markets.

These actions are designed to be defensive and temporary. They do not grant the ability to move user funds, alter pool balances, or change the core protocol logic.

Trusted by Industry Leaders

Delivering blockchain solutions for 5+ years.

We have partnered with 50+ leading DeFi protocols, NFT ecosystems, and fintech innovators to build secure, scalable, and capital-efficient blockchain products.

Selected Partners & Clients

ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
β€œI've been working with Chainscore Labs for last 3+ years, they've consistently delivered with strong ownership across multiple projects. The team is reliable and detail-oriented.”
L
Lee Erswell
CEO, Telos Foundation
how to get started

How to get started?

If you're looking for blockchain integration, ChainScore Labs has 5+ years of experience helping teams build and integrate exchanges, wallets, smart contracts, tokenization solutions, and protocol-connected products, we can help you choose the right path, integrate securely, and get to production faster. Our team consists of experienced blockchain developers and architects who can help you with your blockchain integration needs.

01

Exploration & Strategy

Define your product goals and choose the right blockchain architecture for your use case.

02

Architecture & Design

Design the smart contracts, tokenomics, and security parameters of your system.

03

Development & Integration

Build and integrate with wallets, oracles, and front-end dApps for a seamless experience.

04

Security & Launch

Comprehensive audits followed by a risk-managed mainnet deployment to protect your users.

Start a build

Need a blockchain engineering team?

Send the project context and we will respond with next steps, scope questions, and a practical path to delivery.