# Clover Networks

Clover has three different networks, namely parachain, mainnet and testnet. Below are the details of each network.

## Clover Parachain

* **Docker Image**: [clover-para:polkadot-v0.9.12-1](https://hub.docker.com/r/cloverio/clover-para/tags?page=1\&ordering=last_updated)
* **Apps Portal**: [https://apps-ivy.clv.org](https://apps-ivy.clv.org/)
* **Blockchain Explorer:** [https://clvscan.com](https://clvscan.com/)
* **EVM Network id:** 1024
* **RPC Endpoints**:
  * <https://api-para.clv.org>
* **Api Endpoints**:

  * wss\://rpc-para.clv.org

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Clover EVM is enabled only on parachain.</p></div>

## Clover Mainnet

* **Docker Image**: [cloverio/clover-ivy:0.1.13 ](https://hub.docker.com/r/cloverio/clover-ivy/tags?page=1\&ordering=last_updated)
* **Apps Portal**: [https://apps-ivy.clv.org](https://apps-ivy.clv.org/)
* **Blockchain Explorer:** <https://clover.subscan.io/>
* **RPC Endpoints**:
  * <https://rpc-ivy.clv.org>
  * <https://rpc-ivy-2.clv.org>
  * <https://rpc-ivy-3.clv.org>
* **Api Endpoints**:
  * wss\://api-ivy-elastic.clv.org
  * wss\://api-ivy-2.clv.org
  * wss\://api-ivy-3.clv.org

{% hint style="info" %}
Staking and governance features are enabled only on mainnet.
{% endhint %}

## Clover Testnet

* **Docker Image**: [cloverio/clover-iris:0.1.15 ](https://hub.docker.com/r/cloverio/clover-iris/tags?page=1\&ordering=last_updated)
* **Apps Portal**: [https://apps.clv.org](https://apps.clv.org/)
* **EVM Network id:** 1023
* **RPC Endpoints**:
  * <https://rpc.clv.org>
  * <https://rpc-2.clv.org>
  * <https://rpc-3.clv.org>
* **Api Endpoints**:
  * wss\://api.clv.org
  * wss\://api-2.clv.org
  * wss\://api-3.clv.org


---

# 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.clv.org/portal/quick-start/clover-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.
