> For the complete documentation index, see [llms.txt](https://docs.developers.thundercore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developers.thundercore.com/network-details/thundercore-testnet.md).

# ThunderCore Testnet

The ThunderCore testnet is an alternative to ThunderCore mainnet, which is used for testing and experimenting with smart contracts for developers. Testnet tokens are separated from the mainnet, and they should never have any value.

## What is the testnet good for?

* Create your test address and get your testnet funds.
* Develop applications and try tutorials on ThunderCore Chain without the potential to lose your own assets.
* Test your applications against new versions of ThunderCore Chain.
* Analyze blockchain data on a smaller, non-trivial data set compared to the public network.

The following contains details for the RPC - HTTP, and WS. There is also a full node setup if you wish to setup your own full node.

| Network name | ThunderCore Testnet                                                               |
| ------------ | --------------------------------------------------------------------------------- |
| Gas token    | TST token                                                                         |
| ChainID      | 18                                                                                |
| RPC          | <p>ThunderCore Testnet:</p><p><https://testnet-rpc.thundercore.com></p>           |
| Websocket    | `wss://testnet-ws.thundercore.com`                                                |
| Faucet       | [https://faucet-testnet.thundercore.com](https://faucet-testnet.thundercore.com/) |

## How to get Testnet Fund

Steps to claim testnet TST:

1. Create a new Wallet of ThunderCore Chain testnet with MetaMask or MathWallet
2. Get Testnet Fund: <https://faucet-testnet.thundercore.com>

## Getting start

You can start the HTTP JSON-RPC with the --rpc flag

```
geth attach https://testnet-rpc.thundercore.com
```

### JSON-RPC methods

Please refer to this [wiki page](https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest) or use [Postman](https://www.postman.com)

## Rate limit

The rate limit of ThunderCore endpoint Mainnet is *`10K/hr`*.

## Block range limit

You can make `eth_getLogs` requests with up to a *`172800`* block range. If you need to pull logs frequently, we recommend using WebSockets to push new logs to you when they are available.


---

# 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.developers.thundercore.com/network-details/thundercore-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.
