# Fee Structure

| Collateral | Borrow fee | Interest rate | Liquidation fee |
| ---------- | ---------- | ------------- | --------------- |
| WETH       | 0.2%       | 2.5%          | 10%             |

**Definitions**

* The borrow fee is a pro rata fee taken at each borrow event. The fee is added to the outstanding debt and is paid off when the Borrower makes their first repayment.
* The interest rate is the annualized percent your debt will increase each year compounded continuously. Some of the interest paid is returned to the supply pool (90%) while the rest is kept by ARCx.
* The liquidation fee is the discount liquidators get when purchasing collateral flagged for liquidation. The liquidation revenue is split between the liquidator and ARCx according to the *liquidationArcFee*. In the case of self-managed liquidations, 100% of revenue is kept by ARCx. This revenue is then fed back into the supply pool to benefit suppliers.


---

# 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://wiki.arcx.money/application/borrowing/fee-structure.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.
