# Fees

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

Native tokens of AssetHub are DOT and KSM. To be able to do any transaction on AssetHub, you need to teleport your assets. If you're interested in teleporting your DOT or KSM to Asset Hub, you can find detailed instructions here:

{% content-ref url="/pages/v574crxfjoTCqd5s9oI7" %}
[Teleport](/tutorial/teleport.md)
{% endcontent-ref %}

## Deposit fees - how do they work?

Deposit fees are a bit different. After creating a collection and adding NFTs to it, you will pay a specific amount of deposit fees. Any collection/nft added to the Asset Hub is saved in the blockchain storage. This storage is replicated, and every change is tracked (by transactions). To prevent spam, parity proposed a returnable deposit.&#x20;

Your deposited fees will be unlocked when you burn NFT/collection. Only the owner of the NFT can do that, so if someone buys your NFTs, you cannot burn them.  Also, you cannot burn the collection if there are still NFTs in it.

## Table with Fees

| Name                 | AssetHub Polkadot | AssetHub Kusama     |
| -------------------- | ----------------- | ------------------- |
| collectionDeposit    | 0.20064 DOT       | 0.006688 KSM        |
| itemDeposit          | 0.005 DOT         | 0.000167 KSM        |
| metadataDepositBase  | 0.002 DOT         | 0.0006709666617 KSM |
| attributeDepositBase | 0.002 DOT         | 0.000666666666 KSM  |

Enjoy minting!


---

# 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/information/fees.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.
