> 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/setup/add-wallet-addresses.md).

# Add wallet addresses

1. Click on the private key avatar on the top left of the app to open Wallet Settings.\
   ![](/files/OXI3a8c0rhhqjMBMtTf9)
2. Select Crypto Settings\
   ![](/files/kW2gHuHxm1yvC4x5a0gH)
3. On the left side of this page are all of CoinWallet's pre-defined blockchain networks, and on the right side are the main cryptocurrencies on each network; click on any of them to view them.\
   ![](/files/eaFRiVDx4PNQT98bQwwf)
4. This manual uses BNB as an example. The first line is the wallet address derivation path; the second line is the currency precision of this cryptocurrency, which is the minimum number of bits displayed (for example, if this is 8, then the minimum number of bits is 8 decimal places, such as 0.00000001); the third line is the blockchain web browser address where this cryptocurrency is located; and the fourth line is the hash record format for this cryptocurrency transaction.\
   \
   ![](/files/k8hDzDfURPvFgq6vbAzk)
5. Users can also add support for some new cryptocurrencies in the currency settings by clicking the plus sign in the top right corner of the currency settings page.\
   ![](/files/eaFRiVDx4PNQT98bQwwf)
6. Enter the cryptocurrency information in the appropriate format and then click submit.\
   ![](/files/9ipmz2Raaas5I00isxa3)


---

# 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/setup/add-wallet-addresses.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.
