> For the complete documentation index, see [llms.txt](https://boxmazeworld.gitbook.io/box-maze-world-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boxmazeworld.gitbook.io/box-maze-world-white-paper/how-to-play/resource-switching.md).

# Resource Switching

Players can switch the resource they are mining from one token to another for free every seven days (a cost of 3500 tokens (the token you are currently mining) will apply to a player's first Resource Switch). If the player wishes to Resource Switch while on the seven-day cooldown, a cost of 3500 tokens (the token you are currently mining) will apply.

The cost will be based on the player's current mining token, while a requirement will be based on the token the player wishes to switch to.

**Example:** You are currently mining BMP and wish to Resource Switch to BMR, your balance is 3500 BMR, and 3500 BMP, after the Resource Switch, you will have changed your mining type to BMR and will have a new balance of 3500 BMR, and 0 BMP.

## Examples:

\
**Switch from BMC to BMP**

**Requirements:** An in-game balance of both 3500 BMC and 3500 BMP is required to switch from BMC to BMP.&#x20;

**Cost:** 3500 BMC

\---------------------------------------------\
\
**Switch from BMP to BMR**

**Requirements:** An in-game balance of both 3500 BMP and 3500 BMR is required to switch from BMP to BMR.&#x20;

**Costs:** 3500 BMP

\---------------------------------------------\
\
**Switch from BMR to BMC**

**Requirements:** An in-game balance of both 3500 BMR and 3500 BMC is required to switch from BMR to BMC.&#x20;

**Cost:** 3500 BMR<br>

## Join us on [Discord ](https://boxmaze.world/discord)for further announcements!


---

# 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://boxmazeworld.gitbook.io/box-maze-world-white-paper/how-to-play/resource-switching.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.
