> For the complete documentation index, see [llms.txt](https://docs.remonster.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.remonster.world/play-guide/open-beta/pvp/sponsored-torunament.md).

# Sponsored Torunament

Players and sponsors can organize their own tournaments. This feature allows the tournament to proceed automatically.

Rewards are deposited into a smart contract in advance and can be claimed by the winning player after the tournament is over. (Rewards can also be omitted.)

Participating Monsters are basically the same as in Free Battle, but the conditions for participation can be set by the organizer for each tournament.

<figure><img src="/files/eZzSU2Apu7ZWbokv5dVw" alt=""><figcaption></figcaption></figure>

1. Whether or not there is a reward
2. Display in the competitions for which you are registered
3. Tournament status
   1. In progress
   2. Entry
   3. Jump-in
   4. Time until tournament starts
   5. Elapsed time after the tournament starts
4. Schedule of the tournament
5. Switching display contents
   1. Today：Today's tournament
   2. Upcoming: Next day or later
   3. Past: Held already
6. Display of management
7. Search


---

# 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.remonster.world/play-guide/open-beta/pvp/sponsored-torunament.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.
