# Networks

### Endless Networks <a href="#endless-networks" id="endless-networks"></a>

| Description              | Mainnet                                                                                    | Testnet                                                                                    |
| ------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| **REST API**             | [Link](https://rpc.endless.link/v1)                                                        | [Link](https://rpc-test.endless.link/v1)                                                   |
| **REST API Spec**        | [Link](https://rpc.endless.link/v1/spec#/)                                                 | [Link](https://rpc-test.endless.link/v1/spec#/)                                            |
| **Genesis and Waypoint** | [Link](https://github.com/endless-labs/endless-release/tree/main/endless-networks/mainnet) | [Link](https://github.com/endless-labs/endless-release/tree/main/endless-networks/testnet) |
| **Chain ID**             | 220                                                                                        | 221                                                                                        |
| **Epoch duration**       | 7200 seconds                                                                               | 7200 seconds                                                                               |
| **Network providers**    | Fully decentralized.                                                                       | Managed by Endless on behalf of Endless Foundation.                                        |
| **Release cadence**      | Monthly                                                                                    | Monthly                                                                                    |
| **Wipe cadence**         | Never.                                                                                     | Never.                                                                                     |
| **Purpose**              | The main Endless network.                                                                  | Long-lived test network.                                                                   |
| **Network status**       | Always live.                                                                               | Always live.                                                                               |


---

# 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.endless.link/endless/devbuild/start/networks.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.
