# Airdrop Task

When creating a token, you can choose whether to enable the airdrop task. Enabling it requires a gas fee of approximately 0.01 SOL.

**Rules**

1. Token rewards:

When users create tokens, they can choose whether to enable the quest center. If enabled, the system will automatically deduct 0.5% of the token issuance (5 million) and transfer it to the quest center as an airdrop reward; Otherwise, the quest system is not started.

After turning on the quest system, based on the real-time data of the points, it will centrally display the number of tokens that users can redeem every day.

After the quest system is turned on, the gas fee for the airdrop token will be paid by the creator. The gas fee is 0.01 SOL. This part of the gas fee will be added to the cost of creating the token.

2. Participation restrictions:

Only the first 1,000 participants can receive points. In addition, the first 1,000 participants need to use Blink to share the transaction link and generate transactions date to obtain token airdrop qualifications.

3. Exchange formula:

The total amount of tokens unlocked each day will be distributed based on the points of participants. Participants can earn points by completing tasks. The higher the proportion of points, the more tokens can be exchanged. The calculation formula for the user’s personal points exchange for tokens: Today’s personal redemption amount = Total amount of tokens unlocked every day \* (Today’s personal points/Total points of all users today)

4. Token release:

The token unlock time in the Quest Center is customized by the creator, with a maximum time of 90 days. Only after the tokens are unlocked can users receive their tokens.


---

# 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://candy-ido.gitbook.io/candy-whitepaper/candy-pump/airdrop-task.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.
