# CoinWallet

- [Introduction](https://coinsdo.gitbook.io/docs/coinwallet/introduction.md)
- [Setup](https://coinsdo.gitbook.io/docs/coinwallet/setup.md)
- [Creating a wallet](https://coinsdo.gitbook.io/docs/coinwallet/setup/creating-a-wallet.md)
- [How to setup custom TEE](https://coinsdo.gitbook.io/docs/coinwallet/setup/how-to-setup-custom-tee.md)
- [Import wallet](https://coinsdo.gitbook.io/docs/coinwallet/setup/import-wallet.md)
- [Exporting private keys](https://coinsdo.gitbook.io/docs/coinwallet/setup/exporting-private-keys.md)
- [Add wallet addresses](https://coinsdo.gitbook.io/docs/coinwallet/setup/add-wallet-addresses.md)
- [Two Factor Authentication (2FA)](https://coinsdo.gitbook.io/docs/coinwallet/setup/two-factor-authentication-2fa.md)
- [How to](https://coinsdo.gitbook.io/docs/coinwallet/how-to.md)
- [How to get transaction hash?](https://coinsdo.gitbook.io/docs/coinwallet/how-to/how-to-get-transaction-hash.md)
- [Recovering assets sent wrongly to another EVM-compatible network](https://coinsdo.gitbook.io/docs/coinwallet/how-to/recovering-assets-sent-wrongly-to-another-evm-compatible-network.md)
- [Address Book](https://coinsdo.gitbook.io/docs/coinwallet/how-to/address-book.md)
- [Add new token](https://coinsdo.gitbook.io/docs/coinwallet/how-to/add-new-token.md)
- [Sending and receiving crypto currencies](https://coinsdo.gitbook.io/docs/coinwallet/how-to/sending-and-receiving-crypto-currencies.md)
- [Activity](https://coinsdo.gitbook.io/docs/coinwallet/how-to/activity.md)
- [How to activate EOS account](https://coinsdo.gitbook.io/docs/coinwallet/how-to/how-to-activate-eos-account.md)
- [How to manually set gas fee?](https://coinsdo.gitbook.io/docs/coinwallet/how-to/how-to-manually-set-gas-fee.md)
- [What is Advanced Mode and how to turn on?](https://coinsdo.gitbook.io/docs/coinwallet/how-to/what-is-advanced-mode-and-how-to-turn-on.md)
- [Reset wallet password](https://coinsdo.gitbook.io/docs/coinwallet/how-to/reset-wallet-password.md)
- [Add NFT](https://coinsdo.gitbook.io/docs/coinwallet/how-to/add-nft.md)
- [Send NFT](https://coinsdo.gitbook.io/docs/coinwallet/how-to/send-nft.md)
- [Delete Private Key](https://coinsdo.gitbook.io/docs/coinwallet/how-to/delete-private-key.md)
- [How to convert Ethereum's MATIC to POL?](https://coinsdo.gitbook.io/docs/coinwallet/how-to/how-to-convert-ethereums-matic-to-pol.md)
- [How to turn on testnet?](https://coinsdo.gitbook.io/docs/coinwallet/how-to/how-to-turn-on-testnet.md)
- [How to withdraw / exchange my tokens into fiat currency?](https://coinsdo.gitbook.io/docs/coinwallet/how-to/how-to-withdraw-exchange-my-tokens-into-fiat-currency.md)
- [How to export address private key?](https://coinsdo.gitbook.io/docs/coinwallet/how-to/how-to-export-address-private-key.md)
- [How to export seed phrase?](https://coinsdo.gitbook.io/docs/coinwallet/how-to/how-to-export-seed-phrase.md)
- [How to import address private key?](https://coinsdo.gitbook.io/docs/coinwallet/how-to/how-to-import-address-private-key.md)
- [How to import wallet using mnemonic seed phrase?](https://coinsdo.gitbook.io/docs/coinwallet/how-to/how-to-import-wallet-using-mnemonic-seed-phrase.md)
- [FAQ](https://coinsdo.gitbook.io/docs/coinwallet/faq.md)
- [What is cold wallet?](https://coinsdo.gitbook.io/docs/coinwallet/faq/what-is-cold-wallet.md)
- [What are gas fees?](https://coinsdo.gitbook.io/docs/coinwallet/faq/what-are-gas-fees.md)
- [What is inactive address/account on TRX?](https://coinsdo.gitbook.io/docs/coinwallet/faq/what-is-inactive-address-account-on-trx.md)
- [What if I send crypto to a wrong address?](https://coinsdo.gitbook.io/docs/coinwallet/faq/what-if-i-send-crypto-to-a-wrong-address.md)
- [What is 'The address TRX balance is less than the gas fee required'?](https://coinsdo.gitbook.io/docs/coinwallet/faq/what-is-the-address-trx-balance-is-less-than-the-gas-fee-required.md)
- [How to recover assets wrongly transferred to the same address on different blockchain?](https://coinsdo.gitbook.io/docs/coinwallet/faq/how-to-recover-assets-wrongly-transferred-to-the-same-address-on-different-blockchain.md)
- [Why do I need to approve token?](https://coinsdo.gitbook.io/docs/coinwallet/faq/why-do-i-need-to-approve-token.md)
- [What is Hierarchical Deterministic (HD) Wallet?](https://coinsdo.gitbook.io/docs/coinwallet/faq/what-is-hierarchical-deterministic-hd-wallet.md)
- [What is wallet security upgrade?](https://coinsdo.gitbook.io/docs/coinwallet/faq/what-is-wallet-security-upgrade.md)
- [Product Roadmap](https://coinsdo.gitbook.io/docs/coinwallet/product-roadmap.md)


---

# 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://coinsdo.gitbook.io/docs/coinwallet.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.
