# Delegation Tutorial

## Video Tutorial

{% embed url="<https://youtu.be/RYbQ1mG8Ou8>" %}

## Quick Start

Before you begin the delegation process, please ensure that you have created a wallet and received a Verifier License NFT. If you do not have one yet, visit [this ](/carv-ecosystem/verifier-nodes/join-mainnet-verifier-nodes/prerequisites.md)page to complete the necessary prerequisites.

### Delegate License&#x20;

Once you're ready, you can proceed to <https://explorer.carv.io/verifiers>. Here, you can delegate your License in one of the two ways:

1. Choose a verifier from the list and click 'Delegate' next to the verifier.

   <figure><img src="/files/BuxNV7RvQC4BHcXXThaS" alt=""><figcaption></figcaption></figure>
2. If you know the address of the Verifier Node you'd like to delegate to, click 'Delegate My License'.

   <div align="left"><figure><img src="/files/25kxWlLWVeOoee2rJM06" alt=""><figcaption></figcaption></figure></div>

   Enter the address of the Verifier.

   <div align="left"><figure><img src="/files/RKMrDGNWhiDqBzzV57N3" alt="" width="375"><figcaption></figcaption></figure></div>

Then confirm the delegate address and sign the transaction in your wallet. Note you need to pay for the gas for this transaction.

### Manage Delegation

If you'd like to revoke your delegation. You can do so in `My Delegates` and click `Revoke` next to the delegate.

<figure><img src="/files/FyuhvWEfc7iTSOWBpnzg" alt=""><figcaption></figcaption></figure>


---

# 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/delegation-tutorial.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.
