# Create Binance Smart Chain Testnet Account

Documentation here: <https://docs.binance.org/smart-chain/developer/create-wallet.html>

{% hint style="info" %}
Be sure you have metamask downloaded, if not see here <https://metamask.io/>
{% endhint %}

What we'll cover:

1. [Add BSC Testnet chain to Metamask](/liquidapps-documentation/eosio-guides/testnet-creation-guides/create-binance-smart-chain-testnet-account-1/add-binance-smart-chain-testnet-network-to-metamask.md)
2. [Create ETH keypair](/liquidapps-documentation/eosio-guides/testnet-creation-guides/create-binance-smart-chain-testnet-account-1/create-evm-keypair.md)
3. [Get faucet funds](/liquidapps-documentation/eosio-guides/testnet-creation-guides/create-binance-smart-chain-testnet-account-1/get-faucet-funds.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://docs.liquidapps.io/liquidapps-documentation/eosio-guides/testnet-creation-guides/create-binance-smart-chain-testnet-account-1.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.
