# Connecting to BSC Testnet

1. If you haven't already, download Metamask (<https://metamask.io/>) and create an account. Remember never disclose your seed phrase or password to anyone!
2. In your Metamask extension widget go to Settings/Networks and click "Add Network"
3. Paste in the following data:

**`Network Name:`**`Smart Chain - Testnet`

**`New RPC URL:`**`https://data-seed-prebsc-1-s1.binance.org:8545/`

**`ChainID:`**`97`

**`Symbol:`**`BNB`

**`Block Explorer URL:`**`https://testnet.bscscan.com`

![Adding the BSC Testnet to Metamask](/files/zoqmJoeQlFoN8YhGjdGn)

4\. Add Testnet BNB to your wallet by going to <https://testnet.binance.org/faucet-smart> and pasting your account address and clicking "Give me BNB".

5\. In a few seconds you should receive your Testnet BNB. You are now all set to test out Dexpanse's services on the Testnet ([Creating a Fair Sale](/dexpanse-wiki/tutorials/creating-a-fair-sale.md)).


---

# 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://dexpanse.gitbook.io/dexpanse-wiki/tutorials/connecting-to-bsc-testnet.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.
