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

# Enter the arena

Read [How the round works](/the-arena/the-round.md) once before you do this. It takes two minutes and it is your money.

<figure><img src="/files/yHx3Sau9VxvkikAY44b3" alt="The arena card on the join screen, with the live round timer"><figcaption><p>The arena card on the join screen, with the live round timer</p></figcaption></figure>

{% stepper %}
{% step %}

### Connect and sign in

On step 2 of the join screen press **Connect wallet & sign in**. Your wallet opens, asks you to switch to Robinhood Chain if needed, and asks you to sign a message. Signing costs nothing and moves nothing. It proves you own the wallet.
{% endstep %}

{% step %}

### Check the round timer

The arena card shows a timer. Rounds run on a ten-minute cycle: five minutes of lobby, then five minutes of fighting. **You can only enter during the lobby, and entry closes with 30 seconds to go.** If the timer says the fight is on, you can watch it and enter the next one.
{% endstep %}

{% step %}

### Press Enter the arena · Approve in-game

You land in the city with the **BAWSAQ Arena** panel open. Press **Approve + Enter**. Your wallet asks for two confirmations: first an approval for exactly 1,000 BAWSAQ, then the entry itself.

<figure><img src="/files/VgCaQOJRx7qaXkYG0ATk" alt="The arena panel in the game, with the Wallet &#x26; claims drawer"><figcaption><p>The arena panel in the game, with the Wallet &#x26; claims drawer</p></figcaption></figure>

{% hint style="warning" %}
Approve **exactly** 1,000 BAWSAQ, no more. If your wallet suggests an unlimited approval, change it to 1,000. And never send BAWSAQ to the contract address by hand. A bare transfer is not an entry.
{% endhint %}
{% endstep %}

{% step %}

### Wait for your deposit to confirm

The panel says **IN** with your name once the chain confirms your entry, usually within ten seconds. Until then you are still a spectator. A pending transaction is not an entry, so do not leave it to the last second.
{% endstep %}

{% step %}

### The bell

When the lobby ends, every entered player is teleported to a random safe spot with full health and three seconds of protection. Then it is on. One life. Five minutes. Everyone who did not enter is watching.
{% endstep %}

{% step %}

### The end

At the final bell the round is settled on-chain and a **Round over** screen shows who knocked out whom, the pot, and what each wallet is owed. Your money is now a **claim** with your name on it. Go to [Claim your winnings](/start-here/claim-your-winnings.md).
{% endstep %}
{% endstepper %}

## What you are playing for

* Knock a player out: **500 BAWSAQ** from their stake is yours, and 500 goes into the winner pot.
* Survive to the bell: **your 1,000 comes back**, plus the winner pot if you are the last one standing, or a share of it if you have the most knockouts among the survivors.
* Get knocked out: your stake is gone. The bounties you earned before that are still yours.

The full rules with examples are in [The money](/the-arena/the-money.md).


---

# 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.bawsaq.org/start-here/enter-the-arena.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.
