> For the complete documentation index, see [llms.txt](https://hello.kodadot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hello.kodadot.xyz/tutorial/asset-hub/moving-your-funds-to-asset-hub.md).

# Moving your funds TO Asset Hub

If you are an artist who *wants to mint their art* on Asset Hub Polkadot or Asset Hub Kusama, or you want to buy an NFT on these chains, you need first **to bridge your funds.**&#x20;

Your DOT and KSM tokens must move to AssetHub chains so you can buy/mint/transfer/list your NFTs.

### Step 1: Select Teleport

In case you want to use:

* Polkadot Asset Hub - You need to have some DOTs in your wallet
* Kusama Asset Hub - You need to have some KSMs in your wallet

After connecting your wallet to KodaDot, go to your profile in the top right corner. Select Teleport Bridge.

<figure><img src="/files/aPb1TlQf50MPyO8UhqYu" alt=""><figcaption></figcaption></figure>

### Step 2: Teleport to Asset Hub

Teleport DOT to Polkadot Asset Hub:

<figure><img src="/files/hicde2vKJwl4KXlDKosq" alt=""><figcaption></figcaption></figure>

Teleport KSM to Kusama Asset Hub:

<figure><img src="/files/Uv1dnfmflRAVQsnYHAF6" alt=""><figcaption></figcaption></figure>

Click on Send and sign the transaction. *DOT/KSM on the Asset Hub is just as good as KSM on the Relay Chain.*

### Double-check your balances now in your wallet

In your profile in the sidebar, you should be able to see which of your funds are on AssetHub now. Check this picture:

* Red rectangle: Funds on Asset Hub Polkadot and AssetHub Kusama
* Yellow rectangle: Funds on Relay Chain

<figure><img src="/files/9X17W4EwIZXppbXxECOf" alt=""><figcaption></figcaption></figure>

That's all you need about sending your funds to the Asset Hub. To **send your funds back** on Relay Chain, use the Teleport Bridge function again, but this time, send it from AssetHub to Kusama/Polkadot.


---

# 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://hello.kodadot.xyz/tutorial/asset-hub/moving-your-funds-to-asset-hub.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.
