> 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/japanese/play-guide/open-beta/pvp/supons.md).

# スポンサー大会

プレイヤーやスポンサーが、自身で大会を開くことが出来ます。この機能では自動で大会が進行します。

報酬は事前にスマートコントラクトにデポジットし、勝利プレイヤーは大会終了後に請求できます。（報酬は無しにすることも可能）

参加Monsterについては基本的にフリーバトルと同様の仕様ですが、参加条件に関しては各大会ごとに開催者が設定できます。

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

1. 報酬の有無
2. 自身が登録済みの大会に表示
3. 大会ステータス
   1. 開催中
   2. エントリー
   3. 飛び入り
   4. 大会開催までの時間
   5. 大会開催後の経過時間
4. 開催日程
5. 表示内容切り替え
   1. 本日開催：24時間以内に開催予定の大会
   2. 開催予定：24時間以降に開催予定の大会
   3. 開催済み：開催済みの大会
6. 管理項目表示
7. 検索


---

# 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/japanese/play-guide/open-beta/pvp/supons.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.
