> 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/rewards-and-referrals/fees.md).

# Fees

Midas separates network fees, third-party venue fees, and Midas platform fees. Platform fees are also the basis for referral commission and cashback where eligible.

## Midas platform fees

Platform fees are the Midas-controlled fee component. They are separate from chain gas, protocol fees, slippage, spread, funding, or venue-native fees.

* Jupiter / Solana swaps: default 50 bps = 0.50% of swap notional when platform-fee collection is enabled and the fee account is available.
* Relay / cross-chain swaps: configured Relay app fee; current production configuration is 50 bps = 0.50% of route notional.
* Hyperliquid perps: builder fee of 50 tenths-of-a-basis-point = 5 bps = 0.05% of fill notional (lowered from 10 bps).
* Hyperliquid spot, through the same builder configuration: 250 tenths-of-a-basis-point = 25 bps = 0.25%.
* Funding-only Hyperliquid deposits and some internal funding swaps may skip Midas app fees.

## Network and venue fees

A route may include fees or costs not controlled by Midas. These depend on the chain, venue, route, and current market conditions.

* Solana: priority fees, rent-exempt constraints, account creation costs, and network congestion can affect the final transaction cost.
* EVM and Relay: source-chain gas, destination execution, bridge costs, and route-specific fees may apply.
* Hyperliquid: Hyperliquid protocol trading fees, funding payments, spread, liquidation mechanics, and builder fees can affect P\&L.
* Slippage and price impact are not fees, but they can change the effective execution price and should be reviewed before confirming.

## Examples

These examples show only the Midas platform fee component. They do not include network gas, protocol fees, slippage, price impact, spread, or funding.

* A $1,000 Jupiter swap at 50 bps has a $5.00 Midas platform fee component when fee collection is enabled.
* A $1,000 Relay cross-chain swap at 50 bps has a $5.00 Midas platform fee component.
* A $10,000 Hyperliquid perp fill at 10 bps has a $10.00 Midas builder fee component.
* At Bronze cashback, a $10.00 eligible Midas fee can produce $1.50 pending cashback; at Platinum it can produce $3.00.
* At Gold referral tier, a $10.00 eligible Midas fee from a referred user can produce $3.00 referral commission.

{% hint style="info" %}
**Confirmation card is source of truth**

Review the confirmation card before executing. It is the best place to inspect route, source chain, destination, amount, estimates, and known fee components for that specific action.
{% endhint %}


---

# 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/rewards-and-referrals/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.
