# Capacity and Fee

Once the tournament opens, it will be Open for Registration. Players must send their Fusions to the arena venue together, along with the registration fee. At this point, the Fusions will remain in the arena until players choose to leave. When players decide to leave the tournament that has not yet begun, they will have the option to choose whether they want to return their Fusions to their wallet, or leave their Fusions in the arena venue for the next registration, avoiding the transfer GAS fee.

| Arena Capacity | Registration Fee |
| -------------- | ---------------- |
| 128            | .75 GAS          |
| 64             | 1.5 GAS          |
| 32             | 2.5 GAS          |
| 16             | 3.5 GAS          |
| 8              | 5 GAS            |

**Hidden Arenas:**[ **https://tothemoonuniverse.com/arenas**](< https://tothemoonuniverse.com/arenas>)


---

# Agent Instructions: 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:

```
GET https://fusionbattle.tothemoon.net/secrets-of-the-hidden-arenas/capacity-and-fee.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
