> For the complete documentation index, see [llms.txt](https://captain-tsubasa-rivals.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://captain-tsubasa-rivals.gitbook.io/en/how-to-play-arena/rewards.md).

# Rewards

Rewards are broadly divided into “ranking rewards” and “participation rewards”.

## Ranking Rewards

* Rewards will be given based on the ranking at the end of the season.
* The top rankers will receive a fixed amount of $TSUGT in addition to the SpecialMatch.
* Up to 50% of the top-ranked players will receive ARENA exclusive gacha tickets.

## Ranking

* You can get the points for ranking by winning or losing matches in the ARENA.
* The ranking is calculated in the priority order of points: wins > number of defeats > cumulative RP of opponents.
* Users can view the ranking at any time. The ranking is updated once a day.
* The following points are valid and counted as win points.

　・If the challenging side wins 3

　・If the challenging side draws 1

## Participation Rewards

* For every 10 games played during the season, tickets will be distributed for participation in SpecialMatch the following day.
* SpecialMatch participation tickets will be distributed at the end of the day.
* Gacha tickets will be given for each win of the specified number of times.

## Lucky Prize

* We will select users who meet certain conditions and give them $TSUGT as a special reward.
* Conditions may change from season to season.
* There may be seasons when there are no lucky prizes.&#x20;
* We are considering this as a campaign feature to make it more exciting.

## Gatcha

Rewards that can be earned with gacha tickets are as follows

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


---

# 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://captain-tsubasa-rivals.gitbook.io/en/how-to-play-arena/rewards.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.
