> For the complete documentation index, see [llms.txt](https://docs.mining-squad.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mining-squad.app/en/readme/extras/manuais/testnet-beta/2.-buying-a-chest-on-testnet.md).

# 2. Buying a chest on testnet

### 2.1 Buying your first chest

To buy a chest on the test network, after following the steps [1. Preparation](/en/readme/extras/manuais/testnet-beta/1.-preparation.md), just follow the same steps to purchase a pre-sale chest on mainnet, making sure to use the test environment url below (<https://test.mining-squad.app>)

{% embed url="<https://test.mining-squad.app>" %}

The site itself will change your network to the test network, it will always ensure you are using the correct network before sending a transaction, but always confirm in your wallet before transacting that you are on the correct network.

### 2.2 Changing the gas rate

As the testnet is not an exact replica of the mainnet, it may be necessary to manually adjust the gas for transactions to be carried out successfully on the testnet. So if when trying to buy a chest you receive an error from metamask informing you that the transaction failed, change the gas rate as shown in the image below and try again. If the error persists, contact the support team via Discord.

Change the rate by clicking the pencil icon:

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

Select the advanced option:

<figure><img src="/files/4eMBtVJRd0RxPt6pveZH" alt=""><figcaption></figcaption></figure>

Set both values ​​to 11 and click on save these values ​​as default so that you do not need to change them in every transaction. Then just continue and complete the transaction:

<figure><img src="/files/ejGsIPxGTKsu7ad4hq1q" 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://docs.mining-squad.app/en/readme/extras/manuais/testnet-beta/2.-buying-a-chest-on-testnet.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.
