Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
LABS
Guides

Setting Up a Crisis Management Plan for Stablecoin Depegging Events

A technical guide for developers on implementing a pre-defined response plan for when a stablecoin loses its peg, covering on-chain tools, off-chain communication, and contingency strategies.
Chainscore © 2026
introduction
OPERATIONAL GUIDE

Setting Up a Crisis Management Plan for Stablecoin Depegging Events

A systematic framework for stablecoin issuers and DAOs to prepare for, respond to, and recover from depegging events, minimizing user loss and protocol damage.

A stablecoin depegging event is a critical failure where the token's market price deviates significantly from its intended peg (e.g., $1). For issuers and governing DAOs, a pre-defined crisis management plan is essential to mitigate financial loss, preserve trust, and ensure operational continuity. This plan moves beyond reactive trading strategies to establish clear protocol-level triggers, communication channels, and governance escalation paths. Without such a framework, teams risk chaotic decision-making, exacerbating the crisis. The 2022 collapses of UST and USDC's temporary depeg underscore the necessity of structured preparedness.

The foundation of any plan is establishing objective depeg thresholds and monitoring systems. Define specific price deviation levels (e.g., -2%, -5%, -10%) that trigger predefined actions, monitored via decentralized oracles like Chainlink or Pyth Network. For example, a -2% deviation might trigger increased public communication, while a -5% deviation activates a treasury committee. Automate alerts using tools like OpenZeppelin Defender to notify key personnel. It's critical to differentiate between a liquidity-driven depeg (e.g., temporary DEX imbalance) and a solvency-driven depeg (e.g., collateral shortfall), as the response differs fundamentally.

A clear communication protocol is your most powerful tool during a crisis. Designate official channels (Twitter, Discord, governance forum) and a single spokesperson to prevent misinformation. Prepare templated announcements for different escalation levels. Transparency about the root cause, affected funds, and planned actions is paramount. For on-chain actions, use time-locked transactions via multisigs like Safe or DAO modules to signal intent before execution, allowing the community to react. The MakerDAO Emergency Shutdown module is a canonical example of a pre-defined, transparent crisis response mechanism.

The tactical response involves executable on-chain and off-chain interventions. On-chain actions may include: - Activating protocol-owned liquidity (e.g., using Curve owner functions to adjust pool parameters). - Executing buybacks via smart contracts from the treasury. - Temporarily pausing mint/redeem functions if the mechanism is under attack. Off-chain coordination with centralized exchanges for liquidity support and arbitrage bots is also crucial. All actions must be pre-authorized via governance votes for specific thresholds or have explicit emergency multisig powers with strict time limits to avoid centralization risks.

Post-crisis, conduct a thorough post-mortem analysis. This should audit on-chain transactions, treasury flows, communication logs, and market data. Publish the findings publicly to rebuild trust. Use the insights to update the crisis plan, adjusting thresholds, response times, and treasury allocations. Furthermore, consider implementing circuit breaker mechanisms directly in the stablecoin's smart contracts, such as a redemption fee during high volatility or a hard cap on daily minting volume. Continuous stress-testing of the protocol against historical and hypothetical depeg scenarios is essential for maintaining resilience.

prerequisites
FOUNDATIONAL REQUIREMENTS

Prerequisites for Implementing the Plan

Before activating a crisis management plan for a stablecoin depeg, specific technical, operational, and governance foundations must be established. This guide outlines the essential prerequisites for effective execution.

A stablecoin's on-chain monitoring system is the first prerequisite. This requires a dedicated service or oracle to track the asset's market price against its peg in real-time. For a USD-pegged stablecoin, this means continuously querying centralized exchange APIs (like Coinbase or Binance) and decentralized oracle networks (like Chainlink) to calculate a Time-Weighted Average Price (TWAP). The system must be resilient to oracle manipulation and data source failure, often requiring multiple independent price feeds and a consensus mechanism to determine the final reference price. This data feed will trigger the crisis plan.

The second prerequisite is establishing clear governance and authority. The plan must define who has the power to declare a depeg event and initiate the response. This could be a multi-signature wallet controlled by the project's core team, a decentralized autonomous organization (DAO) where token holders vote, or a hybrid model with a time-delayed execution. The signing threshold (e.g., 3-of-5 signers) and the process for key rotation must be codified and tested. Without unambiguous authority, critical actions can be delayed during a crisis.

