> For the complete documentation index, see [llms.txt](https://hellstreet.gitbook.io/hellstreet-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hellstreet.gitbook.io/hellstreet-docs/about-the-game/gameplay.md).

# 🎮 Gameplay

HellStreet’s gameplay blends short, high-intensity loops with longform social and creative cycles to keep every session meaningful: drop into a social hub for a 10–30 minute hang, queue for a 10-minute competitive match in a compact arena, or run a multi-hour festival that mixes live music, marketplace drops, and creator showcases.

At the core you’ll find four intertwined pillars — Social (meetups, lounges, roleplay districts), Play (PvP arenas, co-op missions, time-limited events), Create (build with HellStreet Create, publish templates, sell props), and Commerce (the Exchange, land leases, ticketing) — and each pillar feeds the others.

<figure><img src="/files/VpQhihK3zx4yl0hAeTUn" alt=""><figcaption></figcaption></figure>

Movement and interaction are designed for low friction: intuitive traversal (parkour shortcuts, taxis, trams), a contextual interaction system for buying, inspecting, and joining, and robust voice/text tools for live shows and roleplay.

Progression is player-driven: reputation unlocks creator tools, land ownership opens revenue options, and seasonal ranks give exclusive cosmetic drops.

<figure><img src="/files/eTkARKXPbOT2b0yHGGaZ" alt=""><figcaption></figcaption></figure>

Economic systems are transparent and programmable — creators set royalties and event owners configure revenue splits; quests and challenges drop tokenized rewards, while consumables and event fees act as sinks to stabilize value.

For competitive players, there are ranked ladders, spectatable tournaments, and curated esports seasons; for creators, live analytics and staging tools let you iterate on experiences in real time. Expect tight, responsive combat where needed, reliable streaming for large crowds, and deep social systems that turn one-off encounters into long-term communities.

Whether you want to perform, build, trade, or fight, HellStreet stitches those actions into a single urban playground — every minute in the city can pay off, teach you something new, and change what’s possible next week.

<figure><img src="/files/EAlomAvMQDa8wJAA59qT" alt=""><figcaption></figcaption></figure>


---

# 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://hellstreet.gitbook.io/hellstreet-docs/about-the-game/gameplay.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.
