# Join Mainnet Verifier Nodes

The CARV test verifier is currently operational on the Arbitrum One network. Those who have purchased a Verifier License can explore and test the verifier nodes before the mainnet launch. There are two ways you can participate: either by delegating or by operating your own node:

* **Delegation**: You can delegate your node license to any active nodes listed on the explorer. Delegation is the simplest way to participate, as you don't need to manage the nodes. However, you must ensure the node you delegate to has sufficient uptime; otherwise, you will not receive any rewards. If the node maintains enough uptime, you will receive rewards minus the commission rate set by the node. Delegation can save you the costs associated with operating the node yourself.
* **Operating your own nodes**: If you prefer to operate your own node, you will be responsible for maintaining the node's uptime and handling any software upgrades. However, you will also have the opportunity to receive delegations from the community. We offer multiple ways to operate your own node; please see [more details](/carv-ecosystem/verifier-nodes/join-mainnet-verifier-nodes/operating-a-verifier-node.md) for further information.

**Prerequisites:**

* [Creating your first wallet](/carv-ecosystem/verifier-nodes/join-mainnet-verifier-nodes/prerequisites.md#create-a-wallet)
* [Buy a Verifier Node](/carv-ecosystem/verifier-nodes/how-to-purchase-nodes.md)

**Participation Options:**

* [Try delegation](/carv-ecosystem/verifier-nodes/join-mainnet-verifier-nodes/delegation-tutorial.md)
* [Operate your own node](/carv-ecosystem/verifier-nodes/join-mainnet-verifier-nodes/operating-a-verifier-node.md)


---

# 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.carv.io/carv-ecosystem/verifier-nodes/join-mainnet-verifier-nodes.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.
