> For the complete documentation index, see [llms.txt](https://docs.iotex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iotex.io/blockchain/ecosystem/assets-on-iotex/iotx-and-derivatives.md).

# IOTX and Derivatives

## WIOTX

This is an ERC20 wrapped version of the native IOTX token intended to facilitate the use of the IOTX token in DeFi protocols. WIOTX can be exchanged 1:1 with native IOTX on mimo.

<table><thead><tr><th width="469">Contract</th><th>Links</th></tr></thead><tbody><tr><td><a href="https://iotexscan.io/token/0xa00744882684c3e4747faefd68d283ea44099d03"><code>0xa00744882684c3e4747faefd68d283ea44099d03</code></a></td><td><a href="https://mimo.exchange/swap?inputCurrency=IOTX&#x26;outputCurrency=0xa00744882684c3e4747faefd68d283ea44099d03">Wrap / Unwrap on mimo exchange  </a></td></tr></tbody></table>

## CIOTX

This is an ERC20 wrapped version of the native IOTX token on other blockchains. It's intended to facilitate bridging IOTX using iotube. If needed, users can exchange CIOTX for IOTX 1:1 on iotube.

<table><thead><tr><th width="475">Contract</th><th>Links</th></tr></thead><tbody><tr><td><a href="https://iotexscan.io/token/0x99b2b0efb56e62e36960c20cd5ca8ec6abd5557a"><code>0x99b2b0efb56e62e36960c20cd5ca8ec6abd5557a</code></a></td><td><a href="https://bridge.iotex.io/convert">Wrap / Unwrap on iotube</a></td></tr></tbody></table>

## uniIOTX

This is a liquid staking token for IOTX, similar to stETH on Ethereum. It represent staked IOTX and the staking rewards it generates. Holding uniIOTX enables users to earn staking rewards without sacrificing liquidity. uniIOTX can be bought/sold on mimo, or users can unlock the respective staking IOTX on the Bedrock Finance Dapp.

<table><thead><tr><th width="483">Contract</th><th>Links</th></tr></thead><tbody><tr><td><a href="https://iotexscan.io/token/0x236f8c0a61da474db21b693fb2ea7aab0c803894"><code>0x236f8c0a61da474db21b693fb2ea7aab0c803894</code></a></td><td><a href="https://mimo.exchange/swap?inputCurrency=IOTX&#x26;outputCurrency=0x236f8c0a61da474db21b693fb2ea7aab0c803894">Buy on mimo exchange</a> <br><a href="https://app.bedrock.technology/uniiotx">Manage on Bedrock Finance </a></td></tr></tbody></table>


---

# 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:

```
GET https://docs.iotex.io/blockchain/ecosystem/assets-on-iotex/iotx-and-derivatives.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.
