# Fee Parameters

#### Stop-loss Fee

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

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

#### Liquidation Fee

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

#### Yield Harvesting Fee

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

When Eternal Finance helps to harvest your yield farming rewards by providing liquidity to the pool, 9% of the reward will be charged as gas fee and treasury reserve for the collection. For auto-compound farms, harvested yield after fee will be sold and converted as your liquidity provision.

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

#### Lending Charge

A lending charge (currently 19%) on earned yield is reserved by the Eternal Finance Protocol. The strategy for reserve management will be at the discretion of governance.

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


---

# 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.eternalfinance.io/methodology-and-parameters/fee-parameters.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.
