> For the complete documentation index, see [llms.txt](https://userguide.dcentwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.dcentwallet.com/french/mobile-app/create-account/how-to-add-a-custom-token-account.md).

# How to add a custom token account

Custom tokens are token-type cryptocurrencies that are not listed in the support list. Custom token accounts can be added manually by the user for management.&#x20;

Custom tokens can be added for the following blockchain networks:\
✅ Ethereum (ERC20) \
✅ Klaytn (KCT)\
✅ RSK (RRC20)&#x20;

## How to add a custom token account

Adding custom tokens is straightforward and easy. Before you can add a custom token, make sure you have already created its respective blockchain account.

For example, if you intend to add an ERC20, you must first have created an Ethereum account in the wallet.

<div align="left"><img src="/files/-MVppDbBTZpmEwg8PTv1" alt=""></div>

1\) Click on ‘**+Add Custom Token**’

2\) Select the correct Blockchain Network where your custom token was issued.

3\) Enter the smart contract address, Symbol, and Decimals.

4\) Press Next to add the custom token.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://userguide.dcentwallet.com/french/mobile-app/create-account/how-to-add-a-custom-token-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
