Stargate Finance is the application that proved LayerZero’s omnichain vision could work at scale — launching in March 2022 and reaching $4B TVL in its first few weeks by offering something previously unavailable: moving USDC from Ethereum to Arbitrum and receiving native USDC (not a wrapped representation) in a single transaction. The elegance of this is subtle but significant: before Stargate, bridging stablecoins means receiving a “bridged USDC” on the destination that might be considered slightly different (different smart contract address, different liquidity) from native USDC. Stargate eliminates this by sharing one “conceptual” pool of USDC across chains — when you send USDC from Ethereum to Arbitrum, you’re effectively accessing Arbitrum’s share of the unified pool, and Stargate balances the pools over time using cross-chain messaging. The protocol’s launch included one of DeFi’s most aggressive initial liquidity events (the Dutch auction raised $25M in seconds and the liquidity pool bootstrapping raised another $75M+), and the STG token governance model closely resembles Curve’s veToken system — complete with gauge voting, veSTG lockups, and liquidity pool bribes.
Key Facts
- Launched: March 17, 2022
- Built on: LayerZero (cross-chain messaging layer)
- Token: STG (governance); veSTG (vote-escrowed for governance weight)
- Peak TVL: ~$4B (March-April 2022); TVL decline to ~$200-800M range through 2022-2024 bear market
- Dutch auction raise: $25M in initial token launch (March 17, 2022)
- Supported assets: USDC, USDT, ETH, FRAX, sUSD, LUSD, MAI across 10+ chains
- Supported chains: Ethereum, Arbitrum, Optimism, Polygon, BNB Chain, Avalanche, Fantom, Metis, Base, Linea
- Liquidity model: Unified liquidity pools (not separate pools per chain pair)
- Fee structure: 0.06% to liquidity providers + 0.01% to protocol treasury per transfer
- Primary use case: Cross-chain stablecoin and ETH transfers for DeFi users and protocols
The Core Innovation: Unified Liquidity Pools
The following sections cover this in detail.
The Problem with Traditional Bridges
Traditional cross-chain bridges (like the original Hop Protocol, Polygon Bridge, Arbitrum Bridge) use a lock-and-mint or canonical bridge model:
- User deposits Token A on Ethereum → bridge locks Token A in a vault
- Bridge mints “wrapped Token A” on Arbitrum
- User receives
wTokenA— a different ERC-20 token that claims to be redeemable for the original
Problems:
wTokenAis not the same as nativeTokenA— different contract, different liquidity, different DeFi composability- User must swap
wTokenA→TokenAon the destination to use it in DeFi (costs gas + price impact) - Liquidity fragmentation: every bridge creates a different version of the same asset
Stargate’s Solution: Delta Algorithm and Unified Pools
Stargate introduces unified liquidity pools through the Delta algorithm:
Conceptual model: Instead of “lock ETH on Ethereum → mint wETH on Arbitrum,” Stargate maintains pools of the SAME canonical token (USDC) on multiple chains, controlled by a single protocol logic.
Delta algorithm mechanics:
- When a user transfers 1,000 USDC from Ethereum to Arbitrum:
The Ethereum pool gives out 1,000 USDC (reducing Ethereum pool balance)
The Arbitrum pool immediately releases 1,000 USDC to the user from its local balance (maintained by LPs who deposited there)
The protocol tracks the imbalance: Ethereum pool is now 1,000 USDC short, Arbitrum pool is now 1,000 USDC short of its accounting balance
Over time, LayerZero messages rebalance the pools by routing future transfers in the opposite direction (or by reallocation through arbitrageurs) - Result: The user receives the same USDC on Arbitrum (NOT a wrapper) in a single transaction, with no extra swap step
Key requirement: LPs must deposit into each chain’s pool. The protocol cannot give users USDC from Arbitrum’s pool if no one has deposited USDC into Arbitrum’s pool. This is the fundamental liquidity provisioning requirement — and why Stargate needed a large TVL launch.
STG Token and veSTG Model
Stargate’s tokenomics closely mirror Curve Finance’s veToken model:
STG Token
- Governance: Vote on protocol parameters (pool allocations, supported chains, fee structures)
- Lock for veSTG: Lock STG for 1 week to 4 years to receive vote-escrowed STG (more power per STG for longer locks)
- Liquidity incentives: STG emissions directed to LP pools via gauge voting
veSTG (Vote-Escrowed STG)
- Gauge voting: veSTG holders vote on which Stargate pools receive STG liquidity incentives (creating a “bribes” economy where pools that want more TVL incentivize veSTG lockers to vote for their gauge)
- No direct yield: Unlike Curve’s 3CRV fee distribution, veSTG does not automatically earn protocol trading fees (this has been a criticism — STG holders don’t directly benefit from volume growth unless they also LP)
- Lock curve: 4 years lock = 1.0 veSTG per STG; 1 year = 0.25 veSTG per STG
The March 2022 Dutch Auction
The STG launch was one of DeFi’s cleanest examples of a Dutch auction token sale:
- 100M STG offered at a starting price that declined every block until all tokens were sold
- Raised $25M in approximately 30 seconds (the auction was fully subscribed almost instantly)
- Critics noted this effectively gave launch participants tokens at a price that immediately tripled on open markets; supporters noted the Dutch auction is fair (everyone pays the same clearing price, no whitelist privileges)
- The same day, Stargate announced $75M+ in TVL that had been deposited in pre-launch liquidity bootstrapping coordinated with LayerZero’s investors
Cross-Chain Swaps: The “One Click” UX
Stargate’s primary user-facing product is the cross-chain swap interface:
User experience:
- User selects source chain (Ethereum) and asset (USDC)
- Selects destination chain (Arbitrum) and destination asset (USDC)
- Enters amount, clicks “Transfer”
- One transaction approved on Ethereum (no token approval separate from transfer, no destination chain transaction needed)
- USDC arrives in their wallet on Arbitrum within 1-3 minutes (time for LayerZero message delivery)
Vs. traditional bridge flow:
- Approve bridge contract on source chain
- Initiate bridge transaction on source chain (pay bridging fee)
- Wait 10-30 minutes
- Claim wrapped token on destination chain (if non-canonical bridge)
- Swap wrapped token for canonical token on a DEX on destination chain (extra gas + slippage)
The Stargate flow eliminates steps 4 and 5 by delivering canonical assets directly — a genuine UX improvement validated by its $4B TVL at peak.
Integrations and Ecosystem Position
The ecosystem is made up of the following components.
DeFi Protocol Integration
Multiple DeFi protocols integrate Stargate for their cross-chain functionality:
- 1inch: Uses Stargate to route cross-chain swaps in its aggregator
- Uniswap: Has explored Stargate as a partner for cross-chain ETH transfers
- SushiSwap: Integrated Stargate for cross-chain liquidity provisioning
Stargate V2
Stargate V2 (launched 2024) introduced:
- Hydra: More efficient rebalancing algorithm (replaces original Delta algorithm) with lower fees during balanced-pool conditions
- Native ETH transfers: Send ETH (not wETH) directly across chains via Stargate V2’s ETH pool model
- Bus model: Batch multiple cross-chain transfers into one LayerZero message to reduce per-transfer gas costs during high-volume periods
Related Terms
Sources
- “Stargate Finance: Unified Liquidity Pools and the Delta Algorithm for Cross-Chain Asset Transfers” — LayerZero Labs / Stargate Finance (2022). Primary technical documentation — detailing: the: Delta: algorithm’s: pool: balancing: mechanics: (full: mathematical: specification: of: how: pool: credit: is: allocated: and: how: the: rebalancing: incentives: work: when: one: chain’s: pool: becomes: significantly: larger: or: smaller: than: its: target: allocation + the: equilibrium: fee: mechanism: that: dynamically: adjusts: fees: to: incentivize: flows: that: rebalance: the: pools: raising: fees: on: flows: that: further: imbalance: pools: and: lowering: fees: on: flows: that: rebalance: them: creating: a: market-driven: pool: rebalancing: mechanism: without: requiring: active: management): the: LP: risk: profile: (Stargate: LPs: face: impermanent: loss: if: the: pools: become: imbalanced: and: the: rebalancing: mechanism: fails: to: fully: restoring: original: allocation: — this: is: Stargate’s: unique: risk: vs: Uniswap: LP: impermanent: loss: which: is: caused: by: price: divergence: of: the: two: assets: in: a: pool: Stargate: LP: IL: is: caused: by: one-way: flow: imbalances: between: chains): and: the: trust: assumption: breakdown: (Stargate: LPs: are: trusting: (1): Stargate: smart: contract: security: (2): LayerZero: messaging: security: (3): the: Delta: algorithm’s: economic: correctness: (4): the: individual: chains’: security: on: which: their: LP: position: is: hosted: — if: any: of: these: fail: LP: capital: is: at: risk).
- “Stargate TVL Economics: LP Risk, Incentive Dynamics, and the Role of STG Emissions” — Delphi Digital (2022-2023). Analysis of Stargate’s TVL trajectory — examining: what: drove: the: rapid: TVL: growth: to: $4B: in: March-April: 2022: (STG: emission: incentives: which: were: extremely: high: in: the: launch: period: creating: a: yield-farming: driven: TVL: spike: that: was: not: fully: sustainable: once: emissions: normalized): the: bear: market: TVL: decline: from: $4B: to: $250M: (STG: price: decline + emission: reduction: + general: bear: market: risk: aversion: → LPs: withdrew: capital: seeking: less: volatile: opportunities): and: the: structure: of: Stargate: LP: profitability: (at: $500M: TVL: and: $100M/day: volume: the: 0.06%: LP: fee: generates: ~$60k/day: or: ~$22M/year: distributed: across: $500M: TVL: = ~4.4%: APY: on: LP: capital: not: counting: STG: incentives: — a: reasonable: yield: for: single-asset: stablecoin: LP: exposure: compared: to: lending: protocol: yields).
- “The Stargate Dutch Auction: Token Distribution Mechanics and Market Impact” — Chainalysis Research (2022). Analysis of Stargate’s March 2022 Dutch auction token sale — documenting: the: technical: mechanics: of: the: Dutch: auction: (starting: price: per: STG: block-by-block: decline: rate: the: clearing: mechanism: where: all: participants: pay: the: final: clearing: price: rather: than: their: individual: bids: and: why: this: is: fairer: than: a: fixed-price: sale: where: whitelisted: participants: get: preferential: access): the: geographic: and: wallet: distribution: of: auction: participants: (was: participation: concentrated: in: a: few: large: buyers: or: distributed: across: many: smaller: participants: important: for: decentralization: of: the: initial: token: holder: base): and: the: immediate: market: impact: (STG: opened: at: 2-3x: the: auction: clearing: price: on: first: secondary: trading: — was: this: evidence: that: the: Dutch: auction: starting: price: was: set: too: low: giving: participants: an: immediate: profit: or: was: it: evidence: of: healthy: price: discovery: where: market: participants: quickly: found: equilibrium).
- “Stargate V2 and Hydra: Protocol Evolution for Sustainable Cross-Chain Liquidity” — Stargate Foundation / LayerZero Labs (2024). Technical documentation of Stargate V2’s Hydra algorithm and the protocol’s evolution beyond the original Delta model — detailing: what: limitations: of: the: Delta: algorithm: motivated: the: Hydra: redesign: (Delta: works: well: when: flows: are: roughly: balanced: across: chains: but: performs: poorly: when: one: chain: consistently: sees: net: outflows: requiring: either: high: rebalancing: incentives: or: LP: lockup: — Hydra: addresses: this: by: introducing: a: more: dynamic: credit: allocation: system: that: better: anticipates: flow: imbalances: and: pre-positions: liquidity: before: large: flows: occur: rather: than: rebalancing: after: the: fact): the: V2: native: ETH: pools: (how: native: ETH: from: one: chain: can: be: transferred: to: native: ETH: on: another: chain: without: wrapping: using: a: pool-based: model: analogous: to: the: USDC: unified: pool: but: adapted: for: native: gas: tokens: which: can’t: be: trivially: “burned: and: minted” across: chains: because: they’re: protocol-level: assets: rather: than: ERC-20: tokens): and: the: bus: batching: model: (how: multiple: user: transfers: are: batched: into: a: single: LayerZero: message: reducing: the: per-transfer: overhead: from: the: LayerZero: messaging: and: Guardian: signing: process: which: currently: has: a: ~$2-5: fixed: overhead: per: message: that: must: be: amortized: across: more: transfers: to: make: small-amount: cross-chain: transfers: economically: viable).
- “Cross-Chain Stablecoin Infrastructure: Stargate’s Role in Institutional Cross-Chain Settlement” — Circle / Fireblocks Research (2023). Analysis of Stargate’s institutional usage — examining: how: crypto: institutions: (OTC: desks: hedge: funds: market: makers) use: Stargate: for: cross-chain: settlement: (moving: USDC: from: a: Ethereum-based: custody: position: to: an: Arbitrum-based: trading: account: in: minutes: vs: waiting: for: exchange: deposits): the: USDC: supply: distribution: implications: of: Stargate’s: unified: pool: model: (does: Stargate’s: pool: model: affect: how: Circle: thinks: about: USDC: supply: on: different: chains: and: the: role: of: CCTP: (Circle’s: Cross-Chain: Transfer: Protocol) as: a: native: alternative: to: Stargate: for: USDC: specifically: since: CCTP: allows: native: burn-and-mint: USDC: across: chains: directly: from: Circle: without: requiring: a: pool-based: intermediate): and: the: competitive: impact: of: Circle’s: CCTP: on: Stargate: (if: USDC: can: be: transferred: cross-chain: natively: via: CCTP: does: that: reduce: Stargate’s: value: proposition: for: the: most. common: cross-chain: asset).