> For the complete documentation index, see [llms.txt](https://docs.unbotheredwolves.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unbotheredwolves.com/tokenomics/awoo-token/yield-farming.md).

# Yield Farming

## Allocation

2,070,000 AWOO will be distributed over the course of one year. It has been extended for another three months, adding 517,500 AWOO to the rewards. \~ Yield Farming went live on February 23, 2023.\
\
Daily emission: 5,750 AWOO

### How do I earn rewards?

1. Deposit ADA alongside your AWOO under the [Add Liquidity Function](https://app.minswap.org/liquidity?tab=add-liquidity) **or** Zap-In ADA to the pool to receive LP tokens.
2. You must then go to the farming tab and stake your LP tokens there to earn real-time $AWOO rewards.
3. Once you feel you've accumulated enough rewards, you may harvest them under the same farming tab.

### Minswap Farming

{% embed url="<https://app.minswap.org/farm>" %}

#### More details can be found here:

{% embed url="<https://docs.minswap.org/min-token/yield-farming/yield-farming-on-minswap>" %}

{% hint style="warning" %}
Providing liquidity runs the risk of possibly incurring impermanent losses.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.unbotheredwolves.com/tokenomics/awoo-token/yield-farming.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
