> For the complete documentation index, see [llms.txt](https://docs.harmony.one/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.one/home/network/delegator/staking/staking-via-browser/staking-transactions.md).

# Staking Transactions

## Delegating to A Validador

Check the validators page to see list of validators. Click on desired validator logo to direct to the Validator profile for more details.

![](/files/-M71AjAkculBpdEhwUTV)

Click on the "Delegate" button to delegate to this validator.

![](/files/-M71BgA7Iex5GGOzBsrI)

Enter the desired delegation amount or scroll the percentage slider in the pop-up Delegate window. Delegation must be at least 1000 ONE. Click on "Next" and confirm the signature request.

![](/files/-M6qY9LR460Go7P_HGND)

![](/files/-M71CbpWtpYD8qjQnqyS)

Different wallets use different ways to confirm signature request. Please check the [Wallet](https://app.gitbook.com/@harmony-one/s/home/~/drafts/-M7F2-rR3OLvk7_5kftG/wallets) section for details.

Once transaction is signed, Delegate window will pop-up on the staking dashboard and display the transaction status.

![](/files/-M6qzsJxRQd58XFwYm0W)

![](/files/-M6qzy8p4fmpF6qLbB0A)

## Delegating to Multiple Validators

Check the validators page to see list of validators. Selected the validators you want to delegate to using the checkbox as shown by the image below, then click on "Delegate":

![](/files/-M90nmg8_z4qcDIg18Wl)

Now, on the new window, input the total amount you want to split between the validators you selected previously. On this example, we are delegating a total amount of 4000 ONE's which will be split equality between all the validators we selected. Each one of them will receive 1000 ONE's. You can split any amount you want, as long as the minimum amount per validator is 1000 ONE's.

![](/files/-M90ovXiuu8TN-FIfXEs)

Click on "Next" to confirm the delegations.

## Undelegating

If a delegator decides to stop delegating to a validator, he or she can choose to undelegate their tokens from the validator. After undelegation transaction is submitted, the undelegated tokens will be locked until the end of the current epoch. Note that the unlocked tokens can be used for a new delegation transaction only starting from next epoch. This means the same token can only possibly generate rewards for you starting from the epoch after next epoch.

Click the "Undelegate" button on validator profile.

![](/files/-M7Jz1-pJf8pqWS_5Nbp)

Signing process same as Delegate transactions.

This transaction will display on the Pending Undelegations section on the Portfolio page.

![](/files/-M7K14q5F0ddu1uybRss)

## Claiming Rewards

The earned block rewards are stored in a separate reward balance of the delegator, which can be immediately withdrawn to the delegator’s account balance. The block rewards can also be staked again to achieve the compounding effect of staking. You can only claim full rewards, not partially.

Click on Claim Rewards button.

![](/files/-M7K1okhAQI5htnymAok)

![](/files/-M7K1wg8u-oOQOd3vL8s)

Click on "Next" to sign the transaction.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.harmony.one/home/network/delegator/staking/staking-via-browser/staking-transactions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
