# Delegate $ESP Tokens

If you don’t run an Espresso validator, you can still put your $ESP tokens to work by **delegating** them. Delegation means you temporarily assign your tokens to an Espresso validator, who stakes them on your behalf. In return, you earn staking rewards, minus the validator’s commission.

**To delegate your tokens please visit:** [**https://claim.espresso.foundation/stake/**](https://claim.espresso.foundation/stake/)

## Connecting Your Wallet

* Click `Connect Your Wallet`.
* Once connected, you’ll see key account information, such as your available balance, your staked amount or your claimable rewards.

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

## Choosing a Validator

Each validator sets a commission rate, which is deducted from your rewards in exchange for running the infrastructure that stakes your tokens. When selecting a validator, you can consider helpful data including: total stake, commission rate or missed slots.

**NOTE:** Only top 100 validators are eligible to receive rewards. If you delegate to a validator outside the top 100, you will **not** receive rewards till they enter the top 100.

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

## Delegating Your Tokens

* Once you select a validator, click `Delegate`.

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

* Review key validator details (e.g., APY, commission), then choose the amount of $ESP you want to delegate.

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

* Approve the transaction.

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

* Confirm the delegation.

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

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

## Manage Your Stakes

After your delegation transaction has been confirmed, you will start getting rewards. You can check your current stakes in the `My Stakes` section.

* Click `Manage` next to the validator you want to adjust.

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

* From here, you can **delegate more** or **undelegate**.

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

* When undelegating, you may choose to **remove all your stake** or **only part of it**.
* Note that it takes around 7 days to complete your undelegation, and you can only have one pending undelegation per validator at any given time.


---

# 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.espressosys.com/network/references/delegation-ui.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.
