# Delegation

Delegation allows you to authorize another wallet to vote on your behalf in DAO proposals. This is particularly useful if:

* You manage your tokens on a mobile wallet but prefer to delegate voting from a different device
* You want a trusted colleague or friend to vote while you’re unavailable
* You manage multiple accounts and need a consolidated voting strategy<br>

Governance.so makes delegation straightforward and secure.

## 🔐 How to Delegate Your Voting Power

1. Connect your wallet to [Governance.so](https://governance.so/)
2. Navigate to the DAO you are a participant in
3. Click the gear (⚙️) icon to open the Advanced Voting Power panel
4. In this panel, you can:
   * View your current voting power
   * Enter a wallet address (PublicKey) to delegate your voting rights
5. Confirm the delegation via a blockchain transaction\
   Once set, the delegated wallet can vote on your behalf for any proposals in that DAO.

## 👁️ Viewing or Removing a Delegate

To remove or update a delegate:

1. Return to the Advanced Voting Power panel via the gear icon
2. You will see the currently delegated wallet address
3. Click the delete (🗑️) icon to revoke delegation
4. After removal, you are free to assign a new delegate if desired

> ⚠️ Note: All delegation and removal actions are recorded on-chain and may require a small transaction fee.

<figure><img src="/files/9R8AOsMNu1tiGsfhvRjD" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/p8ypnerb6St1UgaFpY5G" alt=""><figcaption></figcaption></figure>


---

# 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://grapedao.gitbook.io/products/readme/dao/proposals/delegation.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.
