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