> For the complete documentation index, see [llms.txt](https://coinsdo.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinsdo.gitbook.io/docs/coinwallet/how-to/add-new-token.md).

# Add new token

1. Click on your wallet name at the top left of CoinWallet app then click "Wallet Settings"\
   ![](/files/mk0MaHVrELvvZCVWitSP)\ <br>
2. Click on the "Crypto Settings" option\
   ![](/files/GmCvA75E2pezImPeTwQ6)\ <br>
3. The left panel of the screen shows all currently supported blockchain network, right panel shows the mainstream crypto currency of each blockchain network. Click on the "+" icon at the top right corner of the screen to add new token\
   ![](/files/9zAEbFO3MZV1jJmbNVOA)\ <br>
4. Click to choose the desired network name and token protocol, then input the contract address (you can copy & paste or click on the QR code icon to scan the QR code of the token address) and click "Verify". Token Symbol and Decimal places will be automatically populated upon successful verification, then click on "Submit" button\
   ![](/files/j7YqjZrAHbURxBMSbx86)\ <br>
5. Newly added token will show up in the "Crypto Settings" list. Clicking on any token allows you to change the following:
   * Derivation path of the corresponding token wallet
   * Decimal places of the token to be displayed
   * Corresponding blockchain explorer URL
   * Corresponding transaction hash URL

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


---

# 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://coinsdo.gitbook.io/docs/coinwallet/how-to/add-new-token.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.
