> For the complete documentation index, see [llms.txt](https://docs.akronswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akronswap.com/introduction/trader-competitive-prices-for-small-swaps.md).

# Trader: Competitive prices for small swaps

**Because Akronswap has very low dynamic swap fee for a small swap sizes, it offers better prices to traders.**

For example, if Akronswap pool has $2 million in liquidity, then Akronswap offers better prices for swap sizes up to $1500 compared to a CPMMv2 that has a TVL of $80 million, 40x larger. As TVL grows, Akronswap will have better prices on larger trades because CPMMv2 collects a fixed fee of 0.25% to 0.3% whereas Akronswap collects a dynamics swap fee that can be much lower. Similarly, $10M TVL would correspond to better prices on trades up to $7500.&#x20;

Considering the median non-arbitrage swap size is between $1000 and $2000, Akronswap can offer better prices for most non-arbitrage swaps if TVL reaches a certain threshold.

👉 **See** [**Simulator**](https://docs.google.com/spreadsheets/d/1d-Vfo7QJwB5lXl2D9ukw2syghz7gxu2KYFWvPnnPTbo/edit?usp=sharing) **to compare swap costs on Akronswap vs CPMMv2 for different swap sizes and pool liquidities.**


---

# 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.akronswap.com/introduction/trader-competitive-prices-for-small-swaps.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.
