# Reward

## Summary

Airdrop tokens to top community members.

## 1. Create reward

{% hint style="info" %}
"Create Reward" button
{% endhint %}

## 2. Choose channels

Which channels should be rewarded?

## 3. Choose activities

Which activities should be rewarded?

## 4. Choose endgame

* Time Limit: at the end of the period, the members with the most points win.
  * Period length
* Objective Goal: the first members to achieve a specific amount of points win.
  * Point goal
* Player Elimination: at the end of each period, members with the lowest points are eliminated.
  * Period length
  * Elimination size

## 5. Choose winners

How many members should receive rewards?

## 6. Choose token

Which token (SOL / SPL token / NFTs) should be airdropped to winners?

## 7. Choose amount

How much of this token should be airdropped to winners?

## 8. Choose method

How should the reward be airdropped to winners?

* Distribute
* Raffle

## 9. Choose split

How should the reward be split among winners?

* Evenly
* Point-based

## 10. Choose start date/time

When should the reward period start?

## 11. Choose cadence

* Once
* Recurring: restarts upon ending


---

# 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://organizm.gitbook.io/organizm/usage/reward.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.
