> For the complete documentation index, see [llms.txt](https://docs.arenadao.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arenadao.org/the-arena-architecture/competition-enrollment.md).

# Competition Enrollment

This page outlines the process of creating and joining crowdfunded competitions on the Arena DAO platform.

### Creating a Crowdfunded Competition

1. **Competition Details**:
   * Specify the competition name, description, and category (e.g., gaming, sports, e-sports)
   * Set the start and end dates for the competition
   * Determine the minimum and maximum number of participants
2. **Entry Fee and Prize Pool**:
   * Set the entry fee for participants (e.g., $10)
   * Define the target prize pool based on the entry fee and maximum participants (e.g., $1000 for 100 participants at $10 each)
   * Specify the minimum number of participants required for the competition to proceed
3. **Prize Distribution**:
   * Determine the prize distribution structure (e.g., winner-takes-all, top 3 places, or a more complex tier system)
   * Specify the percentage of the prize pool allocated to each winning position
4. **Competition Rules and Guidelines**:
   * Clearly outline the rules and guidelines for the competition
   * Specify any entry requirements, such as minimum skill level or geographic restrictions
   * Define the competition format (e.g., single elimination, round-robin, or a unique structure)
5. **Publishing and Promotion**:
   * Review and confirm all competition details
   * Publish the competition on the Arena DAO platform
   * Promote the competition through social media, gaming communities, and other relevant channels


---

# 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://docs.arenadao.org/the-arena-architecture/competition-enrollment.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.
