# Delegating to Hidden Hand

Users can delegate their tokens' voting power to Hidden Hand. By delegating their tokens' voting power to Hidden Hand, users entrust Hidden Hand to pool all votes and utilize an algorithm to identify the execute a voting strategy which would result in the most token rewards.&#x20;

The end goal of this delegation process is to maximize each user's dollar per vote ratio, thereby enhancing the rewards generated from bribes for each delegate. Once each epoch concludes, users can claim their rewards as normal.

{% hint style="info" %}
The algorithm managing AURA delegated to Hidden Hand follows a unique strategy. It's optimized to ensure that delegators with a smaller holding don't receive "dust" bribes. Importantly, this does not affect the total dollar amount smaller holders receive, just the amount of unique tokens.
{% endhint %}

### How to:&#x20;

1. Connect your wallet to [www.hiddenhand.finance](https://learn.hiddenhand.finance/www.hiddenhand.finance).&#x20;
2. Go to the market that supports delegation.
3. Click on `Delegate` call-to-action.
4. Execute transaction.&#x20;
5. Come back when rewards are distributed and claim your bribes.

## Manual Voting After Delegation to Hidden Hand

Even after delegating to Hidden Hand, you retain the ability to vote manually on specific proposals. However, doing so will temporarily suspend delegation for that particular proposal, while delegation remains active for all others and future proposals. If there are incentives deposited for the pools you voted for through Hidden Hand, you will receive them.


---

# 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://learn.hiddenhand.finance/delegating-to-hidden-hand.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.
