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

# How to Participate?

There are four ways to participate in X̅ LEAGUE, and your role determines how you play and earn. Before getting into the details of different roles, here are two important items:&#x20;

**X̅-PASS and Ticket**

* Players need an X̅-PASS which grants them access to X̅ LEAGUE, allowing them to compete for Gummies and Season Points. X̅-PASS is sold on the official website[ www.partyicons.com](http://www.partyicons.com).&#x20;
* All Contracts signed by a Mask and a Marauder include a sponsored X̅-PASS (Mask) which has the same utility as an X̅-PASS. &#x20;
* Each X̅-PASS provides 10 free Tickets per day — 3 Tickets for Party Heist SOLO matches and 7 Tickets for Carnival matches. To be eligible for Gummies and Season Points, one Ticket is consumed for each match entry.&#x20;
* After all Tickets are used, X̅-PASS holders can still participate in Carnival, but will not earn any Gummies or Season Points.
* Ticket counts from X̅-PASS reset automatically each day at 07:00 UTC.

Additional Tickets can be purchased on the official website, and can be used for both Party Heist SOLO and Carnival matches.<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://partyicons.gitbook.io/wiki/how-to-participate.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.
