> For the complete documentation index, see [llms.txt](https://docs.clv.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clv.org/use-clv-chain/network-details.md).

# 🌐  Network Details

## CLV P-Chain

* **Docker Image**: [clover-para:polkadot-v0.9.16-1](https://hub.docker.com/layers/clover-para/cloverio/clover-para/polkadot-v0.9.16.1/images/sha256-50792e2b78c495220210e611c561861e99634c399f433e5a9fb39a25c98621e7?context=explore)
* **Apps Portal**: [https://apps-ivy.clv.org](https://apps-ivy.clv.org/)
* **EVM Blockchain Explorer:** <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>CLV EVM is enabled only on CLV Parachain (P-Chain)</p></div>

## CLV Mainnet

* **Docker Image**: [cloverio/clover-ivy:0.1.23 ](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 %}

## CLV 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>
* **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
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:

```
GET https://docs.clv.org/use-clv-chain/network-details.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.
