> For the complete documentation index, see [llms.txt](https://udonfi-1.gitbook.io/udonfi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://udonfi-1.gitbook.io/udonfi-docs/user-guide/bridge-assets-to-udon.md).

# Bridge assets to Udon

Before interacting with UdonFi, your assets need to be available on the Udon Chain. This requires a two-step bridging process unless your assets are already on Chromia.

{% stepper %}
{% step %}

### Bridge step

BNB Smart Chain → Chromia Economy Chain using Chromia Vault

Use this step if your tokens are on BNB Smart Chain and need to be moved to the Chromia Economy Chain first.
{% endstep %}

{% step %}

### Bridge step

Chromia Economy Chain → Udon Chain using the UdonFi dashboard

This step moves assets from Chromia Economy Chain into Udon Chain.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If your tokens (e.g., CHR, ALICE, or D) are already on the Chromia Economy Chain, you can skip the first step and bridge directly to Udon.
{% endhint %}

This guide uses CHR bridged from BNB Smart Chain as an example. Other assets follow the same process unless stated otherwise in-app.

***

## Cross-Chain Transfer — CHR from BSC into Chromia Economy Chain

![](/files/bee31fb36562fc16c937bdce01a3a8e52b7c1baf)

1. Navigate to <https://vault.chromia.com/deposit>.
2. Confirm your wallet is connected to BNB Smart Chain.
3. Choose **Binance Smart Chain** as the source and **Chromia Economy Chain** as the destination.
4. Select the token (e.g., CHR) and enter the amount you want to bridge.

![](/files/926e0c2f4d9149d610df93a9a407ff24ea88d0fd)

![](/files/726ee72edf7f47e3b16dca03eeb5c511e048a3d6)

After initiating the deposit, the system will automatically verify your allowance, confirm the deposit, and link your account. Progress is tracked in real time.

![](/files/701d9395116c71da74a24bfc5c5385326fa4e284)

Approve the signature request to register your Chromia Economy Chain account. This step is required only once per address.

![](/files/09f6d6cbab1bcbbc6c678c923b039228ba0314df)

Your CHR has been successfully transferred to the Chromia Economy Chain.

![](/files/ccad9a6182be738960accb53d72908d8aa70fcc3)

Choose one of the listed assets. For this flow, click CHR and proceed.

***

## Select bridging method to Udon Chain

![](/files/945c6727ad30f04f9c30dbf00e686671ea0979f6)

You'll see options like **Economy Chain** or **ColorPool DEX**. For this flow, click **Economy Chain** and proceed.

***

## Confirm cross-chain transfer to Udon

![](/files/ae6a502cc84325e9ee49e1d793cf6e59d75e72a9)

1. Transfer your CHR from **Chromia Economy Chain** to **Udon Chain**.
2. Confirm the amount, address, and destination chain.

![](/files/c3b1006b6861ccab59650b890d1538ae5b204c12)

![](/files/8ea1be9ff6adba3bb1914b6c31083231ee096b2c)

Sign the request in MetaMask.

![](/files/1eaefeaf5b57d6b5d8b9ea5261c3c4164e52c7f8)

Transfer successfully.

![](/files/aa968714959e8ba2e8405cbcfd81c93902c42b43)

Once complete, your CHR will appear on Udon.

***

<a href="/pages/de3b11586780b5700743f275907e1dd6944f448f" class="button secondary">Previous — Connect And Create Wallet</a> <a href="/pages/7069d6b42b0b38754f8dce5c664e2604d968f2b6" class="button primary">Next — Supplying Assets</a>

Last updated 4 months ago

For privacy details, see the privacy policy: <https://policies.gitbook.com/privacy/cookies>


---

# 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://udonfi-1.gitbook.io/udonfi-docs/user-guide/bridge-assets-to-udon.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.
