# wcgUSD

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 [tokenized vault standard](https://ethereum.org/en/developers/docs/standards/tokens/erc-4626/), leveraging the [OpenZeppelin implementation](https://docs.openzeppelin.com/contracts/4.x/erc4626)), 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 [documented this phenomenon here](https://help.lido.fi/en/articles/5231836-what-is-wrapped-steth-wsteth).

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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.cygnus.finance/whitepaper/cygnus-omnichain-liquidity-validation-system-lvs/cygnus-lvs-integration/cgusd-v1/token-and-contract/wcgusd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
