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

# 🎮 About the Game

Cave of Fates is an MMORPG built around progression, exploration, trade, and risk versus reward.

Gather resources.

Craft stronger tools.

Fight dangerous monsters.

Trade with other players.

Build long-term power through your island.

### Core systems

#### [Combat](/cave/combat.md)

Fight melee enemies, collect drops, and push into higher-risk zones.

#### [Gathering](/cave/gathering.md)

Mine ore, cut wood, fish, and collect fragments used across the economy.

#### [Crafting](/cave/crafting.md)

Refine raw materials into ingots, tools, repairs, and upgrades.

#### [Islands & Stations](/cave/islands-and-stations.md)

Upgrade personal stations with modules and unlock cheaper player-side services.

#### [Trading](/cave/trading.md)

Sell what you farm, buy what you need, and specialize through the marketplace.

#### [Chests](/cave/chests.md)

Spend gold on bronze, epic, and dragon chests for resources, cosmetics, fragments, and rare drops.

#### [Pirate Camp](/cave/pirate-camp.md)

Visit Pirate Camp for casino games, chest opening, and [Daily Cards](/cave/daily-cards.md).

#### [World](/cave/world.md)

Progress from safe zones into T2, T3, and T4 danger tiers.

#### [Cosmetics](/cave/cosmetics.md)

Collect skins and pets without changing combat power.

### Core principle

Safe regions offer stable progression.

Dangerous regions offer better rewards, but losses can be severe.

This tension drives the whole game loop.

### Economy now

The live economy uses **in-game gold**.

Future **$CAVE** features stay clearly future-facing until token launch.

### Current status

The game is in active development.

Systems, regions, and progression loops are still being expanded and refined.

Playtests will come before any live token economy.


---

# 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://cave-of-fates.gitbook.io/cave/about-the-game.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.
