# Live Networks

Currently, there are two public LightLink networks: Phoenix and Pegasus. Phoenix is the main network, and Pegasus is a test network.&#x20;

### Pegasus Testnet

The LightLink community, enterprises and developers use the Pegasus test network to test transactions, smart contracts, RPC and all other features of the protocol. Pegasus uses the Ethereum test network Goerli as its L1 counterpart.

{% hint style="warning" %}
All test networks are for testing purposes only. Testnet chains are reset occasionally to allow for bug fixes and updates. This means that all data may be wiped without notice.
{% endhint %}

<table><thead><tr><th width="197">Service</th><th>Details</th></tr></thead><tbody><tr><td>Network</td><td>Pegasus Testnet</td></tr><tr><td>Replicator-01 RPC</td><td>https://replicator.pegasus.lightlink.io/rpc/v1</td></tr><tr><td>Chain ID</td><td>1891</td></tr><tr><td>Symbol</td><td>ETH</td></tr><tr><td>Block Explorer</td><td><a href="https://pegasus.lightlink.io">https://pegasus.lightlink.io</a></td></tr><tr><td>Bridge</td><td><a href="https://bridge-test.lightlink.io/">https://bridge-test.lightlink.io/</a></td></tr><tr><td>Faucet</td><td><a href="https://faucet.pegasus.lightlink.io">https://faucet.pegasus.lightlink.io</a></td></tr></tbody></table>

### Phoenix Mainnet

<table><thead><tr><th width="197">Service</th><th>Details</th></tr></thead><tbody><tr><td>Network</td><td>Phoenix Mainnet</td></tr><tr><td>Replicator-01 RPC</td><td>https://replicator.phoenix.lightlink.io/rpc/v1</td></tr><tr><td>Chain ID</td><td>1890</td></tr><tr><td>Symbol</td><td>ETH</td></tr><tr><td>Block Explorer</td><td><a href="https://phoenix.lightlink.io">https://phoenix.lightlink.io</a></td></tr><tr><td>Bridge</td><td><a href="https://bridge.lightlink.io/">https://bridge.lightlink.io/</a></td></tr></tbody></table>


---

# 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.lightlink.io/lightlink-protocol/building-on-lightlink/live-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.
