> For the complete documentation index, see [llms.txt](https://atomwallets.gitbook.io/atomwallets-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atomwallets.gitbook.io/atomwallets-docs/receive-crypto.md).

# Receive crypto

To receive cryptocurrency in Atom Wallets, you share your wallet address or QR code with the sender. Each cryptocurrency has its own unique address.

## Step 1: Tap "Receive"

From your wallet dashboard, tap the **"Receive"** button (the downward arrow icon).

## Step 2: Select the Currency

Choose the cryptocurrency you want to receive:

* **BTC** Bitcoin
* **ETH** Ethereum
* **SOL** Solana
* **TRX** Tron
* **USDT (TRC20)** Tether on TRON network
* **XRP** Ripple
* **USDT (ERC20)** Tether on Ethereum network
* **USDC (ERC20)** USD Coin on Ethereum network

<figure><img src="/files/fc4a1be78a8eeb6a8b4b978c60d00f8ade7de6b7" alt="Select currency"><figcaption><p>Select which cryptocurrency you want to receive</p></figcaption></figure>

{% hint style="warning" %}
**Always select the correct currency AND network.** Sending crypto to the wrong network address can result in permanent loss of funds.
{% endhint %}

## Step 3: View Your Address & QR Code

After selecting a currency, you will see:

* A **QR code** that the sender can scan
* Your **wallet address** (tap the copy icon to copy it)
* The **currency name** and **network type**

<figure><img src="/files/1ae211af4c96f2f502d17f5648589edf815bd077" alt="USDT deposit address"><figcaption><p>Your USDT (TRC20) deposit address and QR code</p></figcaption></figure>

<figure><img src="/files/7bda406469950d4f2beed638aca7b3111e318be5" alt="Solana deposit"><figcaption><p>Each cryptocurrency has a unique deposit address</p></figcaption></figure>

## Step 4: Share Your Address

Tap **"Share"** to create a branded card with your address and QR code. You can save it as an image or share directly via WhatsApp, Telegram, email, or any other app.

<figure><img src="/files/d368dc1a31dc33e8cf3d61a0d1b0a0414e7c6432" alt="Share address card"><figcaption><p>Share your address as a branded card with QR code</p></figcaption></figure>

## Network Matching Is Critical

{% hint style="danger" %}
Always ensure the sender's network matches yours:

* USDT (TRC20) sender must use **TRON network**
* USDC (ERC20) sender must use **Ethereum network**
* Sending on the wrong network = **permanent loss of funds**
  {% 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://atomwallets.gitbook.io/atomwallets-docs/receive-crypto.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.
