# SEEDx Testnet

SEEDx Testnet is a test environment for SEEDx network, run by the SEEDx development community, which is open for Developers.

<figure><img src="/files/1Zw4fLqSCRZuK3AgAgUZ" alt=""><figcaption><p>Testnet</p></figcaption></figure>

#### Is the Testnet good for? <a href="#what-is-the-testnet-good-for" id="what-is-the-testnet-good-for"></a>

<figure><img src="/files/Ccp0voAn9jpCRBu63DiW" alt=""><figcaption><p>Order-book</p></figcaption></figure>

1. Create your test address and get your Testnet funds.
2. Trade Assets and try tutorials on SEEDx without the potential to lose your own assets.
3. Test your trade against new versions of Seedx Mainnet.
4. Analyze SEEDx data on a smaller, non-trivial data set compared to the public network.

### How to get Testnet Fund?[​](https://docs.bnbchain.org/docs/BSCtestnet/#how-to-get-testnet-fund) <a href="#how-to-get-testnet-fund" id="how-to-get-testnet-fund"></a>

The Testnet faucet for SEEDx Testnet can be accessed [here](https://faucet.seedx.app).

### Explorers for Testnet <a href="#explorers-for-testnet" id="explorers-for-testnet"></a>

SEEDx testnet - [https://testnet.seedx.app/](https://testnet.seedx.app)

BscScan - <https://testnet.bscscan.com/>

### RPC Endpoints[​](https://docs.bnbchain.org/docs/BSCtestnet/#rpc-endpoints) <a href="#rpc-endpoints" id="rpc-endpoints"></a>

BSC RPC Endpoints(ChainID 0x61):

* <https://data-seed-prebsc-1-s1.binance.org:8545>
* <https://data-seed-prebsc-2-s1.binance.org:8545>
* <https://data-seed-prebsc-1-s2.binance.org:8545>
* <https://data-seed-prebsc-2-s2.binance.org:8545>
* <https://data-seed-prebsc-1-s3.binance.org:8545>
* <https://data-seed-prebsc-2-s3.binance.org:8545>


---

# 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.seedx.app/developer/seedx-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.
