# 커스텀 토큰 추가 방법

**Step 1:** On the Home screen, click **Add Custom Token** button.

**Step 2:** Enter the Contract Address and check the information in the following fields:

* **Name**
* **Symbol**
* **Decimals**
* **Icon URL (optional)**

{% hint style="info" %}
Note: If the fields are not auto-filled after you entered the Contract Address, please manually input these fields (token name, token symbol, decimal).
{% endhint %}

**Step 3:** Click **Add** to complete the process. A custom token that has been added successfully will be displayed in the **Manage Tokens** section.

![](/files/eWtz30JFPVVt87hWzMJ2)


---

# 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.saros.xyz/kr/saros-mobile-app/mobile-app/how-to-add-a-custom-token.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.
