# Delegating to Validators

This page provides step-by-step instructions on how to delegate tokens to your validators. This is a simple and quick process with our intuitive user interface, see below for more information.

{% stepper %}
{% step %}

### Step 1

Navigate to the [**Entangle Hub**](https://hub.entangle.fi/) and click the ‘Connect Wallet’ button. Approve connecting to the platform and adding Entangle Mainnet to your wallet.

<div align="left" data-full-width="false"><figure><img src="/files/wpAFkfqMLVHksKCcZirv" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Step 2

Click ‘Blockchain’ in the header menu and Blockchain section will open. Here, select the ‘Validators’ tab.

<div align="left"><figure><img src="/files/q8QDuQwOmdkdtJYM6i33" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Step 3

Select any validator you want to delegate your tokens to and click ‘Delegate’ button next to it. This will open the ‘Delegate’ window.

<div align="left"><figure><img src="/files/B68JqXerJai2C59VrBDa" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Step 4

Enter the amount of tokens manually or simply use the ‘Max’ button. Please remember that you will need some native tokens for the gas fee.

<div align="left"><figure><img src="/files/SwVS7khQJkneCPRERwTI" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Step 5

Click ‘Delegate’ and sign all transactions. Your delegated tokens take 21 days to unlock, starting from the transaction time.

<div align="left"><figure><img src="/files/TfaKHadbxi7chC5EZmp0" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Step 6

Great! You have successfully delegated your tokens. They will be available in your wallet in 21 days. During this period, you will continue to accrue yield. You can manage and track your delegation on the [**Dashboard**](https://hub.entangle.fi/msg/delegate).
{% endstep %}
{% endstepper %}


---

# 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.entangle.fi/entangle-interoperable-blockchain/developer-guides/delegating-to-validators.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.
