> 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/coin-send-receive.md).

# How to send/receive coin

- [How to receive coin](https://userguide.dcentwallet.com/coin-send-receive/receive.md)
- [How to send coin](https://userguide.dcentwallet.com/coin-send-receive/send.md)
- [Biometric Wallet mode](https://userguide.dcentwallet.com/coin-send-receive/send/mode_biometric.md)
- [Card type Wallet mode](https://userguide.dcentwallet.com/coin-send-receive/send/mode_cardtype.md)
- [Software Wallet mode](https://userguide.dcentwallet.com/coin-send-receive/send/mode_appwallet.md)
- [Checking transaction status and history](https://userguide.dcentwallet.com/coin-send-receive/checking-transaction-status-and-history.md)
- [How to receive or send an NFT token](https://userguide.dcentwallet.com/coin-send-receive/how-to-receive-or-send-an-nft-token.md)
- [How to use coin account](https://userguide.dcentwallet.com/coin-send-receive/coins.md): How to send and receive each coin
- [How to view all the BTC public addresses](https://userguide.dcentwallet.com/coin-send-receive/coins/how-to-view-all-the-btc-public-addresses.md)
- [How to use Ethereum account](https://userguide.dcentwallet.com/coin-send-receive/coins/how-to-use-ethereum-account.md): Send and Receive Ethereum (ETH) coin
- [How to use XRP account](https://userguide.dcentwallet.com/coin-send-receive/coins/ripple-xrp.md)
- [Sending XRP using D'CENT Wallet](https://userguide.dcentwallet.com/coin-send-receive/coins/ripple-xrp/xrp_send.md)
- [Using TrustLine for XRPL](https://userguide.dcentwallet.com/coin-send-receive/coins/ripple-xrp/using-trustline-for-xrpl.md)
- [How to use KAIA account](https://userguide.dcentwallet.com/coin-send-receive/coins/kaia.md): Send and Receive Kaia (KAIA) coin
- [How to use RSK account](https://userguide.dcentwallet.com/coin-send-receive/coins/how-to-use-rsk-account.md): Send and Receive RSK (RBTC) coin
- [How to use Binance (BNB) account](https://userguide.dcentwallet.com/coin-send-receive/coins/how-to-use-binance-account.md): Send and Receive Binance (BNB) coin
- [How to use Binance Smart Chain account](https://userguide.dcentwallet.com/coin-send-receive/coins/how-to-use-binance-smart-chain-account.md)
- [How to use MONA account](https://userguide.dcentwallet.com/coin-send-receive/coins/how-to-use-mona-account.md): Send and Receive Monacoin (MONA)
- [How to use Stellar Lumens (XLM) account](https://userguide.dcentwallet.com/coin-send-receive/coins/how-to-use-stellar-lumen-xlm-account.md)
- [Using TrustLine for XLML](https://userguide.dcentwallet.com/coin-send-receive/coins/how-to-use-stellar-lumen-xlm-account/using-trustline-for-xlml.md)
- [How to use TRON account (TRX, TRC10, TRC20, TRC721)](https://userguide.dcentwallet.com/coin-send-receive/coins/how-to-use-tron-account-trx-trc10-trc20-trc721.md)
- [Using Coinbase exchange for transfers (Bitcoin example)](https://userguide.dcentwallet.com/coin-send-receive/using-coinbase-for-transfers-bitcoin-example.md)
- [Using Binance exchange for transfers (XRP example)](https://userguide.dcentwallet.com/coin-send-receive/using-binance-exchange-for-transfers-xrp-example.md)


---

# 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/coin-send-receive.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.
