# Clusters

Sonic has several different groups of validators, known as **Clusters**. Each serving different purposes within the overall ecosystem and containing dedicated api nodes to fulfill **JSON-RPC** requests for their respective Cluster.

The individual nodes within a Cluster are owned and operated by third parties, with a public endpoint available for each.

## Links

<table><thead><tr><th width="227">Network Name</th><th>Sonic Testnet</th></tr></thead><tbody><tr><td>Mainnet Alpha </td><td><a href="https://api.mainnet-alpha.sonic.game">https://api.mainnet-alpha.sonic.game</a></td></tr><tr><td>Helius RPC URL</td><td><a href="https://sonic.helius-rpc.com/">https://sonic.helius-rpc.com/</a></td></tr><tr><td>Testnet RPC URL</td><td><a href="https://api.testnet.sonic.game">https://api.testnet.sonic.game</a></td></tr><tr><td>Faucet URL</td><td><a href="https://faucet.sonic.game">https://faucet.sonic.game</a></td></tr><tr><td>Block Explorer URL</td><td><a href="https://explorer.sonic.game">https://explorer.sonic.game</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.sonicsvm.org/architecture/clusters.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.
