# Copy (old) of Token's fiat ($) price and tradability

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

If a token has extremely low liquidity on DeDust then its price is displayed as '0'. This is because every even $1-5 worth buy or sell transaction will lead to a high price impact and will drastically change the existing exchange rate in a liquidity pool ([Пулы](/en/ru/liquidity/pools.md)).&#x20;

<div><figure><img src="/files/yWAu1xqG7FnQgFJuvCqM" alt=""><figcaption><p>TKN's $0 price in Portfolio</p></figcaption></figure> <figure><img src="/files/6puV1rvCifREuBHuIus0" alt=""><figcaption><p>TKN's $0 price in Pool's summary</p></figcaption></figure> <figure><img src="/files/iKJeC1ccN5gCxJJuxHHN" alt=""><figcaption><p>TKN's $0 price in Pools -> Position</p></figcaption></figure></div>

{% hint style="warning" %}
While having no problems with sells of your token (TKN, for example), users will face problems when trying to buy it, due to a 'virtually zero' fiat ($) price. DeDust will block every attempt to make a swap in this direction.

There is a mechanism called to protect users from losing funds, caused by too [high value difference](/en/ru/trade/advanced/price_impact.md#how-price-impact-value-difference-is-displayed) between their existing assets ($ equivalent value of, let's say, their TON or USDT) and the total $ worth of tokens they would get after the swap. Until the fiat ($) price of a token remains considered as '$0' users will see a '*High value difference*' warning, as they would potentially always get '$0' after such swap.
{% endhint %}

<div><figure><img src="/files/ughZh8grYzJBTyd7WjWJ" alt=""><figcaption><p>1 TON -> TKN swap</p></figcaption></figure> <figure><img src="/files/Hl0sNc5k5ar5yJYt86AO" alt=""><figcaption><p>1 USDT -> TKN swap</p></figcaption></figure> <figure><img src="/files/IDr6QpHUdXhJ2qH8Hg3J" alt=""><figcaption><p>1 TKN -> USDT swap</p></figcaption></figure> <figure><img src="/files/qr8u9nI7PakqlMSa16rD" alt=""><figcaption><p>1 TKN -> TON swap</p></figcaption></figure></div>

## How to make token tradable and obtain 'non-zero' fiat ($) price?

To make your token tradable by users on DeDust (without additionaly activating an [Expert mode](/en/ru/trade/advanced/expert_mode.md)), and to let your token obtain an actual fiat ($) price in [Portfolio](https://dedust.io/portfolio), [Swap](https://dedust.io/swap) and [Pools](https://dedust.io/pools) (based on token's exchange rate in the liquidity pool), you need to deposit to a liquidity pool on DeDust:

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

{% hint style="warning" %}
Same refers to tokens having no liquidity yet on DeDust, but that are freely tradable on other TON exchanges.
{% endhint %}

Once you deposit the enough liquidity to a pool, the fiat ($) price for the token will be automaticaly calculated and will be instantly displayed to all DeDust users. See how it works:

1. You deposit the additional liquidity. [Here's](https://tonscan.org/tx/11759e08d5fb4850cf703ff703c30abd1fe4ec0044cda027843dacbd833c7723) the transaction of liquidity deposit to TKN/TON pool.
2. TON fiat ($) value now exceeds $50. TKN token obtains a fiat ($) price in the pool. The total pool's liquidity ($) increases, now consisting already of both assets (TON and TKN) fiat ($) value.

<div><figure><img src="/files/uJOFsvpReMafmED8ZXGN" alt=""><figcaption><p>Step 1. Liquidity deposit</p></figcaption></figure> <figure><img src="/files/U45JLI8st4CM7Fs9otkT" alt=""><figcaption><p>Step 1. Confirmation</p></figcaption></figure> <figure><img src="/files/weVO0fj2NdsLwEAC8EJn" alt=""><figcaption><p>Step 2. Pool's summary</p></figcaption></figure> <figure><img src="/files/L3s3VZhzhrU3DgLHhOtW" alt=""><figcaption><p>Step 2. Pool -> Position</p></figcaption></figure></div>

3. The token's fiat ($) price and its total worth is now already shown also in Portfolio and Swap.
4. And from now on anyone can easily buy your token right after [importing](/en/ru/launch/whitelist/non-whitelisted.md) it on DeDust.

<div><figure><img src="/files/acVLCRmfcNhtXXZDntkl" alt=""><figcaption><p>Step 3. Token's $ price in Portfolio</p></figcaption></figure> <figure><img src="/files/p6s5bJfb0hQnapUIH24E" alt=""><figcaption><p>Step 4. Swap TON -> TKN</p></figcaption></figure> <figure><img src="/files/1FzHWIm4KFKmQtwoMoIW" alt=""><figcaption><p>Step 4. Swap USDT -> TKN</p></figcaption></figure></div>

{% hint style="info" %}
Make also a note that different TON wallets have [their own conditions](#user-content-fn-1)[^1] for displaying token's fiat ($) price, for token verification and for making it tradable in wallet app's inbuilt swaps. Please also consider that with the time these conditions may change.
{% endhint %}

{% hint style="success" %}
To make your token verified in most of popular TON wallets, having its fiat ($) price and being tradable not only on DeDust, but also in most of other popular platforms, please see the [token whitelisting](/en/ru/launch/whitelist.md) conditions.
{% endhint %}

[^1]: For example, in Tonkeeper to make the wallet displaying the token's fiat ($) price (as of Sep 21, 2024) your token must meet two conditions:

    * have at least **100 TON liquidity** (or USDT equivalent) + equivailent in your token, and
    * have at least **200 holders** of a token.


---

# 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-1.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.
