# How to instantly send and receive crypto using @push?

[**@push**](https://t.me/push) lets you send and receive crypto directly inside Telegram chats. Here’s how it works:

### :money\_with\_wings: Sending crypto via @push

#### Step 1. Type the command

In any chat, write:

```
@push 50 TON    
```

You can input fiat values too ($, €)—they’ll be auto-converted to TON or USD₮ at current rates:

```
@push 1000 EUR
```

Moreover, you can use math operations:

```
@push 5*4 USD
```

In group chats, tag the recipient directly:

```
@push 25 USDT @username
```

#### Step 2. Choose a transfer option

Telegram will offer options—select one and send it into the chat.

#### Step 3. Sign the transfer

1. Tap **Sign.**
2. Connect your TON wallet.
3. Confirm the action.

The transfer is now live and ready to be claimed.

### :incoming\_envelope: Receiving crypto via @push

#### Step 1. Tap **Receive**

This opens the [**@push**](https://t.me/push) interface.

#### Step 2. Choose how to receive

Choose what works best for you:

**Option 1: Connect Wallet**

1. Tap **Connect Wallet**.
2. Select and connect your TON wallet.
3. Confirm the action via TON Connect.

**Option 2: Forward to Address**

1. Tap **Forward to Address**.
2. Enter your TON address or domain.
3. Confirm the action.

No matter which method you choose—the transfer will arrive within a few seconds.

#### Don’t have a wallet yet?

That's fine—the funds are safely stored in a smart contract until you're ready to claim them. Here’s what to do:

1. Install any TON wallet (e.g., [**MyTonWallet**](https://mytonwallet.io/get)).
2. Create a new wallet—it only takes a few minutes.
3. Return to the chat and [**claim the transfer**](#receiving-crypto-via-push).

Learn more about [**@push**](https://t.me/push) [**here**](/intro/push.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-instantly-send-and-receive-crypto-using-push.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.
