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

# How to receive coin

## Receive coin using Biometric Wallet

D'CENT Biometric Wallet offers a convenient feature of showing the account address in the QR code.   &#x20;

* From the main screen select the coin account you want and press OK button to see the account info.&#x20;
* Press OK button again to see the address in hex(numbers + characters) form.
* Press OK button for one last time to see the address in the QR code.

<div align="left"><img src="/files/-M56Hcwo50awtoeDGXvq" alt=""></div>

* Present the QR code to the sender to scan with the mobile camera.
* If QR code is read correctly, your address will be automatically inserted in the sender's wallet.

## Receive coin using Mobile App

Run the mobile app and you will see your accounts in the main screen.

![](/files/-MGMbTrL2x4o1ZmWdU8U)

* From your coin account, click "**Receive**" to view your account address.
* Your account address in QR code can be scanned by the sender's camera.
* To share the hex address to your sender, use the "**Copy**" or "**Share**" function.&#x20;

{% hint style="info" %}
You can just run the mobile app to see the account address.&#x20;

You can use it more safely if you check the address once again from the Biometric Wallet.
{% endhint %}


---

# 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:

```
GET https://userguide.dcentwallet.com/french/coin-send-receive/receive.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.
