# Network & Faucets

## Network Status

<https://status.harmony.one>

## Chain ids

<table><thead><tr><th width="184">Network</th><th width="147">Chain id dec(hex)</th><th>Chainlist link</th></tr></thead><tbody><tr><td>Mainnet shard 0</td><td>1666600000 (0x63564c40)</td><td><a href="https://chainlist.org/chain/1666600000">https://chainlist.org/chain/1666600000</a></td></tr><tr><td>Mainnet shard 1</td><td>1666600001 (0x63564c41)</td><td><a href="https://chainlist.org/chain/1666600001">https://chainlist.org/chain/1666600001</a></td></tr><tr><td>Testnet shard 0</td><td>1666700000 (0x6357d2e0)</td><td><a href="https://chainlist.org/chain/1666700000">https://chainlist.org/chain/1666700000</a></td></tr><tr><td>Testnet shard 1</td><td>1666700001 (0x6357d2e1)</td><td><a href="https://chainlist.org/chain/1666700001">https://chainlist.org/chain/1666700001</a></td></tr><tr><td>Devnet shard 0</td><td>1666900000 (0x635ae020)</td><td><a href="https://chainlist.org/chain/1666900000">https://chainlist.org/chain/1666900000</a></td></tr><tr><td>Devnet shard 1</td><td>1666900001 (0x635ae021)</td><td><a href="https://chainlist.org/chain/1666900001">https://chainlist.org/chain/1666900001</a></td></tr></tbody></table>

## Block Explorers

* Mainnet -> <https://explorer.harmony.one/>
* Testnet -> <https://explorer.testnet.harmony.one/>

## Faucet

* Testnet -> <https://faucet.hmny.io/>

{% hint style="info" %}
When running a localnet, there is no need to setup a faucet to receive $ONE for testing because upon spinning up the localnet, the node creates several accounts that earn rewards for signing blocks.

Their keystore files are made available wherever you setup Harmony $ONE on your machine \`your harmony folder\`/.hmy/keystore

Please refer to the [debugging](https://github.com/harmony-one/harmony?tab=readme-ov-file#debugging) section of reamde file to learn more about localnet run.
{% endhint %}

{% hint style="success" %}
Feel free to ping any Harmony member for issues on the testnet network/explorer/faucet on [Harmony Discord server](https://harmony.one/discord).
{% endhint %}

{% hint style="success" %}
Harmony Testnet Faucet can be refilled by sending testnet $ONE to the contract address shown on the faucet site <https://faucet.hmny.io/>
{% endhint %}


---

# 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.harmony.one/home/developers/getting-started/network-and-faucets.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.
