# Swap Fees

Swap fees are imposed by the **Native Swap Engine** and are calculated in basis points (bps) of the input token. These fees are included in both the returned orderbooks and firm quotes.

### Integration Partners

We collaborate with partners such as aggregators, wallets, and other taker/flow sources to establish customized fee rates based on individual requests and requirements.&#x20;

Typically, we set the swap fee to 0 or minimum to maintain a competitive offering in the market.

### Retail

For retail users swapping via Native UI, **Native Swap Engine** is utilizing the swap widget to collect a fixed 85bps swap fee.


---

# 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.native.org/native-dev/concepts/swap-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.
