# MVP Access: Testnet Setup

The Forest Launchpad MVP runs on the **BNB Chain Testnet**, a sandbox network used for safe testing before mainnet deployment.\
You’ll need **tBNB** (testnet BNB) to mint, buy, and interact with tokens during this phase.

#### What is the BNB Chain Testnet?

BNB Chain Testnet is a testing environment for **BNB Chain**, created by **Binance** in 2020.\
It offers faster transactions and lower fees than Ethereum by using **Proof of Staked Authority (PoSA)** - a variant of Proof of Stake (PoS).

The native token of this network is **tBNB**, which acts as gas for test transactions.\
tBNB has no real monetary value - it’s used purely for testing.

> **BNB Chain Testnet Faucet:** <https://www.bnbchain.org/en/testnet-faucet>


---

# Agent Instructions: 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:

```
GET https://docs.forest.inc/mvp-access-testnet-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
