# How to receive crypto in MyTonWallet?

To receive cryptocurrency, tap the **Add / Buy** button and select your preferred deposit method.

## :credit\_card: Option 1: Buy with Card

1. **Supported Currencies:**
   * **RUB** (Russia-based users only)
   * **USD**, **EUR**, and other currencies (international users)
2. **Minimum Purchase Amount:**
   * 15 000 RUB
   * 30 USD
3. **Purchase Steps:**
   * Transaction processed through our partner
   * Follow the provided instructions to complete your purchase

***

## :currency\_exchange: Option 2: Buy with Crypto

Use our [**Swap**](/intro/swaps.md) feature with **DEX-aggregator**:

{% stepper %}
{% step %}
Open the **Swap** interface.
{% endstep %}

{% step %}
Select your desired **cryptocurrency pair**.
{% endstep %}

{% step %}
Specify the amount to swap.
{% endstep %}

{% step %}
**Confirm** the swap and follow the instructions.
{% endstep %}

{% step %}
Transaction complete!
{% endstep %}
{% endstepper %}

For detailed swap instructions, visit [**this guide**](/intro/swaps.md).

{% hint style="info" %}
**Tip:** Send slightly more than the minimum amount to cover transaction fees and price fluctuations.
{% endhint %}

***

## :link: Option 3: Deposit Link

{% stepper %}
{% step %}
Specify the **TON token**, **amount**, and optional **comment**.
{% endstep %}

{% step %}
Copy your **generated payment link**.
{% endstep %}

{% step %}
Share the link with your sender.
{% endstep %}

{% step %}
All transaction details will be **pre-filled** for the sender.
{% endstep %}

{% step %}
Sender only needs to **confirm** the transfer.
{% endstep %}
{% endstepper %}

This method simplifies payments for situations like splitting bills or receiving quick transfers.

***

## :round\_pushpin: Option 4: Address or QR Code

{% stepper %}
{% step %}
Select your network: **TON**, **TRON**, or **Solana**.
{% endstep %}

{% step %}
Copy your wallet address or save its QR code.
{% endstep %}

{% step %}
Share these details with your sender.
{% endstep %}

{% step %}
For self-transfers, access your source platform (exchange or other wallet).
{% endstep %}

{% step %}
Enter or scan the address, specify the amount, and **confirm** your transfer.
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
Verify your transaction's success by checking the [**TXID**](/intro/introduction-to-crypto-and-mytonwallet/what-is-a-transaction-id-txid.md). For assistance, contact [**our 24/7 support**](/intro/support-and-contacts.md).
{% endhint %}

{% hint style="warning" %}
Always verify the correct address and network before confirming any transaction.
{% endhint %}

{% hint style="success" %}
Next: [**make a transfer**](/intro/transfers/how-to-make-a-transfer.md) or learn how to [**swap tokens**](/intro/swaps/how-to-make-an-onchain-swap.md).
{% endhint %}

If you are unsure which network to use, start here:

* [Which blockchain is right for you? TON vs TRON vs Solana comparison](/intro/introduction-to-crypto-and-mytonwallet/which-blockchain-is-right-for-you-ton-vs.-tron-comparison.md).
* [Crypto addresses explained: formats, networks, and common mistakes](/intro/introduction-to-crypto-and-mytonwallet/crypto-addresses-explained.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://help.mytonwallet.io/intro/transfers/how-to-receive-crypto-in-mytonwallet.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.
