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

# Manage staking

You can stake tokens on the DAO's home chain and any chain that the DAO has created a [cross-chain account](/docs/dao-management/treasury/cross-chain.md) on.

Check out our YouTube for videos for [managing staking](https://youtu.be/DQzT3T_tPF8), [claiming rewards](https://youtu.be/SLJTuZMra7c), [redelegating](https://youtu.be/Jvx6Cd48EZw), or [unstaking](https://youtu.be/NToj_x_fid8)

## Steps

[Create a proposal](/docs/dao-governance/proposals/how-to-create-a-proposal.md) and add the `Manage Staking` action from the `DAO Treasury` category.

![Create proposal form](/files/Ihx8kCRwOdvs1tjmKWfM)

![DAO Treasury category in Add an action modal](/files/eQ1DR1p99oaenWA06L1b)

![Manage Staking action in DAO Treasury category](/files/Oc47Ew4cFtmhqJsOhI1b)

![Manage Staking action](/files/RvjRRnQiVnda37ogiaXu)

You can choose any token native to the chains the DAO has accounts on. If you want to stake tokens on a chain that the DAO does not have an account on, you have to [create a cross-chain account](/docs/dao-management/treasury/cross-chain.md) on that chain first.

Once this proposal is passed and executed, the tokens will be staked.

## Other staking options

Aside from staking, you can also unstake, restake, claim rewards, and change the rewards withdrawal address.

![Staking options](/files/KDpwQ50VlRc4PeCEvOgc)

### Changing the rewards withdrawal address

You can change the rewards withdrawal address to a wallet or DAO other than the DAO itself. This may be useful if you have a SubDAO that you want to receive staking rewards instead.


---

# 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://dao-dao-docs.gitbook.io/docs/dao-management/treasury/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.
