# Turbos Yield Farming

### Overview

Our protocol integrates with **Turbos Finance Pools** to provide **1× leverage auto-compounding yield farming**. Users can deposit farm tokens, and the protocol automatically harvests and compounds rewards into LP tokens to maximize APY.

### How It Works

#### 1. User Deposit

Users can deposit **farm token** into the protocol vault.

* The protocol handles LP provisioning automatically.
* No manual LP management is required by the user.

#### 2. Reward Harvesting & Compounding

The protocol periodically:

1. Harvests farming rewards from Turbos Finance.
2. Swaps rewards into the required LP token components.
3. Re-adds liquidity to Turbos pools.

This process continuously **compounds yields automatically**.

#### 3. Protocol Fees

* A **15% performance fee** is charged on harvested rewards.
* Fees are taken **before compounding**.
* The remaining 85% is fully reinvested for users.

### Leverage Policy

* **Leverage: 1× only (no borrowing, no liquidation risk)**
* Users are exposed only to standard AMM risks (impermanent loss, smart contract risk, protocol risk).

### Key Benefits

* Fully automated compounding
* No manual reward claiming
* Gas-efficient harvesting
* Simple single-token deposit UX
* Reduced user complexity for LP management


---

# 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.jewelswap.io/sui/turbos-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.
