Glossary

GHO Stablecoin

Aave's decentralized stablecoin minted by borrowers using their Aave collateral, with interest rates set by governance.

Key Takeaways

  • GHO is a decentralized, overcollateralized stablecoin native to the Aave Protocol: borrowers mint GHO against crypto collateral deposited in Aave V3, and the protocol burns GHO when loans are repaid.
  • Unlike single-issuer stablecoins, GHO uses a facilitator model where multiple governance-approved entities can mint and burn GHO within capped limits, compartmentalizing risk across independent minting pathways.
  • All GHO interest revenue flows directly to the Aave DAO treasury, making GHO a protocol revenue tool rather than just a stablecoin: 1 GHO borrowed generates roughly 10x the revenue of 1 USDC deposited on Aave.

What Is GHO?

GHO is a decentralized stablecoin pegged to the US dollar, created by the Aave Protocol. It launched on Ethereum mainnet on July 15, 2023, following a near-unanimous governance vote. Unlike fiat-backed stablecoins such as USDC or USDT that hold dollar reserves in bank accounts, GHO is minted by borrowers who lock crypto collateral into the Aave V3 lending protocol.

The design makes GHO similar in concept to DAI: both are overcollateralized, governance-controlled stablecoins. The key difference is that GHO is built on top of an existing lending protocol rather than being the core product of a standalone system. This lets Aave leverage its existing collateral pools, liquidation infrastructure, and user base to bootstrap a stablecoin without building new primitives from scratch.

As of early 2026, GHO's circulating supply has grown past $500 million, making it one of the largest decentralized stablecoins by market capitalization.

How It Works

GHO follows a mint-and-burn model. New GHO tokens are created when borrowers take out loans, and they are destroyed when those loans are repaid. This creates an elastic supply that expands and contracts based on borrowing demand.

The basic minting process:

  1. A user deposits collateral (ETH, WBTC, stETH, or other supported assets) into Aave V3
  2. The user borrows GHO against that collateral, subject to standard loan-to-value ratios and liquidation thresholds
  3. The Aave V3 facilitator mints fresh GHO tokens and sends them to the borrower
  4. Interest accrues at a governance-set fixed rate, and the borrower repays GHO plus interest to close the position
  5. Repaid GHO is burned, reducing circulating supply

If the borrower's collateral value drops below the liquidation threshold, third-party liquidators can repay a portion of the GHO debt and claim discounted collateral. This mechanism, shared with standard Aave markets, protects the system from undercollateralization. For more on how liquidation cascades propagate through DeFi, see the glossary entry on liquidation cascades.

The Facilitator Model

GHO's most distinctive architectural feature is its facilitator model. Rather than a single minting pathway, the GhoToken contract allows Aave Governance to approve multiple independent facilitators, each authorized to mint and burn GHO within a capped limit called a "bucket capacity."

Each facilitator has two parameters: a bucketCapacity (the maximum amount of GHO it can have outstanding) and a bucketLevel (its current minted amount). Even if one facilitator is compromised, maximum exposure is capped at its approved bucket size.

As of 2026, four facilitators are active:

  • Aave V3 Ethereum Market: the primary facilitator with a bucket capacity of 180 million GHO, handling standard collateralized borrowing
  • FlashMint Facilitator: enables uncollateralized GHO borrowing within single atomic transactions (flash loans), based on EIP-3156
  • GHO Stability Module (GSM): allows 1:1 swaps between GHO and approved stablecoins like USDC and USDT, functioning as a peg defense mechanism
  • Cross-chain Facilitator: handles lock-and-mint operations for GHO transfers to other networks via Chainlink CCIP

The architecture is explicitly designed for extensibility. Future facilitators could include real-world asset (RWA) backed minters, credit protocols, or institutional desks, each approved through governance with its own risk-isolated bucket.

// Simplified facilitator minting logic
// Full source: github.com/aave/gho-core

