# RPC

This guide provides an index of network details for the ***TAN-chain devnet, TAN-chain testnet and  TAN-chain mainnet,*** including their associated RPC and node endpoints.

## Network details

## *Devnet*

The Devnet serves as a replica of the TAN-chain testnet and is primarily used for development testing. Obtain devnet tokens from the[ *faucet.*](https://app.tan.live/) Note that these tokens hold no value and differ from TAN.

<table><thead><tr><th width="236">Properties</th><th>Network Details</th></tr></thead><tbody><tr><td>Network Name</td><td>TAN-Devnet</td></tr><tr><td>Chain ID</td><td>4442</td></tr><tr><td>Native Coin</td><td>TAN</td></tr><tr><td>Faucet</td><td><a href="https://faucet-devnet.tarality.com/">Devnet faucet</a></td></tr><tr><td>RPC endpoint</td><td><a href="https://devnet-taral-rpc1.tarality.com">https://</a><mark style="color:blue;">devnet-rpc1.tanledger.com</mark></td></tr><tr><td>Explorer</td><td><a href="https://devnet.taralscan.com/">Devnet explorer</a></td></tr></tbody></table>

## *Testnet*

The TAN testnet serves as a replica of the TAN mainnet and is primarily used for testing. Obtain testnet tokens from the [***faucet***](https://app.tan.live/)***.*** Note that these tokens hold no value and differ from TAN.

| Properties   | Network Details |
| ------------ | --------------- |
| Network name | Comming Soon    |
| Chain ID     | Comming Soon    |
| Native coin  | Comming Soon    |
| Faucet       | Comming Soon    |
| RPC endpoint | Comming Soon    |

## *Mainnet*

The native token for the TAN mainnet is TAN, which is used for transaction fees.

| Properties   | Network Details |
| ------------ | --------------- |
| Network name | Comming Soon    |
| Chain ID     | Comming Soon    |
| Native Coin  | Comming Soon    |
| Faucet       | Comming Soon    |
| RPC endpoint | Comming Soon    |


---

# 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.tan.live/getting-started/developer-guide/rpc.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.
