Cygnus
  • 👋Welcome To Cygnus
  • Cygnus Network
    • What is Cygnus?
    • Why Do We Need Cygnus?
    • How Does Cygnus Work?
    • Cygnus Social App SDK
      • Cygnus Instagram App Layer
      • Telegram Mini App for Cygnus
      • Whatsapp Mini App for Cygnus
    • Bug Bounty
    • Grant Program
    • Cygnus Token
    • Research
      • Optimism
      • Optimistic Rollups
      • OP Super Chain
      • OP Stack
  • Cygnus Omnichain Liquidity Validation System (LVS)
    • Introduction
    • Collateral Mechanism & Asset Management
    • Vault Delegation & Restaking Framework
    • Network Coordination & Security Layer
    • Operator Registration & Incentive System
    • Resolver Governance & Dispute Resolution
    • Cygnus LVS Integration
      • cgETH
        • What is cgETH?
        • Core Features and Mechanics of cgETH
        • Security, Transparency, and Risk Management
      • clBTC
        • What is clBTC?
        • How clBTC Works?
        • Integration with CeFi and DeFi in Cygnus Network
        • Security, Transparency, and Risk Management
      • cgUSD v1
        • What is cgUSD v1
        • Why Cygnus Finance
        • Risk Warning
        • Protocol Mechanics
          • Mint
          • Wrap
          • Bridge
          • Redemption
        • Token and Contract
          • cgUSD
            • Comparison to Stablecoins
            • How it Works
            • On-Chain Price Oracle
          • wcgUSD
            • Comparison to cgUSD
            • How it Works
          • Smart Contract Audits
        • FAQ
          • Mint
          • Wrap
          • Withdrawals
      • cgTON
    • Cygnus Pool SDK
  • legal
    • Privacy Policy
    • Interface Terms of Use
Powered by GitBook
On this page
  1. Cygnus Omnichain Liquidity Validation System (LVS)
  2. Cygnus LVS Integration
  3. cgUSD v1
  4. Token and Contract

wcgUSD

PreviousOn-Chain Price OracleNextComparison to cgUSD

Last updated 1 year ago

Acknowledging the complexities of handling rebasing tokens in the DeFi ecosystem, the wcgUSD contract serves as a wrapped token, simplifying integration while preserving stability.

The wcgUSD contract is an ERC-4626 (following the , leveraging the ), enabling users to deposit cgUSD in exchange for wcgUSD tokens. The cgUSD tokens are rebasing, whereas the wcgUSD tokens are non-rebasing, making wcgUSD easier to integrate into DeFi protocols.

Rebasing tokens have known integration challenges with protocols that assume constant balanceOf for tokens (such as Uniswap, 1Inch and Sushiswap). This can lead to daily rewards being captured by players other than the cgUSD holders in protocols. The stETH issuer, Lido, has .

To solve this problem and ensure cgUSD holders have full compatibility with DeFi without giving up their rewards, the Cygnus Finance team has built a wrapper on cgUSD which is called wcgUSD. Such wrapper is very similar to Lido's wstETH, a product that is already familiar to the digital asset ecosystem.

Token Name: Wrapped Cygnus USD Token Symbol: wcgUSD

Contract Address: 0x5AE84075F0E34946821A8015dAB5299A00992721

wcgUSD is a non-rebasing token that can be converted to cgUSD or the other way around. Below are the basic properties of our wcgUSD token:

  1. It is a non-rebasing token. So the amount will not increase, but its price will increase over time.

  2. wcgUSD and cgUSD can be converted into each other without any fees. They are equivalent mathematically.

  3. It is permissionless.

The purpose of wcgUSD is to enable Cygnus Finance to be incorporated into existing DeFi protocols as most of the DeFi protocols do not support rebasing tokens.

tokenized vault standard
OpenZeppelin implementation
documented this phenomenon here