> 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/readme.md).

# Welcome to the BAWSAQ Arena

<figure><img src="/files/TXPc4PAXBXGS0kz3MkHS" alt="The BAWSAQ exchange, with CJ at the doors"><figcaption><p>The BAWSAQ exchange, with CJ at the doors</p></figcaption></figure>

**Ah shit, here we go again.** You know the meme. This is the game around it: a hand-built Los Santos in your browser, no download, no account. You walk, you drive, you read the lore, you kick people. And in the middle of it all is an arena where 1,000 BAWSAQ buys you one life in a five-minute fight, and the survivors leave with the pot.

Everything runs on [BAWSAQ](https://www.bawsaq.org), the people's exchange on Robinhood Chain. The 47 companies listed there are real places in the city. Their prices are live on the tower. The arena's money is real, on-chain, and paid out to your own wallet.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Play in 60 seconds</strong></td><td>No wallet needed. Open the site, type a name, walk out into Ganton.</td><td><a href="/pages/X6X65y4jfeJeZjvEeHP2">/pages/X6X65y4jfeJeZjvEeHP2</a></td></tr><tr><td><strong>Enter the arena</strong></td><td>Set up a wallet, buy in for 1,000 BAWSAQ, survive five minutes.</td><td><a href="/pages/0QZ8qBi44zXpt4kdwJM6">/pages/0QZ8qBi44zXpt4kdwJM6</a></td></tr><tr><td><strong>How the money works</strong></td><td>Bounties, the winner pot, refunds and claims, with worked examples.</td><td><a href="/pages/meB2Gblf3IyFC6QIhAHd">/pages/meB2Gblf3IyFC6QIhAHd</a></td></tr><tr><td><strong>The city</strong></td><td>Eight districts, 24 lore boards, 47 company dossiers, one mountain.</td><td><a href="/pages/EH6iMwiWTTLfL6RtaPFR">/pages/EH6iMwiWTTLfL6RtaPFR</a></td></tr></tbody></table>

{% hint style="info" %}
The game is at [**arena.bawsaq.org**](https://arena.bawsaq.org). It works on desktop and on phones. Nothing to install.
{% endhint %}

## What this is, in one minute

* **A city.** Grove Street, the Ganton alley from the meme, Ballas turf, the Badlands, San Fierro's Brand Street, the Las Venturas strip, a Vice City block, Mount Chiliad, and the BAWSAQ financial district with its tower and Exchange Row.
* **A fight.** Five health. A landed kick costs one. Five kicks and you are WASTED. Free players can scrap with free players any time.
* **An arena.** Every ten minutes a round opens. Buy in with 1,000 BAWSAQ from your own wallet, get one life, and fight for five minutes. Knock someone out and half their stake is yours. Survive and you get your stake back plus a share of the pot.
* **Your bags on your head.** Paste your wallet and your biggest BAWSAQ-listed coin floats above your character. Everyone can see what you hold.
* **Lore everywhere.** 24 story boards retell the San Andreas plot. Walk up to any of the 47 company logos for its dossier and live price.

## Where to next

Never played? Start with [Play in 60 seconds](/start-here/play-in-60-seconds.md). Ready to put money in? Read [How the round works](/the-arena/the-round.md) first, then [Enter the arena](/start-here/enter-the-arena.md). Something confusing? The [FAQ](/more/faq.md) is short.


---

# 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/readme.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.
