> For the complete documentation index, see [llms.txt](https://docs.midasmarkets.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.midasmarkets.xyz/reference/fees.md).

# Fees

What you pay comes from three places: the network, the venue that executes your trade, and Midas. Only the last one is ours.

The short version: **0.50% on swaps, 0.05% on perp trades.**

## What Midas charges

* **Solana swaps** (Jupiter) — **0.50%** of the trade.
* **Cross-chain and EVM swaps** (Relay) — **0.50%** of the trade.
* **Hyperliquid perps** — **0.05%** of the fill.

Internal funding transfers — moving USDC onto Hyperliquid to cover margin, for instance — generally carry no Midas fee.

## What the network and venue charge

* **Solana** — network fees, usually under a cent. A first-time buy of a token also pays a small one-time account cost.
* **EVM and cross-chain** — gas on each chain the route touches, plus bridge costs.
* **Hyperliquid** — the venue's own trading fees, and funding payments while a position is open.

Slippage and price impact are not fees, but they change the price you actually get. See [Trading on Midas](https://github.com/stsssol/stss/tree/main/docs/trading/README.md).

## Examples

Midas fee only — not gas, venue fees or slippage.

* A $1,000 swap → **$5.00**.
* A $10,000 perp fill → **$5.00**.

Part of that fee comes back to you: see [Cashback](https://github.com/stsssol/stss/tree/main/docs/cashback/README.md), or [Referrals](https://github.com/stsssol/stss/tree/main/docs/referrals/README.md) if someone signed up through your link.


---

# 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.midasmarkets.xyz/reference/fees.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.
