# Non-whitelisted token

## Non-whitelisted (imported) tokens <a href="#trading" id="trading"></a>

{% hint style="info" %}
If a token is not added to our [whitelist](/en/launch/whitelist.md), it will only appear on DeDust if user manually imports it.
{% endhint %}

There are several ways to do this:

* Share the link like this:\
  dedust.io/swap/\[TOKEN CONTRACT ADDRESS].\
  [Example link](https://dedust.io/swap/EQAS2P2MTY4lHUtqymnUdPhUCOeJMulFR1eZSS1JbVDuJ_ap)\
  Once the users follow the link, they will see a pop-up offering to import the token.
* Go to the [Swap](https://dedust.io/swap) page, open a list of tokens and paste the token smart contract address in to the search field or enter it manually. Example address:\
  \&#xNAN;*EQAS2P2MTY4lHUtqymnUdPhUCOeJMulFR1eZSS1JbVDuJ\_ap*

You can also use the liquidity pool's direct link to import the coin. The link would be like this:\
dedust.io/pools/\[LP-TOKEN CONTRACT ADDRESS].\
[Example link](https://dedust.io/pools/EQAZRVu8madU9oBDf97tZu3HIhCx3PhclRHcTqaCi_w3chpx)\
And then just go to the [Swap](https://dedust.io/swap) page.

<div><figure><img src="/files/fEdMZD42ye6sifVrqZuQ" alt=""><figcaption><p>Import by a link</p></figcaption></figure> <figure><img src="/files/X2s4xgOtglmvSgSMdQSx" alt=""><figcaption><p>Import using search and contract address</p></figcaption></figure></div>

Go to [Manage non-whitelisted (imported) tokens](/en/trade/swap/imported.md) page to learn more.


---

# 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/launch/whitelist/non-whitelisted.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.
