# Protocol Fees

On most major chains, Fly does not charge any swap fees—users only pay the network gas fee. For long-tail assets and specific asset pairs, we apply a minimal swap fee ranging from **0.01% to 0.03%**, dynamically adjusted based on trading volume, liquidity depth, and other network-specific metrics. This structure allows us to maintain accessibility while reinforcing the protocol’s long-term viability.


---

# 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.fly.trade/developers/protocol-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.