function mint(address account, uint256 amount) external {
  // Only approved facilitators can call
  require(isFacilitator(msg.sender), "Not a facilitator");

  Facilitator storage f = _facilitators[msg.sender];
  uint256 newLevel = f.bucketLevel + amount;

  // Enforce bucket capacity
  require(newLevel <= f.bucketCapacity, "Exceeds bucket capacity");

  f.bucketLevel = newLevel;
  _mint(account, amount);
}

function burn(uint256 amount) external {
  Facilitator storage f = _facilitators[msg.sender];
  f.bucketLevel -= amount;
  _burn(msg.sender, amount);
}

Interest Rates and the stkAAVE Discount

Unlike standard Aave markets where interest rates float with utilization, GHO uses a fixed borrow rate set by Aave Governance. This rate does not adjust automatically: changing it requires a governance action or delegation to the GHO Stewards, a rapid-response multisig authorized to adjust rates by up to 500 basis points per two-day period.

At launch, the borrow rate was set at 1.5%. During GHO's peg instability in late 2023, governance raised rates significantly to discourage excessive minting. As the peg stabilized, rates were adjusted to balance supply growth with protocol revenue.

A unique feature at launch was the stkAAVE discount: users who staked AAVE tokens in the Safety Module received a 30% discount on GHO borrow rates, with each stkAAVE covering up to 100 GHO of discounted borrowing. This mechanism was later replaced by the "Anti-GHO" system, a non-transferable token that stkAAVE holders can burn at 1:1 to offset their GHO borrowing costs.

Critically, 100% of GHO interest revenue flows to the Aave DAO treasury. In standard Aave markets, interest is split between depositors (who provide the lent capital) and the protocol. Since GHO is minted rather than lent from deposits, there are no depositors to compensate: the DAO captures the full yield.

Peg Maintenance

GHO relies on multiple mechanisms to maintain its $1 peg:

  • Overcollateralization and liquidation: every GHO is backed by collateral worth more than $1, with automated liquidations if ratios fall below thresholds
  • Arbitrage incentives: when GHO trades below $1, borrowers can buy cheap GHO to repay loans at face value, profiting from the discount and reducing supply
  • GHO Stability Module: enables direct 1:1 swaps between GHO and USDC or USDT, providing a hard floor and ceiling near the peg
  • Borrow rate adjustments: governance raises rates to discourage minting when supply is too high, or lowers rates to encourage minting when demand exceeds supply

These layered mechanisms are a common pattern among overcollateralized stablecoins. For a broader comparison of how different stablecoins defend their pegs, see the research article on stablecoin peg mechanisms.

Peg Stability History

GHO's early history illustrates the challenges of bootstrapping a new stablecoin. After launching in July 2023, GHO traded below its $1 peg for roughly six months: prices hovered between $0.95 and $0.98 through late 2023. The core problem was that GHO initially lacked a direct arbitrage mechanism (the GSM had not yet launched), so there was no efficient way for market participants to restore the peg from below.

Governance responded with several measures: raising borrow rates to reduce minting pressure, implementing targeted liquidity strategies on decentralized exchanges, and launching the stkGHO product to create demand from yield seekers. The GHO Stability Module went live in February 2024, enabling direct 1:1 redemptions against USDC and USDT.

GHO regained its $1 peg in mid-February 2024 and has generally maintained it since. This experience highlighted a key lesson for protocol-native stablecoins: overcollateralization alone is not sufficient for peg stability. Active market-making infrastructure, redemption mechanisms, and governance responsiveness are all necessary. For more context on depeg events and their causes, see the related glossary entry.

Cross-Chain Expansion

GHO has expanded beyond Ethereum mainnet to multiple networks using a lock-and-mint model powered by Chainlink's Cross-Chain Interoperability Protocol (CCIP). When GHO moves to another chain, the tokens are locked on Ethereum while equivalent GHO is minted on the destination network, keeping total supply constant.

As of mid-2026, GHO is available on Arbitrum (launched July 2024), Base (February 2025), and Avalanche (June 2025), among other networks. Each cross-chain deployment is governed by configurable rate limits and monitored by an independent risk management network.

Use Cases

DeFi Borrowing and Leverage

