> For the complete documentation index, see [llms.txt](https://docs.cwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwallet.com/cwallet-bots/cwallet-bot-on-telegram/tip-and-airdrop-telegram/how-to-send-and-receive-tip-on-telegram.md).

# How to Send and Receive Tip on Telegram

### Cwallet supports 3 types of tips <a href="#h_51ed204ecc" id="h_51ed204ecc"></a>

* *​*Tip a single user directly
* ​Tip multiple users directly
* ​Tip a user by replying to his/her message

<mark style="color:red;">**Note**</mark>: Before sending tips, you must first invite **@cctip\_bot** to your Telegram group.

### **1. Tip a single user** <a href="#h_b1094ebdf2" id="h_b1094ebdf2"></a>

**​**📌 **How to send it:** Here is an example, by sending the command /**tip 1 USDT @MiaEricson** in a Telegram group, this user will receive 1 USDT immediately.

**Command format:** <mark style="color:green;">/tip TokenAmount TokenName @username</mark>

📌 **How to receive it:** The user who is tagged in the command will receive the tip immediately and credited to the Cwallet account linked to the current Telegram account. Simply log in to Cwallet using your Telegram account to check your tip reward.

<figure><img src="/files/rrEt55Vr7Phkca7ZFHRu" alt=""><figcaption></figcaption></figure>

### **2. ​Tip multiple users directly** <a href="#h_d61018cfc8" id="h_d61018cfc8"></a>

**​**📌 **How to send it:** Here is an example, by sending the command **/tip 1 USDT @MiaEricson @Ace817** in a Telegram group, @MiaEricson and @Ace817 will receive 1 USDT each immediately.

**Command format:** <mark style="color:green;">/tip TokenAmount TokenName @username1 @username2 @usernameN</mark>

📌 **How to receive it:** The user who is tagged in the command will receive the tip immediately and credited to the Cwallet account linked to the current Telegram account. Simply log in to Cwallet using your Telegram account to check your tip reward.

<figure><img src="/files/yx67ra0PQ0vCzFJ7Lc7G" alt=""><figcaption></figcaption></figure>

### **3. Tip a user by replying to user's message** <a href="#h_67217e4f81" id="h_67217e4f81"></a>

**​**📌 **How to send it:** Here is an example, with replying to Alice's message with the command **/tip 1 USDT** in a Telegram group, Alice will receive 1 USDT immediately.

**Command format:** <mark style="color:green;">/tip TokenAmount TokenName</mark>

📌 **How to receive it:** The user who is tagged in the command will receive the tip immediately and credited to the Cwallet account linked to the current Telegram account. Simply log in to Cwallet using your Telegram account to check your tip reward.

<figure><img src="/files/O3lu24E0SQQujY6SXnA9" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://docs.cwallet.com/cwallet-bots/cwallet-bot-on-telegram/tip-and-airdrop-telegram/how-to-send-and-receive-tip-on-telegram.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.
