# ZEDX Coin Wrappers

Interoperability with other major blockchains is essential for the growth of ZEDXION and the realization of its vision. One way to achieve this is by creating wrapped versions of the ZEDX coin on other blockchains.

Unlike ZEDX on the ZEDXION network, these wrappers are ZED20 standard tokens. A wrapper is created whenever users lock a certain amount of ZEDX on ZEDXION and receive an equivalent amount of wrapped tokens on the target blockchain. When a user withdraws the wrapper from the target blockchain, these tokens are burned, and the corresponding ZEDX coins on ZEDXION are unlocked.

Currently, wrapped versions of the ZEDX coin exist on the ZEDXION network, Ethereum, and Binance Smart Chain (BSC).

### &#x20;WZEDX on Ethereum (ERC-20 standard)

Token contract: [0xc766898c477306c23ea74646C03d34e242946AbA](https://etherscan.io/token/0xc766898c477306c23ea74646C03d34e242946AbA)

### WZEDX on Binance Smart Chain (BEP-20 standard)

Token contract: [0x567556a7493fb7a22d2fd158dd4c766a98705f96](https://bscscan.com/address/0x567556a7493fb7a22d2fd158dd4c766a98705f96)

### WZEDX on ZEDXION (ZED-20 standard)

Token contract: [0x3f7be9db9d37bd89c3fa722bb29ba17300c18fc8](https://zedxionscan.com/token/0x3f7be9db9d37bd89c3fa722bb29ba17300c18fc8)

{% hint style="info" %}
On the ZEDXION network, WZEDX (Wrapped ZEDX) can be obtained directly by depositing ZEDX coins into the designated wrapping contract. This allows users to convert their ZEDX into WZEDX on ZEDXION seamlessly, enabling them to interact with applications that require the ZED20 standard.
{% endhint %}

These wrappers provide ZEDXION users with access to decentralized applications and liquidity on other major networks, supporting ZEDXION’s interoperability and expansion goals.


---

# 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://docs.zedscan.net/general/learn-about-the-fuse-platform/fuse-token/fuse-on-other-chains-1.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.