The primary use case is leveraged DeFi exposure. Users deposit ETH or other assets as collateral, borrow GHO, and deploy the stablecoins elsewhere: providing liquidity, entering yield strategies, or purchasing more collateral assets to increase leverage. The fixed borrow rate makes cost planning predictable compared to variable-rate alternatives.

Protocol Revenue Generation

For the Aave DAO, GHO serves as a revenue amplification tool. The protocol captures 100% of borrow interest rather than splitting it with depositors. This makes GHO strategically important for Aave's long-term sustainability, with GHO revenue reaching approximately $14.5 million cumulatively by early 2026.

Savings and Yield

GHO holders can deposit into the sGHO savings vault or the Aave Safety Module (stkGHO) to earn yield. These products create organic demand for holding GHO rather than immediately selling it, which supports peg stability. For a broader view of how stablecoins generate returns, see the research article on yield-bearing stablecoins.

Flash Loans

The FlashMint facilitator allows developers to borrow GHO without collateral within a single atomic transaction, following the EIP-3156 flash loan standard. Since the borrowed GHO must be returned (plus a fee) within the same transaction, no persistent debt is created. This enables arbitrage, liquidation bots, and complex DeFi composability.

GHO vs. DAI: Protocol-Owned Stablecoins Compared

GHO and DAI (now rebranded to USDS under the Sky protocol) represent two approaches to decentralized stablecoins. Both are overcollateralized and governance-controlled, but they differ in architecture and risk profile.

FeatureGHODAI / USDS
Built onAave V3 lending protocolStandalone MakerDAO / Sky protocol
Collateral typesPrimarily liquid crypto assetsCrypto assets plus real-world assets (treasuries, bonds)
Interest rate modelFixed rate set by governanceVariable stability fees set by governance
Revenue flow100% to Aave DAO treasuryStability fees to MakerDAO / Sky treasury
Peg defenseGSM (1:1 swaps), rate adjustmentsPSM (Peg Stability Module), DSR adjustments
Market cap (2026)~$580 million~$5 billion

GHO's advantage is its integration with Aave's existing infrastructure, which reduces development overhead and benefits from Aave's established user base. DAI's advantage is its longer track record and diversified collateral including real-world assets. Both models contrast sharply with algorithmic stablecoins, which attempt to maintain pegs without overcollateralization.

Risks and Considerations

Smart Contract Risk

GHO's security depends on both the GhoToken contracts and the broader Aave V3 protocol. A vulnerability in either system could affect GHO holders. While the contracts have been audited and are open source (github.com/aave/gho-core), the facilitator model introduces additional surface area: each new facilitator adds new code that must be independently verified.

Collateral Correlation

GHO is primarily backed by crypto assets (ETH, WBTC, stETH), which are correlated during market downturns. A sharp market crash could trigger simultaneous liquidations across many positions, potentially straining the liquidation infrastructure. Unlike DAI, which has diversified into treasury-backed collateral, GHO remains fully exposed to crypto market volatility.

Governance Dependencies

Key parameters like borrow rates, bucket capacities, and facilitator approvals all require governance actions. If governance is slow to respond to market conditions (as occurred during the initial depeg), the stablecoin can trade off-peg for extended periods. The GHO Stewards partially address this with delegated rate-adjustment authority, but the fundamental dependency on governance remains.

Regulatory Uncertainty

Decentralized stablecoins occupy uncertain regulatory ground. Emerging frameworks like the EU's MiCA regulation and proposed US stablecoin legislation could impose requirements that are difficult for DAO-governed tokens to satisfy, such as identifiable issuers or reserve attestations. For a detailed look at the regulatory landscape, see the research article on stablecoin regulation under MiCA and US frameworks.

Peg Fragility at Scale

GHO's peg mechanisms have proven effective at current scale, but they have not been tested during a severe crypto-wide depeg event. The GSM's effectiveness depends on its exposure caps and the availability of USDC/USDT reserves. In an extreme scenario where multiple stablecoins are under pressure simultaneously, these defenses could be insufficient.

This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.