> For the complete documentation index, see [llms.txt](https://alto-market.gitbook.io/alto-market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alto-market.gitbook.io/alto-market/canto-network/converting-assets.md).

# Converting Assets

**There are two Canto ledgers: native Canto and the Canto EVM.** Depending on what you want to do on Canto, you may need to convert assets from one chain to the othe&#x72;**.**

If you have just bridged from Ethereum or Cosmos, your assets are on the native Canto blockchain. To use the Canto Lending Market, Canto DEX, and other DApps, you must convert your assets to the Canto EVM:

* [Native Canto -> Canto EVM](#canto-native-greater-than-canto-evm)

If your assets are already on the Canto EVM but you would like to bridge them back to Ethereum or Cosmos, you must first convert them to the native Canto blockchain:

* [Canto EVM -> Native Canto](#canto-evm-greater-than-canto-native)

## Native Canto -> Canto EVM <a href="#native-to-evm" id="native-to-evm"></a>

{% hint style="info" %}
**To convert assets from native Canto to Canto EVM, you must have at least 0.3 $CANTO in your MetaMask wallet.** If necessary, you can request a drip from the #social-faucet channel in the [Canto Discord](https://discord.com/invite/canto).
{% endhint %}

To convert assets from native Canto to the Canto EVM, follow these steps:

1. Navigate to [**convert.canto.io**](https://convert.canto.io) and connect your MetaMask wallet, making sure you are on the Canto network.
2. Select the token you would like to convert and input the quantity. Quantities less than 1 must include a 0 in the ones place value (e.g. `0.99`).
3. Make sure the arrow is pointing **left to right**, showing the flow of assets from Canto Native to Canto EVM.
4. Click `transfer` and sign the message in your wallet.

<figure><img src="/files/1NO8edOxoweSmluqPjMb" alt=""><figcaption><p>Moving assets from native Canto -> Canto EVM</p></figcaption></figure>

## Canto EVM -> Native Canto <a href="#evm-to-native" id="evm-to-native"></a>

To convert assets from the Canto EVM to native Canto, follow these steps:

1. Navigate to [**convert.canto.io**](https://convert.canto.io/) and connect your MetaMask wallet, making sure you are on the Canto network.
2. **Click on the arrow to toggle the flow of assets from Canto EVM to Canto Native.**
3. Select the token you would like to convert and input the quantity. Quantities less than 1 must include a 0 in the ones place value (e.g. `0.99`).
4. Make sure the arrow is pointing **right to left**, showing the flow of assets from Canto EVM to Canto native.
5. Click `transfer` and sign the message in your wallet.

<figure><img src="/files/IKBpX7g5AnxORp7y2kLB" alt=""><figcaption><p>Moving assets from Canto EVM -> native Canto</p></figcaption></figure>


---

# 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://alto-market.gitbook.io/alto-market/canto-network/converting-assets.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.
