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

# Roadmap

## Phase 1

* [x] Login system
* [x] Multiplayer system
* [x] Database set up
* [x] Web3 API for importing and exporting $RUNE tokens
* [x] Saving player data
* [x] Account customisation
* [x] Chatting system
* [x] Attack, Strength, Defence, Health skills
* [x] Woodcutting
* [x] Fishing
* [x] Cooking
* [x] Skills idle trainable
* [x] Skill trainable real-time
* [x] Attack modes
* [x] Fighting system
* [x] NPC system
* [x] Basic shops for basic needs
* [x] 3 regions for real-time gaming
* [ ] Trading
* [ ] PvP (player vs player)
* [ ] Bet $RUNE on own duel

## Phase 2

* [ ] Travel system
* [ ] More regions
* [ ] Teleporting system
* [ ] Thieving
* [ ] Firemaking
* [ ] Mining
* [ ] Smithing
* [ ] Magic
* [ ] Ranging / Archer
* [ ] Warrior minigame
* [ ] First AI boss
* [ ] All combat items
* [ ] Items upgradeable
* [ ] Wilderness system

## Phase 3

* [ ] Friend system
* [ ] Questing system
* [ ] First quest
* [ ] Wizard minigame
* [ ] Archer minigame
* [ ] Multi minigame
* [ ] More items
* [ ] Items boosting
* [ ] Combat item boosting
* [ ] Tournaments
* [ ] Gambling $RUNE PvP
* [ ] Bet $RUNE on tournaments
* [ ] Spend $RUNE in special stores
* [ ] $RUNE account boosts

## Next phase

We will update on the go...

## Specific Web3 Roadmap

* [ ] Find NFT items
* [ ] Claiming NFT items
* [ ] Token governance (DAO)
* [x] Import $RUNE tokens into your account
* [ ] Buy in-game credits
* [ ] Gamble $RUNE (PvP)
* [ ] Duel $RUNE (PvP)
* [ ] NFT marketplace
* [ ] Profit share (staking)


---

# 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://run3scape.gitbook.io/run3scape/about/roadmap.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.
