> For the complete documentation index, see [llms.txt](https://docs.planq.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.planq.network/for-users/bridge/deltaswap/erc20-ibc-conversion.md).

# ERC20 / IBC Conversion

### Requirements

1. Have Leap wallet or Keplr wallet installed
2. If you want to perform a governance action, like applying a new token for conversion, you need to have at least 500 PLQ in your wallet

### How to convert ERC20 / IBC tokens

1. Visit <https://deltaswap.io/convert>
2.

```
<figure><img src="/files/IJ4ULTm4Ebiggl1Od654" alt=""><figcaption><p>Click on the Conversion tab of the table</p></figcaption></figure>
```

3. Select the token which you want to convert and click "Convert".

### How to enable IBC conversion for a ERC20 tokens

1. Visit <https://deltaswap.io/convert>
2.

```
<figure><img src="/files/vLkOsghuwa7OpGvza8OF" alt=""><figcaption><p>Click on the ERC20 tab of the table</p></figcaption></figure>
```

3. Select the token which you want to apply conversion for and click "Apply for Conversion".
4.

```
<figure><img src="/files/2QEM9eSTQDYUnpSzH20Y" alt=""><figcaption><p>Click "Create" to create a governance conversion proposal. This requires 500 PLQ.</p></figcaption></figure>
```

### How to enable ERC20 conversion for IBC tokens

1. Visit <https://deltaswap.io/convert>
2.

```
<figure><img src="/files/fcTowwQ4wKXfkccR2VTX" alt=""><figcaption><p>Click on the IBC tab of the table</p></figcaption></figure>
```

3. Select the token which you want to apply conversion for and click "Apply for Conversion".
4.

```
<figure><img src="/files/F1mYzaXiDApBIxBj6ACy" alt=""><figcaption><p>Click "Create" to create a governance conversion proposal. This requires 500 PLQ.</p></figcaption></figure>
```

**Examples**

| Form Input          | Osmosis Example                                     | Evmos Example                                     |
| ------------------- | --------------------------------------------------- | ------------------------------------------------- |
| Base Denom          | uosmo                                               | aevmos                                            |
| Base Denom Units    | 0                                                   | 0                                                 |
| Display Denom       | OSMO                                                | EVMOS                                             |
| Display Denom Units | 6                                                   | 18                                                |
| Symbol              | OSMO                                                | EVMOS                                             |
| Display Name        | Osmosis                                             | Evmos                                             |
| Description         | The native staking and governance token of Osmosis. | The native staking and governance token of Evmos. |

### How to IBC transfer converted ERC20 tokens

1. Visit <https://deltaswap.io/convert>
2. Click the "two arrow" button next to your ERC20 balance to convert it to IBC
3.

```
<figure><img src="/files/64MxzFe607D4FckTWW68" alt=""><figcaption><p>Click the "paperplane" button on the right</p></figcaption></figure>
```

4.

```
<figure><img src="/files/PLAqatlYYx6eBnzXIQfK" alt=""><figcaption><p>Input the amount, select the destination chain and input the destination address</p></figcaption></figure>
```

5. Click "Send"


---

# 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://docs.planq.network/for-users/bridge/deltaswap/erc20-ibc-conversion.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.
