# Delegate Votes

[Stalkholders](/almanac/governance/beanstalk.md) and [BeaNFT holders](/almanac/governance/beanfts.md) can delegate their Stalk and BeaNFTs in the [beanstalkdao.eth](https://app.bean.money/#/governance?type=dao), [beanstalkfarms.eth](https://app.bean.money/#/governance?type=beanstalk-farms), [wearebeansprout.eth](https://app.bean.money/#/governance?type=bean-sprout) and [beanft.eth](https://app.bean.money/#/governance?type=beanft) Snapshot spaces to any other Farmer. The delegate can then vote on their behalf in governance proposals. Stalk must be delegated on each Snapshot space individually.

1. Make sure you are on [app.bean.money](https://app.bean.money/) and [connect your wallet](/almanac/guides/getting-started/connect-wallet.md).
2. Select “More” then “Governance” to navigate to the [Governance](https://app.bean.money/#/governance) page.
3. Under the "DAO", "Beanstalk Farms" and "Bean Sprout" tabs the Stalk you own and any Stalk that has been delegated to you is shown. Under the "BeanNFT DAO" tab the BeaNFTs you own and any BeaNFTs that have been delegated to you is shown.
4. To delegate your Stalk or BeaNFTs to another Farmer, select "Delegate your \[Stalk/BeaNFT] votes to another Farmer on \[Snapshot space]".
5. Enter the address to delegate to. View delegate applications on the [Beanstalk Discord](https://discord.com/channels/880413392916054098/1092912362295668828) or you may delegate to any Arbitrum address.
   * If Farmer A delegates to Farmer B and both of them vote, then the delegated voting power is not calculated—in this instance the votes of the two Farmers will be calculated as if the delegation did not happen. The vote of B will be counted if A does not vote.
6. Select "Set Delegate".
7. Confirm the transaction in your wallet and your hardware wallet, if applicable. You should verify that the transaction is interacting with the [correct contract](/almanac/protocol/contracts.md) before signing it.
8. After the transaction has been confirmed by the network, the Delegation page for the Snapshot space you delegated will reflect the delegation.
   * You can also verify your delegations on [Snapshot](https://snapshot.org/#/delegate).
   * Stalk must be delegated on each Snapshot space individually.


---

# 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.bean.money/almanac/guides/governance/delegate-votes.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.
