# Rewards

There are 4 types of rewards on WoofSwap:

### Emissions <a href="#emissions1" id="emissions1"></a>

Emissions refer to the distribution of new `$WOOF` tokens to liquidity providers who stake in active gauges as a reward for their participation in the protocol. Liquidity providers receive emissions proportional to their share of the total liquidity in a given liquidity pool.

### Swap Fees <a href="#fees" id="fees"></a>

Users pay swap fees when they make trades against liquidity pools. The standard swap fee for stable pool is 0.02%. Swap fee for volatile pool is 0.2%. Swap fees accumulated in liquidity pools in WoofSwap are redirected to gauge voters. These fees are proportionally distributed to gauge voters based on each voter's `veWOOF`voting weight of a gauge.

### Bribes <a href="#bribes" id="bribes"></a>

Bribes are additional rewards that gauge voters may receive from external parties who wish to direct emissions toward a specific liquidity pool. These bribes are also distributed proportionally to each gauge voter's voting weight of a gauge.

### Rebases <a href="#rebases1" id="rebases1"></a>

WoofSwap implements a weekly rebase mechanism to incentivize long-term locking of `veWOOF` and prevents dilution of voting power. The total supply of`$WOOF` tokens is dynamically expanded based on the total supply of locked `veWOOF`. `veWOOF` holders receive a share of rebase proportional to their voting power at the beginning of each epoch.


---

# 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://woofswap.gitbook.io/woofswap/liquidity-and-vote-and-reward/rewards.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.
