> For the complete documentation index, see [llms.txt](https://vinu.gitbook.io/vinuchain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vinu.gitbook.io/vinuchain/technical-docs/cross-chain-bridging/native-usdvc-vs-wrapped-usdvc.md).

# Native $VC vs Wrapped $VC

$VC is native to VinuChain and bridged to BNB Chain (BSC).

## Token Address:

Here are the addresses:

1. **VC (VinuChain):** [**native gas coin does not have a contract.**](https://vinuexplorer.org)

* As it is the native gas coin of the VinuChain protocol, it does not have a contract address.
* For applications that require its contract address, you can simply omit it / leave it blank.
* For applications on the VinuChain network, you can wrap VC into [wVC](https://vinuexplorer.org/token/0xEd8c5530a0A086a12f57275728128a60DFf04230).

2. **VC (BSC):** [**0x2Bf83D080d8Bc4715984e75E5b3D149805d11751**](https://bscscan.com/token/0x2Bf83D080d8Bc4715984e75E5b3D149805d11751)

* $VC on BNB Chain is a wrapped version of VC.
* The only way $VC can circulate on BSC is by first bridging it from VinuChain to BSC.
* Therefore, the total real supply of $VC across all chains is always the same as the total supply of $VC on VinuChain.
* $VC sitting in bridge hot/cold wallets on BSC are simply placeholder supply (not circulating / not 'real').

## Cross-Chain Bridges

### Wanbridge

You can use [**Wanbridge** ](https://bridge.wanchain.org/#/?asset=VC\&from=VinuChain)to conduct cross-chain transfers of $VC between VinuChain & other EVM chains (e.g. BSC).

* <https://bridge.wanchain.org/#/?asset=VC&from=VinuChain>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://vinu.gitbook.io/vinuchain/technical-docs/cross-chain-bridging/native-usdvc-vs-wrapped-usdvc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
