# MEME Application

## **IM application**

**Group chat application:** Users can airdrop tokens within group chats.  **One-on-one Chat:** Supports peer-to-peer token transfers.

## **Post airdrop application**

**Users can inject token airdrops into posts.** &#x20;

* **Airdrop types** &#x20;
  * **Equal airdrop:** Tokens are evenly distributed among participants.   &#x20;
  * **Random airdrop:** Tokens are randomly distributed among participants.   &#x20;
  * **Ranking airdrop:** Tokens are distributed based on user ranking and score proportion.   &#x20;
  * **Lucky airdrop:** One randomly selected participant receives the entire airdrop. &#x20;
* **Airdrop participation conditions**
  * Engaging in debates  &#x20;
  * Voting   &#x20;
  * Liking posts   &#x20;
  * Quoting posts   &#x20;
  * Sharing posts

## **Short video airdrop application**

**Users can inject token airdrops into short videos.** &#x20;

* **Airdrop types**
  * **Equal airdrop:** Tokens are evenly distributed among participants.   &#x20;
  * **Random airdrop:** Tokens are randomly distributed among participants. &#x20;
* **Airdrop participation conditions**
  * Liking the video   &#x20;
  * Commenting on the video


---

# 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://docs.socrates.com/main/whitepaper/socrates-whitepaper/introduction-to-the-lifecycle-of-a-meme/meme-application.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.
