# Mechanics

### Interact with the Marketplace

Each Hidden Hand partner has their own page within the UI:

<figure><img src="/files/12LU4tnqx07jCTG2JIWX" alt=""><figcaption></figcaption></figure>

Navigating to a project’s page, users can pick a proposal to 'Add Incentive' to:

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

An advanced bribe setup is possible - more information about that in [Bribe Types](/bribe-types.md).

At the end of each voting period, when bribe rewards are funneled back to the active users who voted for bribed gauges (proportionally scaled to all the votes given for a specific proposal).&#x20;

{% hint style="info" %}
*A 4% fee is taken by the protocol, which is split evenly between lockers the sDINERO rewards pool and the Dinero treasury.*
{% endhint %}

For other token holders:

1. Users lock their relevant governance token in their protocols’ token system and delegate it to Hidden Hand to get bribed for their vote.
2. External protocol looking for rewards or votes on their token bribes the relevant pool on Hidden Hand.
3. Hidden Hand will auto-select the vote distribution that yields the highest bribe value
4. Bribe reward goes back to users who locked their tokens to vote.
5. 4% fee is taken by the protocol and sent equally to the DINERO staking rewards pool and the Dinero treasury.


---

# 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/mechanics.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.
