> For the complete documentation index, see [llms.txt](https://reverie.gitbook.io/wall-usdstreet-on-rh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reverie.gitbook.io/wall-usdstreet-on-rh/wall-street.md).

# WALL STREET

A 1990s-flavoured trading floor where every dollar you make comes out of somebody's position.

<img src="https://4260649310-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKcsYQvCRvRMcCez33U9S%2Fuploads%2Fgit-blob-2793410d6c3a822da5b27af3e54c1f3755d02f71%2Fbull-coin.png?alt=media" alt="The $STREET coin: a bull over three rising candles" width="140">

> **Trade or be traded.**

You are a broker at **DUNMORE & CROSS** with a bad suit and a phone list. The market is the map. Every dollar you make comes out of another player's position, and the regulator is always coming.

![The eight quarters of the city](https://4260649310-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKcsYQvCRvRMcCez33U9S%2Fuploads%2Fgit-blob-5f87b51ed8d6ef7ff23b5a99eb6972c0fb937aef%2Fthe-city.svg?alt=media)

## What it is

An open browser city of eight quarters you walk, drive and fly across: the exchange floor, the street, the clearing house, the courts, the docks, the park, the village, the airport. You start in the mail room and climb to the name on the door. What you own, what you wear, what you drive and the address you walk home to are the character sheet.

**Nobody dies.** A contest between brokers is fought on COMPOSURE — you lose it, you fold, you walk it off. Three physical pieces exist and are the whole of the fighting here: fists, brass knuckles and a bat. Put a broker down with one of those and he is KNOCKED OUT rather than folded. Either way he gets up; the worst thing that happens to anybody is being barred.

## Four things worth knowing before you start

* **The server owns every number.** Prices, fills, spreads, margin, liquidation, P\&L and payouts are computed server-side. Your client renders and sends intents; it never decides a fill.
* **There are no factions and no classes.** One character, one floor. The four desk styles are unlocked, not chosen, and anyone can run all four.
* **Nothing you can buy changes a number.** The wardrobe is appearance, property is space, a seat is access. Position on the ladder is production and nothing else.
* **Symbols and companies are invented.** Nothing here is investment advice, and no real person, firm, film or brand appears in it.

## Where to go next

| If you want to                   | Read                                                                           |
| -------------------------------- | ------------------------------------------------------------------------------ |
| Understand the floor and the map | [The city](/wall-usdstreet-on-rh/the-city.md)                                  |
| Get through your first session   | [Your first day](/wall-usdstreet-on-rh/your-first-day.md)                      |
| Trade properly                   | [The market](/wall-usdstreet-on-rh/the-market.md)                              |
| Beat other people                | [Playing against other players](/wall-usdstreet-on-rh/player-versus-player.md) |
| Get promoted                     | [The ladder](/wall-usdstreet-on-rh/the-ladder.md)                              |
| Spend it                         | [Money, status and the estates](/wall-usdstreet-on-rh/money-and-status.md)     |
| Stay out of trouble              | [The regulator](/wall-usdstreet-on-rh/the-regulator.md)                        |
| Know what play earns             | [$STREET and share claims](/wall-usdstreet-on-rh/street-and-claims.md)         |

{% hint style="warning" %}
Not investment advice. WALL STREET is a game; nothing in it is a solicitation to buy any security or token. Play earns claims and a licensed partner settles the eligible ones — no return of any kind is promised.
{% endhint %}


---

# 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://reverie.gitbook.io/wall-usdstreet-on-rh/wall-street.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.
