# Token import

**Users can import a token into TheOne if it has a liquidity pool available on supported decentralized exchanges (DEXs).**

{% hint style="danger" %}
Imported tokens are not verified by TheOne. Trading such tokens may involve significant risks, including potential scams, loss of funds, and regulatory issues. TheOne does not endorse imported tokens and assumes no responsibility for any consequences related to their use or trading.
{% endhint %}

Imported tokens can only be traded within the pair available in the imported liquidity pool.

### How to Import

1. Paste the token’s contract address into the search field. If the token has liquidity pool on the supported DEXs , it becomes available for import
2. Carefully review liquidity pool details (DEX, liquidity size, market cap, price and 24h volume) to be sure you're importing right token, and confirm the import
3. Adjust the slippage tolerance (0.5% by default) and make a swap.

{% hint style="info" %}
You can always request a manual review to list tokens that do not meet the listing criteria.
{% endhint %}


---

# 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://theonetradeai.gitbook.io/docs/theone-swapp/trade/token-import.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.
