> For the complete documentation index, see [llms.txt](https://docs.thesyndicate.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thesyndicate.games/readme.md).

# Welcome

The Syndicate is a competitive idle strategy game. Sign in with email or Telegram, play in any browser. Build a crew of capos, claim territory across a living city map, and climb the seasonal leaderboards.

## The Core Loop

**Recruit** capos from packs. **Train** their stats. **Deploy** them to territory hexes and hustles. **Earn** $RACKET. **Craft** powerful equipment. **Compete** in seasonal rankings against every other player in your city for **USDC season-end prizes**.

## Currencies

* **$RACKET** — the main in-game currency. Earned from hustles and territory; spent on training, promotions, packs, crafting, and consumables.
* **Contraband** — a bonus currency worth $0.05 per unit of in-game credit. Earned from season-end leaderboard prizes and referral milestones. Spend it on packs.
* **SOL / USDC** — used for premium pack purchases, founder mints, marketplace trades, and the season-end USDC prize pool. Held in the embedded wallet that's auto-provisioned for your account.

## Ready?

Head to [Your First Day](/getting-started.md) to get started.


---

# 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:

```
GET https://docs.thesyndicate.games/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.
