# Wall Street Games

## English

- [Introduction](https://docs.wallstreetgames.net/master.md)
- [Tokenomics](https://docs.wallstreetgames.net/tokenomics.md)
- [Farms](https://docs.wallstreetgames.net/platform/farms.md): Contract addresses of all WSG farms on Arbitrum
- [Meta](https://docs.wallstreetgames.net/platform/meta.md): A wireframe with the P2E system explained.
- [Gold](https://docs.wallstreetgames.net/platform/meta/gold.md)
- [Hearts](https://docs.wallstreetgames.net/platform/meta/hearts.md): Details about the new hearts feature
- [Game Pass](https://docs.wallstreetgames.net/platform/meta/game-pass.md)
- [Streak System](https://docs.wallstreetgames.net/platform/meta/streak-system.md): The Streak System rewards players for showing up consistently. The longer your streak, the better your chances at valuable rewards.
- [Multiplayer](https://docs.wallstreetgames.net/platform/multiplayer.md): Follow these steps to create, join, and play multiplayer games in our turn-based system.
- [Governance](https://docs.wallstreetgames.net/platform/governance.md): Wall Street Games is governed entirely by WSG token stakers via voting escrow.
- [Roadmap](https://docs.wallstreetgames.net/platform/roadmap.md)
- [Privacy Policy](https://docs.wallstreetgames.net/platform/privacy-policy.md)
- [Tutorials](https://docs.wallstreetgames.net/community/tutorials.md)
- [Home page](https://docs.wallstreetgames.net/community/tutorials/home-page.md)
- [Mobile Application](https://docs.wallstreetgames.net/community/tutorials/mobile-application.md)
- [Game Activation](https://docs.wallstreetgames.net/community/tutorials/game-activation.md)
- [Viper Rush](https://docs.wallstreetgames.net/community/tutorials/game-viper-rush.md)
- [Dunk It](https://docs.wallstreetgames.net/community/tutorials/dunk-it.md)
- [Astral Warp](https://docs.wallstreetgames.net/community/tutorials/astral-warp.md)
- [Cannon Siege](https://docs.wallstreetgames.net/community/tutorials/cannon-siege.md)
- [Alien Hop](https://docs.wallstreetgames.net/community/tutorials/alien-hop.md)
- [Arca Ride](https://docs.wallstreetgames.net/community/tutorials/arca-ride.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.wallstreetgames.net/master.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.
