# Digital Wallets

{% hint style="warning" %}
**Attentions:** Please make sure you have full ownership of the wallet address, including private keys and mnemonics. Do not submit the payment address provided by other platforms or exchanges.
{% endhint %}

You can add your own digital wallet address at **\[Accounts - Digital Wallets - Add a Wallet]** page. These wallets will be used for FinChain payments and receiving from FinChain. To avoid unnecessary asset losses, please check the wallet information you fill in carefully!

### You need to submit the following wallet address information:

* Network (ERC-20 or TRC20)
* Wallet Address
* Nick Name (optional)

You can remove your digital wallet information at any time. Digital wallets associated with any ongoing orders cannot be removed.


---

# 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://finchain.gitbook.io/finchain-docs/en/accounts/wallets.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.
