> For the complete documentation index, see [llms.txt](https://meadow.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meadow.gitbook.io/docs/tutorial/zealy.md).

# Zealy

Zealy lets players level up by completing missions, with each quest granting a specific amount of experience points (XP). The roles will require a predetermined amount of XP in order to be claimed.

\
**Veteran role:**

* Eligible to take part in meme competitions and giveaway contests.<br>

**Hero Role**

* You will have access to meme competitions and giveaway contests.
* As long as you continue to contribute, you have a possibility of being whitelisted for private rounds. This includes interacting with our posts. Our moderators will manually review each one.
* Eligible for future airdrops.

\
**Legend Role**

* First-hand information on Meadow launch.
* You will be able to participate in meme contests and giveaways.
* You have a high chance of being whitelisted for the private round.&#x20;
* Eligible for future airdrops

\
**OG Role (Limited OG roles)**

* Automatically approved for the private Meadow round.
* Exclusive information about the launch of the Meadow private channel.
* You will be eligible to participate in any contest or giveaway we conduct.&#x20;
* Will be able to make substantial contributions to the private round.

\
OG is a limited role, and competitions are the primary means of attaining this position. We will also distribute OG roles based on the number of contributions users make, such as like our tweets, sharing memes in Discord or Twitter, and connecting with our social media and community.

\
\&#xNAN;*Please be aware that there may be a new tier system when Meadow completes all rounds.This system is solely for Meadow (Entering private round, Public IDO), but we may implement it for the lower tiers of the future tier system.*<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://meadow.gitbook.io/docs/tutorial/zealy.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.
