# Welcome to Cash City

Cash City is a Solana-based Trading Firm simulator where you run your own Firms, hire Interns, and compete for a share of daily $CASH emissions. Every decision — which Interns to seat, when to upgrade, how aggressively to hire — affects your cut of the pie.

<figure><img src="/files/9Ph0qarZQ8zTZMHYZK9Y" alt=""><figcaption></figcaption></figure>

This documentation covers everything you need to know: how the game works, the math behind the economy, and how to make the most of your time on the trading floor.

{% hint style="info" %}
Cash City is invite-only. You need an access code to play. Every player in the game can generate invite codes — find one on [X (Twitter)](https://x.com/cashcitydotfun) or ask someone already inside.
{% endhint %}

***

### Quick Links

| Section                                               | What You'll Learn                                  |
| ----------------------------------------------------- | -------------------------------------------------- |
| [What is Cash City?](/game-overview/game-overview.md) | The core loop and how the game works               |
| [Firms](/game-overview/firms.md)                      | Buying, upgrading, and managing your Firms         |
| [Interns](/game-overview/interns.md)                  | Rarity tiers, Efficiency, and gacha pack mechanics |
| [$CASH Token](/tokenomics/tokenomics.md)              | The in-game token and how it works                 |
| [The Earning Formula](/economy/economy.md)            | How your share of emissions is calculated          |
| [Referral Program](/economy/referrals.md)             | Invite codes and multi-tier Referral rewards       |

***

### Built by Longwood Labs

Cash City is developed by [Longwood Labs](https://longwoodlabs.com), the team behind DeFi Dungeons and The Heist.

**Links**\
[Website](https://cashcity.fun) · [X (Twitter)](https://x.com/cashcitydotfun) ·&#x20;


---

# 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://docs.cashcity.fun/readme.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.
