> 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/portal/quick-start/using-testnet/connect-to-testnet.md).

# Connect to Testnet

Please refer to the following details for Clover TestNet:

* Network Name: `Clover TestNet`
* RPC URL:&#x20;
  * `https://rpc.clover.finance`&#x20;
  * `https://rpc-2.clover.finance`&#x20;
  * `https://rpc-3.clover.finance`
* Web Socket URL:
  * `wss://api.clover.finance`
  * `wss://api-2.clover.finance`
  * `wss://api-3.clover.finance`
* ChainID: `1023`
* Symbol (Optional): `CLV`

## Using MetaMask for TestNet

In MetaMask, navigate to Settings -> Networks -> Add Network and fill in the above details:

![](/files/-MQKiQoZejd7CwSWvoB2)

Then the MetaMask can connect to Clover TestNet. You can apply CLV for test via the faucet <http://faucet.clovernode.com/>

## Using Remix for TestNet

Make sure your MetaMask is connected to Clover TestNet as described above.  The screen shot is as follows:

![](/files/-MQKy6yTmCfK4rGR3CkE)

##


---

# 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/portal/quick-start/using-testnet/connect-to-testnet.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.