Pre-approved liquidity and capital reserves are a non-negotiable prerequisite. The plan's effectiveness hinges on having immediate access to assets for market interventions. This typically involves a treasury multisig wallet holding a reserve of the stablecoin itself, its underlying collateral (e.g., USDC, ETH), and potentially a native protocol token for incentives. The wallet addresses, reserve amounts, and the conditions for their use must be documented. For algorithmic stablecoins, this includes defining the parameters for minting and burning tokens to restore the peg.

Technical integration is the fourth prerequisite. The crisis management logic must be embedded into smart contracts or accessible via administrative functions. This includes the ability to: pause mint/redeem functions, adjust protocol parameters (like collateral ratios), execute treasury swaps on decentralized exchanges, or activate a safety module. These contracts should be thoroughly audited by firms like OpenZeppelin or Trail of Bits, and their functions should be callable only by the pre-defined governance authority to prevent unauthorized access.

Finally, a communication and incident response protocol must be established. This defines the channels for public announcements (Twitter, Discord, governance forums), internal team coordination (Telegram, War Room), and the sequence of communications. Templates for status updates should be prepared in advance. The team should conduct tabletop exercises to simulate a depeg scenario, testing the monitoring alerts, governance coordination, and contract execution to identify and resolve bottlenecks before a real event occurs.

key-concepts-text
KEY CONCEPTS: PEG STABILITY MECHANISMS

Setting Up a Crisis Management Plan for Stablecoin Depegging Events

A structured protocol for responding to peg instability is critical for any stablecoin project. This guide outlines the components of an effective crisis management plan.

A depegging event occurs when a stablecoin's market price deviates significantly from its target peg, often by more than 1-3%. For algorithmic or crypto-collateralized stablecoins like DAI or FRAX, this signals a failure in the system's stability mechanisms. The primary goal of a crisis plan is not just to restore the peg, but to do so while maintaining user trust and system solvency. The plan should be a living document, known to core contributors and the community, detailing clear escalation paths and pre-approved actions.

The first component is continuous monitoring and alerting. This involves tracking key metrics in real-time: the market price on major DEXs and CEXs, the collateralization ratio, debt ceiling utilization, and oracle feed health. Automated alerts should be configured for thresholds (e.g., price below $0.98 or above $1.02). Tools like Chainlink Data Streams or custom subgraphs from The Graph can power these dashboards. A designated response team must be on-call to acknowledge an alert within a defined SLA, often minutes, not hours.

Upon confirming a depegging event, the team executes pre-defined contingency actions. These are tiered based on severity. For a minor deviation, the first line of defense is often activating or increasing arbitrage incentives. This could mean adjusting stability fee rates in MakerDAO or tuning the redemption curve in a Frax Finance pool. For a collateralized stablecoin, the protocol may enable more favorable minting or redemption terms to encourage arbitrageurs to correct the price.

