> For the complete documentation index, see [llms.txt](https://docs.fina.cash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fina.cash/fina-wallet/features/staking.md).

# Staking

## Delegate

1. You can earn staking rewards by delegating your staking token (eg, SCRT on Secret Network) to validators. To start earning rewards, go to Staking screen to check and manage your staking position. **Please be reminded that staking your tokens comes with a unbonding period of 14-28 days, depend on the network (eg, 21 days on Secret Network), during which you cannot sell or transfer your tokens!** Learn more about staking [Here](https://cosmos.network/learn/staking/) \
   ![](/files/407AocMEwc6O46B8qtsc)<br>
2. Click on "Delegate" to start delegating your tokens. Enter the amount of token you want to delegate. By default Fina.cash validator will be selected. If you wish you can change to other validator by clicking the validator button.\
   \
   Hint: you can enable Auto Restake by clicking the toggle. Your rewards will be automatically claimed and delegate to the same validator to maximize your staking rewards.\
   ![](/files/ZKUoI2O6Z4QSwBcqFQ3g)![](/files/ZX99uxIhpjfAeVFQmMHE)<br>
3. Confirm your transaction just like when you are transferring tokens\
   ![](/files/4LSLNrWcfftsE8Vy3HwO)<br>

## Claim Rewards

1. To claim your staking rewards, simply click on "Claim" button in the Staking page to claim rewards from all validators, or click on the validator under "Delegated" and select "Claim Rewards" in the drop down menu to claim from specific validator\
   ![](/files/VdsTD3rNMcYAjCDhRWek)![](/files/k965SdhBznPRIcrLJ8Ok)

## Undelegate

1. To retrieve your staked tokens, you can "Undelegate" from the validator. There will be a 14-28 days unbonding period after undelegating.\
   ![](/files/VdsTD3rNMcYAjCDhRWek)![](/files/msdVHBCtSDRqAiTlUqWF)<br>

## Redelegate

1. If you want to change a validator, you don't need to undelegate your tokens. Instead you can "Redelegate" them to other validator.\
   ![](/files/4WC80AuPr7TnWShuDelN)

## Enable/ Disable Auto Restaking

1. To maximize your return on investment, you can enable auto restaking. Your staking rewards will be reinvested and staked to the same validator. This allows you to earn compound interest which will be higher than the standard staking APR.\
   ![](/files/KHwYk1UFLUFHw5fremIb)


---

# 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.fina.cash/fina-wallet/features/staking.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.
