> For the complete documentation index, see [llms.txt](https://lixir-finance.gitbook.io/lixir-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lixir-finance.gitbook.io/lixir-doc/farming.md).

# Farming

'Farming' refers to the act of being rewarded for staking or providing liquidity in a token different from the asset(s) being staked or LPed. In Lixir's case, this token is the protocol's governance token [$LIX](/lixir-doc/lixir-dao/lix-and-velix.md), and it's distributed to all liquidity providers. Note that this distribution is different from the $LIX distributions funded with the revenue from the [Performance Fee](/lixir-doc/lixir-vaults/performance-fee.md).&#x20;

Lixir's farming model is in large part similar to Curve's farming model, and hence relies on a system of 'liquidity gauges' that tracks each liquidity provider's share in each of the Lixir Vaults. Each gauge is given a 'type weight' that will either increase or decrease that gauge's share in the total farming emission w\.r.t. the other gauges. By staking your LV tokens in the corresponding gauge, you're rewarded proportional to the amount of liquidity you're providing.

This is done in such a way that lower risk pairs that bring in significantly less revenue per dollar liquidity receive a lower $LIX farming emission than riskier pairs that bring in significantly more revenue per dollar liquidity. The type weights can at any point be changed through a [LIP](/lixir-doc/lixir-dao/lixir-improvement-proposals.md) if the [DAO](/lixir-doc/lixir-dao/introduction.md) wishes to do so.

{% content-ref url="/pages/-MiwG2BFYbP3ngELhpFv" %}
[Boost](/lixir-doc/farming/boost.md)
{% endcontent-ref %}


---

# 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://lixir-finance.gitbook.io/lixir-doc/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.
