# fees & collateral parameters

### Introduction

when using any of the services which handle.fi offers it is important to be aware of all the possible, fees, spreads and liquidation parameters.&#x20;

1. [CDP vaults & collateral](#cdp-vaults-and-collateral)
   1. [CDP fees](#cdp-fees)
   2. [collateral parameters](#collateral-parameters)
2. [trade](#trade)
   1. [opening a trade ](#opening-a-trade)
   2. [trade fees](#trade-fees)
   3. [liquidation](#liquidation)
3. [convert fees](#convert-fees)

### CDP vaults & collateral

opening up a vault in order to be extended credit incurs fees initially and on a continual basis. it is also important to keep in mind **what the min c-Ratio is in order to avoid liquidation**. see the [borrow ](https://docs.handle.fi/the-platform/key-functions/mint)section for more information.

{% hint style="info" %}
minimum amount of debt you may take out at anytime is 100. this applies when you want to [repay](https://docs.handle.fi/the-platform/mint/burn) part of your debt and have less then 100 remaining.
{% endhint %}

#### CDP fees

| action                     | fee        | description                                                                                           |
| -------------------------- | ---------- | ----------------------------------------------------------------------------------------------------- |
| **mint (borrow)**          | nil        | added to the minted value of fxTokens.                                                                |
| **burn (repay)**           | nil        | charged from user vault collateral.                                                                   |
| **deposit (collateral)**   | nil        | charged from user vault collateral.                                                                   |
| **withdraw**               | nil        | charged from user vault collateral.                                                                   |
| **liq. fee**               | variable % | <p>charged from liquidating users vault collateral.<br>\*50% to fxKeeper pools, 50% to protocol. </p> |
| **fxToken** **redemption** |            | charged from user vault collateral.                                                                   |
| **int. rate**              | 0.40%      | added to users fxToken debt.                                                                          |

#### **collateral parameters**

<table data-full-width="true"><thead><tr><th>collateral</th><th>min. C-Ratio</th><th>int. rate</th><th>liq.fee</th><th>liq. c-Ratio</th></tr></thead><tbody><tr><td><strong>ETH</strong></td><td>200%</td><td>0.40%</td><td>12.5%</td><td>160%</td></tr><tr><td><strong>stETH</strong></td><td>200%</td><td>0.40%</td><td>12.5%</td><td>160%</td></tr></tbody></table>

### trade

as is common in the industry, **fees on leveraged trading are calculated on the total value of the position size** (leverage x collateral).&#x20;

#### opening a trade&#x20;

<table data-full-width="true"><thead><tr><th width="176">asset class </th><th>min.leverage</th><th width="157"> max. leverage</th><th width="185">min. collateral (USD)</th><th>min. position size (USD)</th></tr></thead><tbody><tr><td><strong>cryptocurrency</strong></td><td>1.1x</td><td>50x</td><td>$5</td><td>$5.50</td></tr><tr><td><strong>forex</strong></td><td>1.1x</td><td>100x</td><td>$5</td><td>$5.50</td></tr></tbody></table>

#### trade fees

| fee type         | amount                                                                                                                                                                                                          |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **position fee** | <p>ETH,BTC - 0.10%<br>FX - 0.00%</p>                                                                                                                                                                            |
| **spreads**      | <ul><li>ETH, BTC - 0%</li><li>fxAUD - 0.01%</li><li>fxEUR - 0.01%</li><li>fxGBP - 0.01%</li><li>fxCAD - 0.01%</li><li>fxCHF - 0.05%</li><li>fxCNY - 0.10%</li><li>fxJPY - 0.01%</li><li>fxSGD - 0.10%</li></ul> |
| **funding fee**  | asset utilisation \* 0.01% / h                                                                                                                                                                                  |

#### liquidation

all positions which are placed on handle.fi will be liquidated if one of the liquidation triggers are reached. a position will go through the liquidation threshold if either the leverage of the position is above the max. leverage or below the min. collateral.

be aware that your collateral is calculated continuously and is equal to your initial collateral less your losses and fees.

| collateral         | max. leverage | min. collateral |
| ------------------ | ------------- | --------------- |
| **cryptocurrency** | 100x          | $5              |
| **forex**          | 110x          | $5              |

### **convert fees**

| asset pair                                | convert fee |
| ----------------------------------------- | ----------- |
| **fxToken -fxToken, ETH**                 | 0.00%       |
| **same currency stablecoin - fxToken**    | 0.04%       |
| **multicurrency stablecoin(non fxToken)** | 0.10-0.30%  |
| **to any other ERC20**                    | 0.30%       |

{% hint style="warning" %}
initially all fees and system parameters will be set by handle.fi DAO governance. \
\
a move to algorithmically controlled fee and parameter mechanisms is planned to be implemented in future protocol upgrades.
{% endhint %}
