# Yield Farming

Wombat delivers WOM through our base reward and boosted reward, which accounts for 37.5% and 62.5% of emissions.

$$
WOM\ Rewards = WOM\ Rewards\ \_{base} + WOM\ Rewards\ \_{boosted}
$$

<figure><img src="/files/1D1v4tKzKxP0uZhGBWO2" alt=""><figcaption></figcaption></figure>

### Base Reward

Your base reward is directly proportional to the amount of LP tokens you have staked.

$$
WOM\ Rewards\ \_{base} = Base\ Pool\ Alloc
ation \* \frac{Deposit}{Total\ Pool\ Deposit}
$$

Examples can be found in this article:

{% embed url="<https://medium.com/wombat-exchange/wombat-liquidity-mining-base-pool-rewards-optimization-abd5034a6d1b>" %}

### Boosted Reward

The boosted reward incorporates **voting escrow WOM (**[**veWOM**](/getting-started/yield-boosting.md)**)** for rewards accrual. The team drew inspiration from Curve’s veCRV model and enhanced its flexibility and earning power.&#x20;

Boosted rewards are calculated using a weight function (*w)* in conjunction with the veWOM amount (shown below):

$$
w=\sqrt{Deposit \* veWOM}
$$

After calculating your weight, plug it into the following formula to calculate your boosted WOM reward:

$$
WOM\ Rewards\ \_{boosted} = Boosted\ Pool\ Allocation \* \frac{w}{Total\ Pool\ Weight}
$$

Examples can be found in this article:

{% embed url="<https://medium.com/wombat-exchange/wombat-liquidity-mining-optimize-rewards-in-the-boosting-pool-59f8024d3eb3>" %}

Learn how you can maximize yield in the below sections:

{% content-ref url="/pages/Y0NJlRGzgzoGH9KlkNDs" %}
[Yield Boosting](/getting-started/yield-boosting.md)
{% endcontent-ref %}

### APR Definition

| Base APR                                                                                                                      | Boosted APR                                                                                                                                  | Median APR                                                                                                              |
| ----------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| The base APR is the instant APR and it depends on multiple factors including TVL, pool weight, WOM emission and price of WOM. | By locking WOM, you will get veWOM and it increases your boosted APR for stablecoin staking. veWOM applies to all tokens you have deposited. | The sum of Base APR and Median Booster APR. The median boosted APR is for the users who have locked WOM and hold veWOM. |


---

# 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.wombat.exchange/getting-started/yield-farming.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.
