> 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>.


---

# 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.telcoin.network/telcoin-network/networks-and-rpc-endpoints.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.
