# Adding a Custom Token

ZKX Wallet allows you to manually add tokens that are not displayed by default.

To add a custom token:

* On the main screen, click **Add Custom Token** at the bottom of the interface.

<figure><img src="/files/M3F1XLWYsHjrJTiepxgt" alt=""><figcaption></figcaption></figure>

* In the **Add Token** screen, select the appropriate **Network** and enter the **Token Address**.
* Once the correct token address is provided, the token name and details will be populated automatically.

<figure><img src="/files/sX66QXzcVXYpKUmkGfOD" alt="" width="364"><figcaption></figcaption></figure>

* Click **Add Token** to complete the process.

The token will now appear in your wallet’s asset list.


---

# 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.libertyswap.finance/zkx-wallet/user-manual/adding-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.
