# Fees

## Swapping

A fee of 0.3% is added to all swaps.&#x20;

* 5/6ths of this fee (0.25%) is paid to Poolers
* 1/6th of this fee (0.05%) is paid to the protocol (Tinyman Treasury)

Algorand transaction fees: 4 \* min fee = 0.004 Algo

## Minting & Burning (Adding & Removing Liquidity)

There are no extra fees charged by Tinyman for Minting or Burning.

Algorand transaction fees: 5 \* min fee = 0.005 Algo

## Redeeming

There are no extra fees charged by Tinyman for Reedeming.

Algorand transaction fees: 3 \* min fee = 0.003 Algo

## Pool Creation

There are no extra fees charged by Tinyman for Pool Creation.

There are additional Algo costs to cover the minimum balance required for the Pool account:\
ASA-ASA Pool: 0.956 Algo\
ASA-Algo Pool: 0.856 Algo

Algorand transaction fees: \
ASA-ASA Pool: 5 \* min fee = 0.005 Algo\
ASA-Algo Pool: 4 \* min fee = 0.004 Algo

**Total costs for Pool Creation:**\
ASA-ASA Pool: 0.961 Algo\
ASA-Algo Pool: 0.86 Algo<br>


---

# 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.tinyman.org/tinyman-v1/fees.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.
