> 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-twitter/tip-and-airdrop-twitter/how-to-send-and-receive-airdrops-on-twitter.md).

# How to Send and Receive Airdrops on Twitter

{% embed url="<https://www.youtube.com/watch?v=ZEB19heLlbY>" %}

Cwallet supports Twitter bots that allow users to create airdrops. Simple and quick airdrop to engage your community, increases exposure, and bring continuously growing followers.

### <mark style="color:orange;">How to send an airdrop</mark>

**​Airdrop via Cwallet:** Set the airdrop details on Cwallet and tweet.

**Airdrop via Twitter:** Send a tweet with the airdrop command.

### <mark style="color:orange;">How to</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**receive an airdrop:**</mark>&#x20;

**For the airdrop without keywords:** Retweet to grab it.

**For the airdrop with keywords:** Quote tweet with keywords to grab it.

## **​Send Airdrop via** Cwallet

**1.** Log in to [Cwallet](https://cwallet.com), visit the **Bots** page and click **Twitter** **Bot**

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

**2.** Click **Create Tip**

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

**3.** Select **Airdrop** and fill in the airdrop details. Click **Tweet** to send the tweet on Twitter to send this airdrop.

{% hint style="info" %}
Once you add a keyword, users will need to Quote Tweet with the keywords to grab an airdrop.
{% endhint %}

<figure><img src="/files/7wsrnfiro6FWWyw2df1x" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Identical Amount:** Users receive an equal share of the airdrop.

**Random Amount:** Users receive a random share of the airdrop.
{% endhint %}

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

**4.** Now that you can edit the content, and all you need to do is post this tweet to immediately send this airdrop.

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

## **Airdrop via Twitter** <a href="#h_012be13a6a" id="h_012be13a6a"></a>

### <mark style="color:orange;">**🔶 Regular Airdrop - equal share**</mark> <a href="#h_507dd66a52" id="h_507dd66a52"></a>

**​**📌 **How to create it:** Here is an example, by sending a tweet containing the command , the first 100 users who **Retweet** will receive an equal share of 1 USDT

**Command format:** <mark style="color:green;">@cctip\_com airdrop TokenAmount TokenName NumberOfUser</mark>

![](/files/wMmPIrtFxDmu88Vnktjo)

### <mark style="color:orange;">**🔶 Regular Airdrop with #keyword**</mark> <a href="#h_d3303e67c4" id="h_d3303e67c4"></a>

**​**📌 **How to create it:** Here is an example, by sending a tweet containing the command **@cctip\_com airdrop 100 USDT 1000 #I\_love\_Cwallet**, the first 100 users who **Quote** **Tweet** with the keyword **I\_love\_Cwallet** will receive an equal share of 100 USDT.

**Command format:** <mark style="color:green;">@cctip\_com airdrop TokenAmount TokenName NumberOfUser.</mark>

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

### <mark style="color:orange;">**🔶 Regular draw- random share**</mark> <a href="#h_c0f38adfdd" id="h_c0f38adfdd"></a>

**​**📌 **How to create it:** Here is an example, by sending a tweet containing the command **@cctip\_com draw 1 USDT 100**, the first 100 users who **Retweet** will receive a random share of 1 USDT.

**Command format:** <mark style="color:green;">@cctip\_com draw TokenAmount TokenName NumberOfUser</mark>.

![](/files/Pi0jbCE0k2W1ve3MTWsy)

### <mark style="color:orange;">**🔶 Draw with #keyword**</mark> <a href="#h_b5674ddd43" id="h_b5674ddd43"></a>

**​**📌 **How to create it:** Here is an example, by sending a tweet containing the command **@cctip\_com draw 1 USDT 100**, the first 1000 users who **Quote** **Tweet** with the keyword **I\_love\_Cwallet** will receive a random share of 100 USDT.

**Command format:** <mark style="color:green;">@cctip\_com draw TokenAmount TokenName NumberOfUser #keywords</mark>

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

{% hint style="info" %}
Multiple-word keywords need underscores between each word.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.cwallet.com/cwallet-bots/cwallet-bot-on-twitter/tip-and-airdrop-twitter/how-to-send-and-receive-airdrops-on-twitter.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.
