# Bribes

Any user/ protocol can add ‘Bribe’ to a liquidity pool to attract votes and consequently get more emission to the pool.

When a user/protocol is bribing for the first time, they have to undergo **2 approvals**;&#x20;

1. Approve spend of token user is bribing with by the Voltswap bribe contract&#x20;
2. Create Bribe

Bribe, once created, is visible on the ‘Vote’ page.

*Note: The swap fees are distributed to the veVOLT holders as bribes. Since. it is the source of revenue for veVOLT holders, they will try to maximize their revenue by voting to liquidity pools with maximum fee potential*


---

# 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.voltswap.finance/voltswap/bribes.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.
