> For the complete documentation index, see [llms.txt](https://docs.vortexfinance.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vortexfinance.co/hosted-app/fee-structure.md).

# Fee structure

Every transaction processed through Vortex includes a transparent fee breakdown across three components — **Vortex Fee**, **Network Fee**, and an optional **Partner Fee**.

* The **Vortex Fee** covers core infrastructure.
* The **Network Fee** reflects on-chain transaction costs and may vary with network congestion.
* The **Partner Fee** is an optional markup that integration partners can apply within their own app.

<table><thead><tr><th width="119.53515625">Fee / Cost</th><th>Paid To</th><th>Refers To</th><th>Cost Varies Based On</th></tr></thead><tbody><tr><td>✅ <strong>Vortex Fee</strong></td><td>Vortex Ecosystem</td><td>Mid-market FX + infrastructure fee (UX, KYC, payout, etc.)</td><td>Fixed % — consistent across supported rails</td></tr><tr><td>🔗 <strong>Network Fee</strong></td><td>Blockchain validators</td><td>Cost of a single transaction (flat, not %)</td><td>Depends on network usage — may spike during congestion</td></tr><tr><td>🧩 <strong>Partner Fee (optional)</strong></td><td>Integration partner (you)</td><td>Optional markup when processing crypto inside your app</td><td>Optional — only applied by some partners</td></tr></tbody></table>

<br>

<br>


---

# 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.vortexfinance.co/hosted-app/fee-structure.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.
