> For the complete documentation index, see [llms.txt](https://ethereals-blockchain.gitbook.io/ethereal-chain-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ethereals-blockchain.gitbook.io/ethereal-chain-documentation/clusters/ethereal-clusters.md).

# Ethereal Clusters

## EtherealNetwork Clusters

EtherealNetwork maintains several different clusters with different purposes.

Before you begin make sure you have first installed the EtherealNetwork command line tools

Explorers:

* <http://native.Ethereal.com/> Native explorer.
* <http://evmexplorer.Ethereal.com/> EVM mainnet explorer.
* <http://evmexplorer.testnet.Ethereal.com/> EVM testnet explorer.

### Testnet

|                |                                                                                                                |
| -------------- | -------------------------------------------------------------------------------------------------------------- |
| Space          | **Native**                                                                                                     |
| RPC            | `https://api.testnet.`Ethereal`.network`                                                                       |
| Websocket      | `wss://api.testnet.`Ethereal`.network`                                                                         |
| Block Explorer | `https://native.`Ethereal`.network?cluster=testnet`                                                            |
| Faucet CLI     | Ethereal`airdrop 1 -u https://api.testnet.`Ethereal`.network --faucet-host airdrop.testnet.`Ethereal`.network` |

&#x20;

|                |                                                                                                         |
| -------------- | ------------------------------------------------------------------------------------------------------- |
| Space          | **EVM**                                                                                                 |
| chainId        | `2370`                                                                                                  |
| ETH RPC        | `https://evm.testnet.`Ethereal`.io/rpc`                                                                 |
| ETH Websocket  | `wss://api.testnet.`Ethereal`.io/`                                                                      |
| Block Explorer | `https://evmexplorer.testnet.`Ethereal`.io`                                                             |
| Block Explorer | <p><code><https://explorer.testnet>.</code>Ethereal<code>.io</code><br>(V-encoded Legacy addresses)</p> |
| Faucet bot     | `https://t.me/`Ethereal                                                                                 |

* Testnet serves as a playground for anyone who wants to take EtherealNetwork for a test drive, as a user, token holder, app developer, or validator.
* Application developers should target Testnet.
* Potential validators should first target Testnet.
* Key differences between Testnet and Mainnet:
* * Testnet tokens are **not real**
  * Testnet includes a token faucet for airdrops for application testing
  * Testnet may be subject to ledger resets
  * Testnet typically runs a newer software version than Mainnet Beta
* Gossip entrypoint for Testnet: `bootstrap.testnet.`Ethereal`.com:8001`

### Mainnet

|                |                                                |
| -------------- | ---------------------------------------------- |
| Space          | **Native**                                     |
| RPC            | `https://api.`Ethereal`.io`                    |
| Websocket      | `wss://api.`Ethereal`.io`                      |
| Block Explorer | `https://native.`Ethereal`.io`                 |
| Shred version  | 17211                                          |
| Genesis hash   | `EsZtukC1MYxB2tohUTdigaUdy1k6kCU8HKS8LEK99iJY` |

&#x20;

|                |                                                                                                      |
| -------------- | ---------------------------------------------------------------------------------------------------- |
| Space          | **EVM**                                                                                              |
| chainId        | 1229                                                                                                 |
| ETH RPC        | `https://evm-explorer.`Ethereal`.io/rpc`                                                             |
| ETH Websocket  | `wss://api.`Ethereal`.io/`                                                                           |
| Block Explorer | `https://evm.`Ethereal`.io`                                                                          |
| Block Explorer | <p><code><https://evm-explorer>.</code>Ethereal<code>.io/</code><br>(V-encoded Legacy addresses)</p> |

* Gossip entrypoint for Mainnet: `bootstrap.`Ethereal`.io:8001`
* Shred version: 17211
* Some of the popular nodes:&#x20;
* `78rvyxYJAUXGaZHJWyz7Yx81ribpAYvwupVuF9CugGws`, `FSZbHLPerYngGGwgWbXHtqTLRvLmgKVeUZCKwbFttWng`, `Eydu1kJNyPQNKtYrH4dqJJRxrxHuHtbXJCjgo6pSGSjf`, `QnQHuNAYMd7jaUJ61Pchi9bD7NbaZ4jxZ4cbdEaYMWF`, `Fxb6TgvScYJxjHjSpTr6a4xgLULLQSh8uhAexG5tzFJ6`

**Example** Ethereal**command-line configuration**

Etherealset --url <https://api.Ethereal.io>

**Example** Etherea&#x6C;**`-validator` command-line**

$ Ethereal-validator \\

&#x20;   \--identity \~/validator-keypair.json \\

&#x20;   \--vote-account \~/vote-account-keypair.json \\

&#x20;   \--no-untrusted-rpc \\

&#x20;   \--ledger \~/validator-ledger \\

&#x20;   \--rpc-port 8899 \\

&#x20;   \--enable-rpc-transaction-history \\

&#x20;   \--trusted-validator 78rvyxYJAUXGaZHJWyz7Yx81ribpAYvwupVuF9CugGws \\

&#x20;   \--trusted-validator FSZbHLPerYngGGwgWbXHtqTLRvLmgKVeUZCKwbFttWng \\

&#x20;   \--dynamic-port-range 8000-8010 \\

&#x20;   \--entrypoint bootstrap.Ethereal.io:8001 \\

&#x20;   \--limit-ledger-size

The `--trusted-validator`s is operated by EtherealNetwork


---

# 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://ethereals-blockchain.gitbook.io/ethereal-chain-documentation/clusters/ethereal-clusters.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.
