# Titan Farms

The Titan Farms protocol is a DeFi farming system built on top of Uniswap V3.&#x20;

Titan Farms allows users to provide full-range liquidity to Uniswap V3 pools and earn rewards in the form of TINC (TitanX Incentive Token) and collected fees. The protocol implements a unique buy-and-burn mechanism to support the token economics of the TINC token.

Key Features:

* **Uniswap V3 Compatibility**: Manages liquidity positions in Uniswap V3 pools.
* **Flexible Reward System**: Distributes TINC tokens as rewards based on users' liquidity provision.
* **Fee Collection**: Collects and distributes fees from Uniswap V3 positions to LP providers.
* **Buy-and-Burn Mechanism**: Automatically sends collected fees to a buy-and-burn contract to support TINC token economics.
* **Protocol Fee**: Allows for collection of protocol fees on each farm.
* **Time-Weighted Average Price (TWAP)**: Uses TWAP for price calculations to prevent manipulation.
* **Slippage Protection**: Implements slippage protection for all liquidity operations

<br>


---

# 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.titanfarms.win/titan-farms.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.
