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

# Events

A list of events hosted by Gator Group for the Community. <br>

{% stepper %}
{% step %}

### Burn Them All - Season 1&#x20;

Gator Group hosted a 5-day burn event, where for every 10,000 $GATOR burned, the end user would receipt (1) raffle ticket. \
There had been a major prize of up to 1,200,000 $GATOR on offer for the winner, and (3) runner up prizes of 50,000 $GATOR. <br>

**Total Burned During the Event:** 11,722,731 $GATOR \
**Total Number of Burn TXs:** 93<br>
{% endstep %}

{% step %}

### Burn Them All - Season 2&#x20;

Gator Group hosted another 5-day burn event, where for every 10,000 $GATOR burned, the end user would receipt (1) raffle ticket. \
There had been a major prize of up to 600,000 $GATOR + (1) Rank 1 NFT on offer for the winner, and (3) runner up prizes of 50,000 $GATOR. <br>

**Total Burned During the Event:** 4,626,630 $GATOR \
**Total Number of Burn TXs:** 450

{% endstep %}

{% step %}

### Burn Them All - Season 3&#x20;

Gator Group is currently hosting another event, which is currently live & has up to 600,000 $GATOR + (1) Rank 1 NFT on offer for the winner, and (2) runner up prizes of 50,000 $GATOR. \
\
See Discord for Details: <https://discord.com/channels/1365856562840862790/1368953640588677241/1378829615979823144>

{% endstep %}
{% endstepper %}


---

# 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://gator-group.gitbook.io/gator/gator-features/events.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.
