# How to add custom tokens

## How to add a custom token? <a href="#id-ug-addcustomtoken-howtoaddcustomtoken" id="id-ug-addcustomtoken-howtoaddcustomtoken"></a>

We have introduced the "Add Custom Token" feature, allowing users to input new tokens for interaction. Here's how you can do it:

**Step 1:** From the home screen, click on "Add Custom Token."

<figure><img src="/files/S7DoeSuZvQmvmZVCsBci" alt="" width="375"><figcaption></figcaption></figure>

**Step 2:** Input the necessary information in the following fields:

* **Contract Address:**
  * Enter the contract address of the token you want to add.
* **Name:**
  * If the token data is available in the system, this field may be auto-filled with the token name. If not, you can manually input the token name.
* **Symbol:**
  * Similar to the name, if the token data is available, the symbol field may be auto-filled. If not, enter the token symbol manually.
* **Decimals:**
  * Enter the number of decimals for this token.
* **Icon URL (optional):**
  * If available, you can provide the URL for the token's icon.

<figure><img src="/files/UM7jvfGpE7GbO3amTco8" alt="" width="375"><figcaption></figcaption></figure>

\
**Step 3:** **Step 3:** After entering the required information, click the "Add" button.

<figure><img src="/files/cjszxTk1W6229irdMcO0" alt="" width="375"><figcaption></figcaption></figure>

Congratulations! The custom token has now been successfully added. You can check your wallet to view the newly added tokens. The system will take you to the home screen where you can see and interact with your tokens.


---

# 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.ramper.xyz/ramper-wallet/user-guides/how-to-add-custom-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.
