> For the complete documentation index, see [llms.txt](https://docs.singlefinance.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.singlefinance.io/home/overview/fee-and-parameters/leveraged-yield-farming.md).

# Leveraged Yield Farming

### **Minimum Position Value** <a href="#minimum-debt-size" id="minimum-debt-size"></a>

The minimum amount of assets that a user need to supply to open a farming position is different from chain to chain, as gas required for transactions are different:

| Chain    | Amount (USD) |
| -------- | ------------ |
| Cronos   | $200         |
| Arbitrum | $100         |
| Fantom   | $100         |

### Fee Parameters&#x20;

#### Capital Protection Fee

<table><thead><tr><th width="183">Chain</th><th>Amount (USD) Per Position Per Close</th></tr></thead><tbody><tr><td>Cronos</td><td>$10</td></tr><tr><td>Arbitrum</td><td>$5</td></tr><tr><td>Fantom</td><td>$5</td></tr></tbody></table>

When the Net-Equity-Value-to-Capital ratio (inclusive of the Capital Protection Fee) hits your configured Capital Protection Ratio, Single Finance will close your position and pay gas cost for you. The gas cost will be covered by this Capital Protection Fee.

#### Liquidation Fee

$$
Liquidation Fee = Net Equity Value;after;paying;Debt \times5%\
$$

When the Debt-to-Equity exceeds the liquidation threshold of the pair, your pair will be liquidated to secure debt repayment. Fee is charged at a certain percentage of your Net Equity Value (i.e. after debt repayment).

* All 5% after paying GAS fee goes to **Buyback and Burn** of SINGLE.

#### Harvest Yield Charge

$$
Harvest;Yield;Charge = Harvested;Yield\times 8%
$$

When Single Finance helps to harvest your yield farming rewards by providing liquidity to the pool, part of the reward will be charged as gas fee and handling fee for the collection. For auto-compound farms, harvested yield after fee will be sold and converted as your liquidity provision; for manual-harvest farms, harvested yield after fee will be distributed to your wallet.

Please note that the APR/APY shown already factored in this fee, what you see is what you get.&#x20;

* All 8% after paying GAS fee goes to **Buyback and Burn** of SINGLE.<br>


---

# 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.singlefinance.io/home/overview/fee-and-parameters/leveraged-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.
