# Add Your Favourite Tokens

## Introduction

KyberSwap whitelists some of the most commonly transacted tokens on our platform, but you can also search for and specify custom ERC20 tokens to add to the KyberSwap Interface. While the screenshots below showcases adding a custom token for the standard swap flow, the interface remains largely the same across all other functions: adding liquidity, limit orders, etc.

## Importing custom tokens

### Step 1: Select network

To start, ensure your wallet is set to the intended network. The search function is network-specific and will only return results native to that network. You can refer to [Switching Networks](/user-guide/user-guides/selecting-preferred-network.md) if you require help with changing the active network.

![Select chain](https://support.kyberswap.com/hc/article_attachments/13774220291737)

### Step 2: Search for token

Next, tap on either (or both) of the coin selector buttons to bring up the Token Selection screen. This screen lists all the whitelisted tokens by default, but you can use the search bar to look for a specific non-whitelisted token.

![Coin selector](https://support.kyberswap.com/hc/article_attachments/13774186216985)

Enter either the ticker symbol or the contract address of the token you wish to import.

{% hint style="info" %}
**Importing exotic tokens**

Do note that KyberSwap will display a warning if you try to add less frequently swapped tokens. This is because such tokens usually has limited liquidity which could result in negative outcomes due to greater [slippage](/getting-started/foundational-topics/decentralized-finance/slippage.md) and [price impact](/getting-started/foundational-topics/decentralized-finance/price-impact.md) risks.

<img src="/files/Xd4qj20ALF1BQZZUAODl" alt="" data-size="original">

Users are advised to proceed carefully when trading such exotic tokens as changing market conditions can significantly impact the outcome of a trade. It is highly recommended that users safeguard their transactions by using KyberSwap's [Max Slippage](https://github.com/KyberNetwork/kyberswap-documentation/blob/main/kyberswap-solutions/kyberswap-interface/user-guides/broken-reference/README.md) feature when trading exotic tokens.
{% endhint %}

### Step 3: Import token

Once you have found the intended token, tap on the Import button and the “I Understand” confirmation button that subsequently appears.

![Importing the CAKE token](https://support.kyberswap.com/hc/article_attachments/13774186171801)

![Confirm CAKE import](https://support.kyberswap.com/hc/article_attachments/13774215385625)

The new custom token has now been imported. It will appear under your Imported tokens list in the coin selector screen and you will now be able to perform swaps using this token.

![Imported tokens tab](https://support.kyberswap.com/hc/article_attachments/13774215520281)


---

# 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://docs.kyberswap.com/user-guide/user-guides/add-your-favourite-tokens.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.
