# How to delegate voting power (vBOND)?

Now when we’ve covered how to [deposit](https://barnbridge.gitbook.io/docs/governance/barnbridge-dao-faq/how-to-obtain-voting-power-on-the-dao) and [lock](https://barnbridge.gitbook.io/docs/governance/barnbridge-dao-faq/how-to-lock-bond-to-increase-voting-power) the $BOND token, let’s move on to the next steps: how to delegate voting power (vBOND) to other members on the platform.

{% embed url="<https://youtu.be/b786P3Aw_AQ>" %}

## Text Walkthrough

1. Open the Wallet menu and click on "Delegate".
2. Select "Delegate voting" using the Voting type dropdown.
3. Enter the delegate wallet address.
4. Choose the transaction processing time and hit the "Delegate" button.
5. Confirm the transaction in your wallet, pay gas fees and wait.
6. Once the transaction is done check your total voting power. It should be equal to 0 (since you successfully send your vBOND).

{% hint style="info" %}
Only actual balance can be delegated, not the time lock bonus.
{% endhint %}


---

# 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://barnbridge.gitbook.io/docs/governance/barnbridge-dao-faq/how-to-delegate-voting-power.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.
