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

# Network Endpoints

> \[!NOTE] The following are the **current Testnet** endpoints. Monitoring and Faucet are served on their own dedicated sub-domains (`z2-test-admin`, `z2-test-faucet`), pointing at the same IP as the node host (see [Networking](/zetrix-l2-documentation/network-and-deployment/networking.md#networking)). Production sub-domains drop the `-test` segment.

| # | Endpoint                          | URL (Testnet)                                                                                                                                                      | Description                                                                                                                         |
| - | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- |
| 1 | Main Proposer Validator Dashboard | `https://z2-test-validator.zetrix.com/dashboard.html`                                                                                                              | Dashboard for the Main Proposer Validator (Proposer + Watcher)                                                                      |
| 2 | Node RPC                          | `https://z2-test-node.zetrix.com`                                                                                                                                  | Public JSON-RPC / WebSocket endpoint for wallets & dApps (behind AWS NLB)                                                           |
| 3 | Explorer                          | `https://z2-test-explorer.zetrix.com`                                                                                                                              | Block explorer web UI & API                                                                                                         |
| 4 | Monitoring Dashboard              | `https://z2-test-admin.zetrix.com`                                                                                                                                 | Network monitoring & analysis dashboard (auth-protected)                                                                            |
| 5 | Faucet                            | `https://z2-test-faucet.zetrix.com`                                                                                                                                | Testnet gas (`ZETRIX2`-symbol L2 native) request app                                                                                |
| 6 | Zetrix MCP                        | npm [`z2-zetrix-mcp`](https://www.npmjs.com/package/z2-zetrix-mcp) · source [github.com/Zetrix-Chain/z2-zetrix-mcp](https://github.com/Zetrix-Chain/z2-zetrix-mcp) | MCP server (`npm install -g z2-zetrix-mcp`) — see [Z2 Zetrix MCP](/zetrix-l2-documentation/integration/zetrix-mcp.md#z2-zetrix-mcp) |
| 7 | Docker Image (Validator)          | [`zetrixchain/z2-validator:latest`](https://hub.docker.com/repository/docker/zetrixchain/z2-validator)                                                             | Validator image (for external Watcher)                                                                                              |
| 8 | Docker Image (Reexecutor)         | [`zetrixchain/z2-reexecutor:latest`](https://hub.docker.com/repository/docker/zetrixchain/z2-reexecutor)                                                           | Reexecutor image (for external Watcher)                                                                                             |

### Endpoint Descriptions

* **Node RPC** (`z2-test-node.zetrix.com`) — Primary integration surface; standard `eth_*` methods and WS subscriptions, fronted by the AWS NLB. Use this in wallets, SDKs, and MCP.
* **Main Proposer Validator Dashboard** — Operator view of the Proposer/Watcher: assertion submission status, challenge state, and node health.
* **Explorer** — Human- and machine-readable views of chain data; useful for debugging transactions and verifying contracts.
* **Monitoring Dashboard** — Network monitoring and analysis, served at `https://z2-test-admin.zetrix.com`.
* **Faucet** — Testnet only; request gas (the L2 native unit, `ZETRIX2` symbol) for development, served at `https://z2-test-faucet.zetrix.com`.
* **NPM Package** — Install the MCP server for programmatic/agent access.
* **Docker Images** — Run your own **external Watcher** with `z2-validator` + `z2-reexecutor` (see [Watcher](/zetrix-l2-documentation/architecture/system-components.md#watcher)).

> \[!WARNING] **Credential handling.** The testnet Monitoring Dashboard is protected by a **shared basic-auth password** held in the internal secrets store. Rotate it and migrate to SSO / per-user authentication before Mainnet.

***

[← Z2 Zetrix MCP](/zetrix-l2-documentation/integration/zetrix-mcp.md) · [Index](/zetrix-l2-documentation/readme.md) · [Deployment Architecture (Current Testnet) →](/zetrix-l2-documentation/network-and-deployment/deployment-architecture.md)
