> 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>

Every trade on Moonshot has a small fee attached, split into two parts:

* **Moonshot fee:** What we charge to run the platform and keep building new features.
* **Crypto fee:** Covers the cost of processing your trade on the blockchain, plus the cost of routing your order to get you the best available price. This goes to the network and other third parties, not to Moonshot.

There's also price impact, which isn't a fee. It's how much your own trade might move the price, given your order size relative to available liquidity. Larger trades on smaller coins tend to have more price impact.

You'll see an exact breakdown of these before confirming a trade.

#### 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. You'll still pay the network fee: we cover dynamic gas and priority fees on your behalf so 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.
