# Token's fiat ($) price and tradability

## Why token's fiat ($) price is shown as '0'?

If token's liquidity on DeDust is [extremely low](#user-content-fn-1)[^1], its price is displayed as '$0'.

To make your token tradable and having the fiat ($) price, you should deposit to liquidity pool at least:

* **50 USDT** + equivalent of your token, or
* **$50 worth TON** + equivalent of your token.

{% hint style="warning" %}
Otherwise users would see '$0' price, face '*High value difference*' warning, and won't be able to swap your token.
{% endhint %}

<div><figure><img src="/files/yWAu1xqG7FnQgFJuvCqM" alt=""><figcaption><p>Token's $0 price in Portfolio</p></figcaption></figure> <figure><img src="/files/NV8sdKhISjquEUpdoZwk" alt=""><figcaption><p>'<em>High value difference'</em> warning</p></figcaption></figure></div>

{% hint style="info" %}
Same refers to tokens having yet no liquidity on DeDust, but which are already tradable on other TON platforms.
{% endhint %}

{% hint style="success" %}
Once you add enough liquidity, fiat ($) price is displayed and users are allowed to swap your token.
{% endhint %}

<div><figure><img src="/files/acVLCRmfcNhtXXZDntkl" alt=""><figcaption><p>Token's $ price in Portfolio</p></figcaption></figure> <figure><img src="/files/1FzHWIm4KFKmQtwoMoIW" alt=""><figcaption><p>Swap is allowed</p></figcaption></figure></div>

{% hint style="info" %}
Different TON wallets have their own conditions for token verification, fiat ($) price display, and tradability in wallet's interface. Reach their support to learn more, or [whitelist your token](/en/ru/launch/whitelist.md) on DeDust to cover the majority.
{% endhint %}

[^1]: In this case even $1 swap would cause high [price impact](/en/ru/trade/advanced/price_impact.md) and drastically shift the exchange rate in the [pool](/en/ru/liquidity/pools.md).


---

# 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://help.dedust.io/en/ru/launch/add_token/create_pool/fiat_price.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.
