> For the complete documentation index, see [llms.txt](https://docs.folks.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.folks.finance/introduction/need-help/fees.md).

# Fees

### Transaction Fees

All of the transactions made on Folks Finance protocol cost about 0,001 ALGO due to Algorand network fees. Each operation is composed of a group of transactions. Below is a summary table with the total cost of each transaction, expressed in ALGO.&#x20;

Note that all one time extra fees are recoverable (some only through [SDK](/developer/official-sdks.md) but will be able to from frontend soon).<br>

| Operation          | Fee                                             | One time extra fee        |
| ------------------ | ----------------------------------------------- | ------------------------- |
| Deposit            | 0.004                                           | 0.25 + 0.1 for each asset |
| Withdraw           | 0.006                                           |                           |
| Move To Collateral | 0.002                                           |                           |
| Create Loan        | 0.002                                           | 0.7285                    |
| Add Collateral     | 0.005                                           | 0.1 for each asset        |
| Reduce Collateral  | 0.006-0.020                                     |                           |
| Borrow             | 0.008-0.022                                     |                           |
| Repay              | 0.010-0.015                                     |                           |
| Flash Loan         | 0.1% of the amount borrowed with the flash loan |                           |
| Folks Router       | 0.1% of the output amount                       |                           |

### Minimum Balance Requirement

It is required to keep an extra 0.1 ALGO in your wallet for each opted-in asset for the minimum balance requirement. If you no longer own the asset then you can opt-out later and you will be able to freely spend the 0.1 ALGO again.


---

# 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.folks.finance/introduction/need-help/fees.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.
