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

# Welcome to Pump Theft Auto 2

**Pump Theft Auto 2** is a top-down multiplayer browser game inspired by the classic GTA2, set in a crypto-themed open world. Rob cars, complete faction missions, gamble at the casino, and earn $PTA2 tokens — all from your browser.

## What is Pump Theft Auto 2?

Pump Theft Auto 2 drops you into a procedurally generated city where rival factions fight for control. You can steal vehicles, equip weapons, take on missions for the three powerful gangs, or just cause chaos across the map. The game features real-time multiplayer, a full economy powered by the $PTA2 token on Solana, and a retro aesthetic that pays homage to the top-down GTA era.

## Key Features

* **Multiplayer** — Play with other players in real-time
* **Open World** — Explore a procedurally generated city with roads, buildings, a pier, and a sea zone
* **Vehicles** — 23 vehicle types including civilian cars, police cruisers, taxis, ambulances, and faction-exclusive rides
* **Weapons** — 5 weapon types from fists to RPGs
* **3 Factions** — Trumpet Family, Pepe Syndicate, and The Satoshi Order — each with their own HQ, guards, and missions
* **Casino** — Enter the casino and play Slots, Roulette, or Blackjack
* **Radio Stations** — 4 radio stations with original tracks while you drive
* **$PTA2 Token** — Earn in-game cash, swap it for $PTA2 on Solana, and cash out

## Quick Start

1. Go to [pta2.com](https://pta2.com)
2. Connect your Phantom wallet or play as a guest
3. Choose your character (Marco or Sofia)
4. Enter the city and start exploring

## Links

* [Play Now](https://pta2.com)


---

# 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://guide.pta2.com/readme.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.
