# Asset Hub

Polkadot is a network consisting of numerous independent blockchains, referred to as parachains. These parachains operate simultaneously to facilitate quicker transactions, all while enjoying the security and decentralization of Polkadot as a whole.&#x20;

The Polkadot Asset Hub is a parachain created for the common good, with the purpose of creating and sending fungible and non-fungible (NFTs) tokens throughout the entire Polkadot ecosystem.

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

We distinguish between two Asset Hubs - One for **Polkadot** and one for **Kusama.** Both are supported on KodaDot.

* Polkadot Asset Hub (Ahp) - native token is [DOT](https://www.coingecko.com/en/coins/polkadot)
* Kusama Asset Hub (Ahk) - native token is [KSM](https://www.coingecko.com/en/coins/kusama)

## Minting

Learn more about how to mint your NFTs on Asset Hub. Decide which chain you want to use and jump on it. One of the main differences during minting is the fee structure. In both cases, you pay deposits that will be returned if you decide to burn the collection/NFT you created. Minting on Polkadot AssetHub is more expensive.

{% content-ref url="/pages/HqwwgquFHjuxvFXI2BQy" %}
[Broken mention](broken://pages/HqwwgquFHjuxvFXI2BQy)
{% endcontent-ref %}

{% content-ref url="/pages/5vDWAzzQpnX0v2eVwSuu" %}
[Broken mention](broken://pages/5vDWAzzQpnX0v2eVwSuu)
{% endcontent-ref %}

### Fees

Here you can find all the info about paying fees on Ahp or Ahk:

{% content-ref url="/pages/ApHeaNKHoVZMuOaI9bRX" %}
[Fees](/information/fees.md)
{% endcontent-ref %}

## Bridging

Your DOT and KSM tokens must move to AssetHub chains so you can buy/mint/transfer/list your NFTs. Only after that are you able to interact with these NFTs and pay transaction fees.&#x20;

{% content-ref url="/pages/eJEfwLhxewiyGilT7QAj" %}
[Moving your funds TO Asset Hub](/tutorial/asset-hub/moving-your-funds-to-asset-hub.md)
{% endcontent-ref %}

In case you need help moving your funds out of Asset Hub, here is a tutorial:

{% content-ref url="/pages/q8zKN1RBy2cjTBcnkYrH" %}
[Moving your funds OUT of Asset Hub](/tutorial/asset-hub/moving-your-funds-out-of-asset-hub.md)
{% endcontent-ref %}

***Note**:  As a system parachain, the Asset Hub has a trusted relationship with the Relay Chain and, as such, can teleport DOT/KSM between itself and the Relay Chain. That is, **DOT/KSM on the Asset Hub is just as good as KSM on the Relay Chain.***

If you have more questions, join our [Telegram channel](https://t.me/kodadot_eco) and feel free to ask!


---

# Agent Instructions: 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://hello.kodadot.xyz/tutorial/asset-hub.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.
