Lucid
  • USING LUCID
    • Welcome to Lucid
    • Homepage
    • Explore Page
    • Organisation Summary Page
    • Sidebar Navigation
  • Organisation Creation Page
  • Creating an Organisation
    • 1. Setup Organisation Details
    • 2. Module Selection
    • 3. Module Configuration
    • 4. Safe and Protocol Upgrades Configuration
    • 5. Governor Configuration
    • 6. Veto and Multi-Bridge Configuration
    • 7. Token Configuration
    • 8. Asset Transfer Portals Configuration
    • 9. Review and Deploy Organisation
    • 10. Lucid Post-Deployment Integration
  • Editing an Organisation
  • Modules and integrations
    • Multi-Bridge
      • Multi-Bridge Asset Transfers
      • Multi-Bridge Message and Asset Transfers
      • Resend Transaction
    • Bridge Portals
    • Vested Emission Offerings (VEOs)
      • VEO Purchase Flow
        • Purchase Strategic Asset VEOs
        • Purchase Liquidity VEOs
        • Purchase TVL VEOs
      • VEO Creation Flow
      • VEO Removal Flow
      • Claiming Vested Tokens
    • Wizard | Protocol Upgrades
  • Lucid Bridged Stablecoins
    • L-USDC & L-USDT Overview
      • L-USDC Deep Dive
      • L-USDT Deep Dive
  • Points Program
    • Season 1
  • Developer Reference
    • Message Bridging
      • Sending a Message
      • Message Execution
      • Admin Functions
    • Asset Bridging
      • Bridging Assets
      • Admin Functions
    • Adapters
      • Axelar Adapter
      • CCIP Adapter
      • Connext Adapter
      • Hyperlane Adapter
      • LayerZero Adapter
      • Polymer Adapter
      • Wormhole Adapter
    • Deployed Contracts
      • Multibridge Contracts
      • VEO Contracts
  • API Reference
  • RESOURCES
    • About
    • Fees
      • Lucid Pricing and Fee Structure
      • Fee Estimates for Bridges
    • Frequently Asked Questions
    • Key Terms and Explanations
    • Contact
Powered by GitBook
On this page
  • L-USDC (Lucid Bridged USDC)
  • Overview
  • Bridging Architecture and Mechanism
  • Key Benefits
  • Use Cases
  • Summary
  • References
  1. Lucid Bridged Stablecoins
  2. L-USDC & L-USDT Overview

L-USDC Deep Dive

PreviousL-USDC & L-USDT OverviewNextL-USDT Deep Dive

Last updated 7 days ago

L-USDC (Lucid Bridged USDC)

Lucid’s L-USDC is a bridged USD Coin (USDC) implementation for rollup ecosystems, designed in alignment with The L-USDC token contract on each rollup is based on Circle’s audited contract and includes special provisions for seamless future upgrade to native USDC issuance.

Overview

L-USDC solves the cold start problem for new rollups:

  • Allows users to mint a USDC-equivalent token on day one.

  • Enables upgrade to native USDC later without user migration.

  • Built to be secure, composable, and forward-compatible.

Bridging Architecture and Mechanism

Token Contract

  • Deployed using Circle's specification.

  • Circle is pre-authorized as an owner to take over and upgrade to native USDC.

  • Supports multiple authorized bridges via Lucid’s Multi-Bridge Module.

Bridging Flow

  1. Lock on Base Chain (Arbitrum): USDC is locked in a smart contract.

  2. Message Transfer (Default): Hyperlane and Polymer proofs transmit mint request.

  3. Message Transfer (Optional): If other bridge providers deploy on the same route, they can be integrated into the offering and managed through Lucid. (e.g. LayerZero)

  4. Mint on Rollup: L-USDC is minted 1:1 against locked USDC.

  5. Burn & Redeem: Users can burn L-USDC and unlock the same amount on the base chain (Arbitrum).

Lucid’s infrastructure supports:

  • Hyperlane (permissionless interoperability)

  • Polymer (optimistic cryptographic proofs)

  • If additional bridge providers, such as LayerZero, deploy on the same route, they can be integrated into the stablecoin system and seamlessly managed through Lucid’s infrastructure.

Lucid deploys both bridges on behalf of the rollup.

Key Benefits

Seamless Native Upgrade

  • Circle has the ability to take ownership of L-USDC contracts on a rollup and upgrade them to native USDC tokens.

Unified Liquidity

  • One L-USDC token contract per rollup.

  • All bridge liquidity flows into the same token contract.

  • No fragmentation like "wrapped USDC A/B/C".

High Performance

  • ~3–4s finality with Polymer

  • Sub-$0.05 transaction cost

Simplified Onboarding for Rollups

  • Lucid handles deployment: token contracts, bridges, relayers.

  • Minimal configuration required from rollup teams.

Security

  • Role-based controls for minting/burning.

Developer Experience

  • SDKs and UI for deposits/withdrawals.

  • No code changes needed during upgrade to native USDC.

Use Cases

  • VEO Markets: Bond L-USDC for governance token emissions.

  • Liquidity Bootstrapping: Quickly onboard stable liquidity.

  • Cross-Chain Payments: Move stablecoins between chains.

  • POL Campaigns: Use as part of long-term protocol-owned liquidity strategies.

  • Treasury Diversification

Summary

L-USDC provides:

  • Plug-and-play USDC liquidity for rollups

  • Future upgrade path to native USDC

  • Unified stablecoin standard backed by battle-tested infrastructure

References

Audited contracts.

Circle’s official Bridged USDC Standard.
FiatToken
FiatToken
FiatToken
Circle Bridged USDC Standard
FiatToken Contract Spec (GitHub)