> 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/bawsaq-and-the-chain/bawsaq-and-robinhood-chain.md).

# BAWSAQ and Robinhood Chain

## BAWSAQ

In the games, BAWSAQ was the stock exchange whose prices moved with every player on Social Club at once. The real **BAWSAQ** is a token exchange at [bawsaq.org](https://www.bawsaq.org): the parody exchange reborn as a token, plus 47 listed companies from the GTA universe as tokens of their own. Born in the 2008 crash, never halted once, allergic to suits.

## T2

**T2** is the currency prices are quoted in on the exchange and in the game. Every listed token trades against T2 on a Pons bonding curve until it graduates to a pool. When the game shows a price, it is T2 per token, read from the curve.

## Robinhood Chain

Everything lives on **Robinhood Chain**, chain ID 4663, an Ethereum-style network. Gas is paid in ETH. The public RPC is `https://rpc.mainnet.chain.robinhood.com` and the explorer is [robinhoodchain.blockscout.com](https://robinhoodchain.blockscout.com). Wallet setup is in [Set up your wallet](/start-here/wallet-setup.md).

## The contracts

| What                                 | Address                                      |
| ------------------------------------ | -------------------------------------------- |
| $BAWSAQ token                        | `0x9BAF5f0bA48ECdFCb9E30a937708dA8c3cCA1D0d` |
| Arena escrow, current round contract | `0x4788f3DE228e1bfa0F578fA31a05DC56a4536483` |

The game shows the escrow address on the join screen and in the arena panel. If the address in the game ever differs from the one here, trust the game and tell us.

{% hint style="warning" %}
The escrow contract holds deposits for the current round and records claims. It does not accept bare token transfers as entries. Always enter through the game's **Approve + Enter** button.
{% endhint %}

## What the game reads from the chain

Every 30 seconds the game's server reads the block height, the balance of the dead address, which is the BAWSAQ burned, and for every listed token its curve reserves, spot price and whether it has graduated. Your wallet's balances are read once, when you paste an address on the join screen. Nothing is ever written to the chain on your behalf; only your own wallet signs.


---

# 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/bawsaq-and-the-chain/bawsaq-and-robinhood-chain.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.
