> For the complete documentation index, see [llms.txt](https://docs.telcoin.network/telcoin-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.telcoin.network/telcoin-network/networks-and-rpc-endpoints.md).

# Networks and RPC Endpoints

{% hint style="info" %}
The public RPC URLs listed below are rate limited and do not support websocket connections. If such functionality is required, please reach out to the team.
{% endhint %}

## Adiri Testnet

<table><thead><tr><th width="220">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Network Name</td><td>Telcoin Network Adiri Testnet</td></tr><tr><td>Chain ID</td><td><code>0x7e1</code></td></tr><tr><td>Currency Symbol</td><td>TEL</td></tr><tr><td>Explorer</td><td><a href="https://telscan.io/">https://telscan.io/</a></td></tr><tr><td>Public RPC URL</td><td><a href="https://rpc.adiri.tel">https://rpc.adiri.tel</a></td></tr></tbody></table>

### Unstable Testnet

Adiri Testnet is the only network currently deployed. While Adiri Testnet is intended to be as stable as possible, the protocol is still under heavy development and may be reset from time to time before mainnet is launched to incorporate breaking changes.

### Developer Notes

The public RPC endpoint at <https://rpc.adiri.tel> uses a load balancer and is primarily useful for single transactions and read queries.

Developers should prefer to connect directly with a node when running scripts or multiple consecutive transactions. Finality happens after a few seconds (up to 10s on the current testnet), and some nodes may not have updated state until then.

Developers should use [Chainlist](https://chainlist.org/?testnets=true\&search=adiri) (include testnets and search "adiri") for an up-to-date list of supported RPC nodes for public use. For more developer questions, please email <support@telcoin.org>.