For a severe depeg threatening solvency, more aggressive measures are required. These include debt auctions to recapitalize the system (like Maker's Vault auctions), temporary redemption pauses to prevent bank runs, or emergency governance actions to change core parameters. All such actions should have pre-written, audited smart contract code ready for rapid, single-transaction execution via a timelock-controller or multisig to avoid delays.

Transparent communication is critical throughout the process. The plan must include templates for social media announcements, forum posts, and emergency governance votes. Clearly explain the cause (e.g., oracle failure, market manipulation), the actions being taken, and the expected timeline. Managing community sentiment and preventing panic selling is often as important as the technical response. Post-crisis, conduct a public post-mortem analysis to identify root causes and update the crisis plan accordingly.

on-chain-tools
CRISIS MANAGEMENT

On-Chain Intervention Tools

A stablecoin depegging event requires immediate, protocol-level action. These tools and concepts form the technical foundation for an effective on-chain response plan.

02

Circuit Breakers & Pause Mechanisms

Halt protocol operations to prevent insolvency or exploit during extreme volatility. This is a critical damage containment tool.

  • Pause minting and redeeming to stop the bleeding and assess the situation.
  • Implement a velocity check that triggers a pause if the redemption rate exceeds a predefined threshold (e.g., 10% of supply per hour).
  • Ensure the pause function is time-locked and governed by a multisig or DAO to prevent centralized abuse.
04

Governance & Multisig Escalation

Define clear on-chain governance pathways for emergency intervention. Speed is critical.

  • Establish a graded response system: Level 1 (DAO vote), Level 2 (Security Council 7/12 multisig), Level 3 (Emergency 2/3 multisig).
  • Pre-authorize specific actions like collateral swaps or fee adjustments that can be executed without a full vote.
  • Use Snapshot with optimistic execution (via Zodiac's Reality module) to vote and execute in a single transaction.
RESPONSE FRAMEWORK

Depegging Severity and Response Matrix

A structured framework for classifying depegging events and outlining corresponding team actions and public communications.

Severity LevelPrice Deviation & DurationCore Team ActionsPublic Communication

Level 1: Minor Fluctuation

Deviation: 0.5% - 1.5% Duration: < 6 hours

Monitor on-chain liquidity and DEX pools. Prepare initial statement draft.

Optional social media post acknowledging normal market volatility. No formal announcement required.

Level 2: Significant Drift

Deviation: 1.5% - 5% Duration: 2 - 24 hours

Analyze arbitrage opportunities and CEX flows. Engage market makers and liquidity providers. Activate internal incident channel.

Issue a formal statement on status and investigation. Provide clear, factual updates every 4-6 hours.

Level 3: Severe Depeg

Deviation: 5% - 15% Duration: 12+ hours

Deploy treasury reserves for direct market intervention. Pause mint/redeem functions if protocol allows. Initiate contact with major holders and partners.

Publish root cause analysis if known. Announce concrete remedial actions (e.g., buyback). Host a community AMA within 24 hours.

Level 4: Critical Failure

Deviation: > 15% Duration: 24+ hours

Execute emergency governance for protocol parameter changes or shutdown. Coordinate with legal counsel and auditors. Prepare post-mortem and restitution plan.

Transparent, frequent communication (hourly updates). Clearly outline user recourse and next steps. Publish full post-mortem report within 72 hours.

Trigger for External Audit

Any deviation > 10% lasting > 48 hours

Trigger for Legal Review

Deviation linked to smart contract exploit or governance attack

implementing-emergency-oracles
CRISIS MANAGEMENT

Implementing and Activating Emergency Oracles

A guide to building and deploying automated systems to respond to stablecoin depegging events, focusing on smart contract architecture and governance activation.

An emergency oracle is a critical on-chain component designed to detect and respond to severe market stress, such as a stablecoin losing its peg. Unlike price feeds that provide continuous data, an emergency oracle triggers a binary signal—true for crisis, false for normal operation—when predefined risk thresholds are breached. This signal can activate circuit breakers in a protocol, such as pausing minting/redemption functions, increasing collateral requirements, or initiating a controlled shutdown. Implementing one requires a clear definition of a 'depeg event,' often measured as a sustained deviation (e.g., >5% for over 1 hour) from the target price on multiple high-liquidity decentralized exchanges like Uniswap or Curve.

The technical implementation involves a smart contract that aggregates and validates data from multiple sources. A robust design uses a multi-sig or decentralized governance model to activate the oracle, preventing a single point of failure. A common pattern is a contract with a function like declareEmergency(uint256 deviation, uint256 duration) that only approved signers or a DAO can call. When conditions are met, the contract emits an event and updates a public state variable. Downstream protocols, such as a lending platform or stablecoin issuer, listen for this state change via their own contracts. For example, a MakerDAO-style EmergencyShutdownModule would react to a CrisisOracle signal by freezing the system and enabling final settlement.

Key considerations for activation include data freshness, source reliability, and manipulation resistance. Relying on a single centralized exchange price is risky. Instead, use a median price from at least three decentralized oracle providers like Chainlink, Pyth Network, and an internal TWAP (Time-Weighted Average Price) calculation. The contract should include a time-delay or voting period for activation to allow for dispute in case of a false positive. All parameters—deviation threshold, duration, and data sources—should be upgradeable only through a transparent governance process. Testing this system on a testnet (e.g., Sepolia) with historical depeg data is essential before mainnet deployment.

Here is a simplified conceptual example of an emergency oracle contract function written in Solidity 0.8.x. This snippet checks if the reported price has been below a threshold for a sustained period.

solidity
function checkDepegCondition() public view returns (bool) {
    // Fetch current price from an oracle (e.g., Chainlink aggregator)
    int256 currentPrice = priceFeed.latestAnswer();
    uint256 threshold = targetPrice * 95 / 100; // 5% depeg threshold

    if (currentPrice < int256(threshold)) {
        if (block.timestamp > depegStartTime + DEBOUCE_DURATION) {
            return true; // Emergency condition met
        }
    } else {
        depegStartTime = 0; // Reset timer if price recovers
    }
    return false;
}

This logic must be part of a larger system that manages permissions, emits events, and has secure price feed integration.

Integrating the emergency oracle signal is the final step. Protocol contracts should import the oracle's interface and condition critical functions. For instance, a mint function in a stablecoin contract would include a modifier: modifier notInEmergency() { require(!emergencyOracle.isActive(), "System paused: Emergency oracle triggered"); _; }. Post-activation procedures must also be defined, including communication plans for users, steps for system recovery, and a process to deactivate the emergency state once the crisis is resolved. Regularly running war game simulations and maintaining an incident response playbook are as crucial as the technical implementation for effective crisis management.

adjusting-fees-dynamic-parameters
CRISIS MANAGEMENT

Setting Up a Crisis Management Plan for Stablecoin Depegging Events

A technical guide for protocol developers on implementing automated parameter adjustments to manage stablecoin depegging events.

A stablecoin depegging event, where the token's market price deviates significantly from its peg (e.g., 1 USD), requires swift, pre-programmed responses. A crisis management plan codifies these responses into smart contract logic, allowing for automated parameter adjustments without relying on slow, manual governance. This guide outlines the core components of such a system, focusing on mint/redeem fees and collateral ratios as primary levers for restoring peg stability. The goal is to create economic incentives that naturally guide the price back to its target.

The first line of defense is often adjusting the mint and redeem fees. When a stablecoin trades below peg (e.g., $0.98), the protocol can algorithmically reduce the mint fee and increase the redeem fee. This makes it cheaper to create new tokens (increasing buy-side demand) and more expensive to burn them (reducing sell-side pressure). Conversely, if the stablecoin trades above peg, the fee structure is inverted. This logic can be implemented in a StabilityFeeModule contract that polls a trusted oracle for the current market price and updates fee parameters based on predefined deviation thresholds.

Here is a simplified Solidity example of a function that could be called by a keeper or oracle to adjust fees based on peg status:

solidity
function updateFeesBasedOnPeg(uint256 currentPrice) external onlyOracle {
    uint256 peg = 1e18; // 1.00 in 18 decimals
    uint256 deviation = (currentPrice > peg) ? currentPrice - peg : peg - currentPrice;
    uint256 deviationBps = deviation * 10000 / peg; // Basis points

    if (deviationBps > 150) { // 1.5% deviation threshold
        if (currentPrice < peg) {
            // Below peg: encourage minting, discourage redeeming
            mintFee = 0;
            redeemFee = 500; // 5% fee in basis points
        } else {
            // Above peg: discourage minting, encourage redeeming
            mintFee = 500;
            redeemFee = 0;
        }
        emit FeesUpdated(mintFee, redeemFee);
    }
}

This code demonstrates the core logic, though a production system would include smoother gradients, time-based delays, and circuit breakers.

Beyond fees, adjusting collateral parameters is a more powerful but riskier tool. For overcollateralized stablecoins like MakerDAO's DAI, the protocol can temporarily increase the collateralization ratio for new mints during a depeg to bolster confidence, or decrease the liquidation ratio to incentivize debt repayment. For algorithmic or fractional stablecoins, the plan might involve activating a recovery mode that halts certain functions or triggers a gradual redemption process for the underlying assets. These actions should be gated by multi-sig guardians or a time-locked governance vote to prevent rash interventions.

A robust crisis management system must integrate with secure price oracles like Chainlink, Pyth Network, or a custom decentralized oracle. The plan should define clear deviation thresholds (e.g., 1%, 3%, 5%) that trigger progressively more severe responses, known as circuit breakers. All parameter changes should be time-locked to give the market time to react and to prevent flash-crash exploitation. Finally, maintaining a protocol-owned liquidity pool or establishing emergency swap facilities on decentralized exchanges can provide direct market support during extreme volatility.

Testing is critical. Use forked mainnet environments with tools like Foundry or Hardhat to simulate depegging scenarios and validate your contract's responses. Monitor real-world implementations from protocols like Frax Finance, which uses an AMO (Algorithmic Market Operations Controller), and MakerDAO, with its Emergency Shutdown and GSM Pause mechanisms. A well-architected crisis plan is not a guarantee against depegs, but it provides a structured, transparent, and automated framework for navigating them, ultimately protecting users and the protocol's long-term viability.

off-chain-communication-protocol
CRISIS MANAGEMENT

Off-Chain Communication and Coordination Protocol

A stablecoin depegging event requires rapid, coordinated action. This guide outlines the essential off-chain protocols and tools for managing such a crisis.

02

Implement a Monitoring and Alert System

Proactive monitoring can provide early warning. Set up automated alerts for key metrics that signal stress:

  • Price deviation from peg (e.g., >2% on multiple DEXs/CEXs)
  • Abnormal outflows from the primary reserve or collateral contract
  • Surge in social media sentiment and search volume
  • Unusual large transactions (mints, burns, transfers) on-chain Tools like Tenderly Alerts, OpenZeppelin Defender Sentinels, or custom scripts listening to Chainlink oracles can trigger notifications to the war room.
03

Prepare Pre-Approved Governance and Technical Actions

Speed is paramount. Have a library of pre-written, audited smart contract functions and governance proposals ready for rapid execution. This includes:

  • Emergency pause functions for mints/burns/transfers
  • Parameter adjustments (e.g., mint/burn fees, collateral ratios)
  • Liquidity provisioning plans with pre-vetted partners
  • Debt repayment or recapitalization mechanisms Use multisig wallets (e.g., Safe) with time-locked execution or governance modules (e.g., OpenZeppelin Governor) with short voting periods for emergency measures.
04

Coordinate with Liquidity Providers and Market Makers

Stabilizing the peg requires market liquidity. Pre-establish relationships with market makers (MMs) and DeFi protocols. In a crisis, activate pre-negotiated agreements to:

  • Provide direct liquidity in key trading pairs (e.g., USDC/DAI) on centralized and decentralized exchanges.
  • Utilize protocol-owned liquidity in AMM pools like Uniswap V3 or Curve.
  • Deploy emergency arbitrage incentives to correct the peg. Clear communication channels with these external partners ensure coordinated buys/sells to restore parity.
06

Conduct a Post-Mortem and Update Protocols

After stabilization, conduct a thorough review. Analyze the timeline, effectiveness of responses, and the root cause (e.g., oracle failure, exploit, market-wide contagion). Document lessons learned and update the crisis management plan accordingly. Propose and implement any necessary smart contract upgrades, governance process changes, or new monitoring tools. This step is critical for improving resilience against future events.

contingency-plans-extreme-stress
STABLECOIN RISK MANAGEMENT

Building Contingency Plans for Extreme Market Stress

A systematic guide for protocols and DAOs to prepare for and respond to stablecoin depegging events, focusing on technical and operational safeguards.

A stablecoin depeg is a systemic risk event where a token like USDC, DAI, or USDT loses its 1:1 peg to its target asset, often the US dollar. These events can be triggered by collateral failure (e.g., a backing asset default), smart contract exploits, regulatory action, or a liquidity crisis in a core trading pool. For any protocol holding significant stablecoin reserves or using them as primary collateral, a depeg is not a hypothetical scenario but a critical operational threat that requires a pre-defined, executable plan.

The foundation of any crisis plan is continuous monitoring. This involves tracking on-chain metrics beyond just the oracle price. Key indicators include: - Reserve composition and transparency for centralized stablecoins - Collateral health ratios (e.g., DAI's Collateralization Ratio) - Liquidity depth in primary DEX pools (e.g., USDC/DAI on Uniswap v3) - Social sentiment and news regarding issuers. Tools like DefiLlama, Tenderly Alerts, and custom Chainlink oracles can be configured to trigger alerts when these metrics breach predefined thresholds, providing an early warning system.

Technical contingencies must be codified into smart contracts where possible. For lending protocols, this includes activating isolated modes that prevent new borrowing of the affected stablecoin or adjusting liquidation parameters to account for increased volatility. Automated systems can also execute debt swaps, converting positions denominated in the depegging asset to a more stable one via a pre-approved route on a DEX aggregator like 1inch. These actions should be governed by a multisig or a decentralized governance contract with high thresholds to prevent panic-driven decisions.

Operational response involves clear communication and manual intervention points. The plan should designate a crisis team with defined roles (technical, communications, treasury). A pre-drafted communication template for users and stakeholders should explain the situation, the actions being taken, and the expected timeline. Treasury management steps, such as executing a hedging strategy using perpetual futures on dYdX or GMX, or rebalancing reserves, must be documented. All manual actions require a multi-signature wallet process with a pre-agreed signer set to ensure security and accountability during high-pressure events.

Finally, a post-mortem and plan iteration are crucial. After the event stabilizes, the team must analyze the response's effectiveness. Questions to answer include: Were alerts timely? Did automated systems execute as intended? Was communication clear? Use this analysis to update monitoring parameters, refine smart contract logic, and improve operational checklists. This creates a feedback loop that strengthens the protocol's resilience against future market stress, turning a reactive plan into a proactive defense system.

FOR DEVELOPERS

Frequently Asked Questions on Depeg Crisis Management

Technical answers to common questions about building and executing a crisis management plan for stablecoin depegging events.

A robust technical plan requires automated monitoring, predefined response logic, and secure execution pathways.

Core Components:

  • Real-time Monitoring: Implement off-chain keepers or oracles (e.g., Chainlink, Pyth) to track the peg deviation (e.g., price < 0.995).
  • Escalation Triggers: Define clear, on-chain verifiable thresholds that move the protocol from "Watch" to "Action" mode.
  • Pre-authorized Actions: Codify specific responses like pausing mint/redeem functions, activating emergency arbitrage pools, or adjusting fees in smart contracts.
  • Multisig Governance: Ensure critical actions require a time-locked, multi-signature wallet (e.g., Safe) to prevent unilateral moves.
  • Communication Layer: Integrate alert systems (e.g., Discord/Slack bots, Twitter API) to notify stakeholders and developers immediately.
conclusion-next-steps
CRISIS MANAGEMENT

Conclusion and Next Steps for Implementation

A documented plan is only effective if it is tested, maintained, and integrated into your protocol's operational DNA. This final section outlines the critical steps to move from theory to practice.

Your crisis management plan must be a living document. The first implementation step is to conduct a tabletop exercise with your core team. Simulate a depegging event using historical data (e.g., the USDC depeg in March 2023) or a custom scenario. Walk through each phase: detection, assessment, communication, and execution of predefined actions. This exercise will reveal gaps in your logic, data feeds, and team coordination that are impossible to see on paper. Document all findings and update the plan accordingly.

Next, implement the technical monitoring and automation layer. This involves setting up the alerting system discussed earlier, using tools like Chainlink Functions or Pyth's Price Service for robust off-chain data, and writing and auditing the keeper or governance-executable smart contracts for your emergency actions. For example, a basic contract might pause minting when the price deviates beyond a deviationThreshold for a deviationDuration. All code should be thoroughly tested on a testnet with forked mainnet state to simulate real conditions.

Finally, integrate the plan into your protocol's public documentation and governance framework. Publish a clear summary of the plan's triggers and tiers of response. For on-chain governance protocols, pre-authorize a multisig wallet or governance module to execute emergency functions, detailing the process in your governance docs. Regular reviews—at least quarterly—are essential to update parameters, incorporate new risk data (like oracle upgrades), and refresh team training. A static plan becomes obsolete quickly in the dynamic DeFi landscape.

How to Build a Stablecoin Depegging Crisis Management Plan | ChainScore Guides