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

# Fees

### Buys and sells <a href="#h_213688b393" id="h_213688b393"></a>

Moonshot takes a fee on each trade on our platform to cover administrative costs and provide a smooth experience. The fee can be broken down into the following parts:

1. Network fees: We cover dynamic gas and priority fees on your behalf to ensure that the network prioritizes your order and fills it within seconds. Buying a coin for the first time via blockchains with a "rent" model, such as Solana, will incur an additional one-time network fee.
2. Administrative fees: We charge a fee based on the size of your trade to cover the platform's infrastructure and growth costs.

#### Tiers <a href="#h_c50a6a0c0a" id="h_c50a6a0c0a"></a>

Fees are tiered based on the size of your trades with certain minimums.

| Trade size | Fee                         |
| ---------- | --------------------------- |
| $2-$100    | 2.5% with a \~$0.99 minimum |
| $100+      | 1%                          |

{% hint style="info" %}
By default, trades have a dynamic slippage tolerance of up to 5% to account for price volatility. This means that when placing a trade to buy $100 of a coin, you may receive $95-$105. You can manually change your slippage tolerance by clicking the settings icon at the top left of the buy/sell modal.
{% endhint %}

### Deposits and withdrawals <a href="#h_b36cf800de" id="h_b36cf800de"></a>

Our partner, MoonPay, Inc., charges a fee on each deposit and withdrawal, which varies depending on your payment method. For a complete breakdown, please see their [Fee Documentation](https://support.moonpay.com/customers/docs/all-supported-payment-methods#what-are-the-fees-with-moonpay).

### Sends <a href="#h_499dd62cf1" id="h_499dd62cf1"></a>

Moonshot does not take an administrative fee for sends. The fee can be broken down into the following parts:

1. Network fees: We pay dynamic gas and priority fees on your behalf to ensure that the network prioritizes your transaction and confirms it within a few seconds. Sending coins to new users via blockchains with "rent" features, such as Solana, will incur an additional one-time network fee.


---

# 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://support.moonshot.com/trade/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.
