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

# Points and Tickets

Users collect points by completing tasks.

* Every month every 200 points till 5000, every 100 points between 5000-10000
* Every 50 points after 10000 adds 1 ticket to user's balance.

By collecting points, users will have the right of access to weekly and monthly giveaways. If a user has less than 5000 points they can participate only in weekly giveaways. If a user has more than 5000 points, they can participate in both weekly and monthly giveaways.\
Use your exclusive invitation link to invite your friends to MIDLE! You will be earning 1 ticket per each account created with your link.


---

# 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:

```
GET https://midle.gitbook.io/midle/features/points-and-tickets.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.
