# Delegating Votes

### **What is Vote Delegation?**

Vote delegation lets token holders transfer their voting power to another user, while maintaining control of the underlying governance token. Delegation can be withdrawn at any time, which helps ensure that delegates remain aligned with their supporters.

### **Why Delegate Votes?**

**Delegation lowers the cost of participating in governance.** Token holders can avoid the time involved in reviewing each individual proposal, as well as the transaction fee required to submit their vote on chain. However, there is still a transaction cost associated with delegating/undelegating for most protocols.

**Delegation can also help amplify the voice of smaller token holders**. Many protocols have minimum vote requirements to submit and pass proposals. As such, smaller token holders can delegate their voting power to one or a few delegates to propose and vote on their behalf.

For some protocols, you need to delegate your voting rights to yourself in order to participate in governance on your own account.


---

# 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.common.xyz/commonwealth/community-overview-2/governance/delegating-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.
