# Crypto fees explained: what you actually pay

If you’ve ever asked “Why is the fee different this time?”, you’re not alone. In crypto, “fees” can mean a few different things. Once you know which fee is which, it becomes much easier to predict the final cost before you confirm.

## The main fee: network fee (gas)

The **network fee** is what you pay to the blockchain network to process your transaction. It’s not paid to MyTonWallet or the recipient. It goes to the network mechanism that includes your transaction in the blockchain.

Network fees can change because:

* The network load changes over time.
* Some transactions are more complex than others.
* You may need a “priority” level to get processed faster.

## Priority fees: paying for speed (when applicable)

Some networks let you pay a bit more to confirm faster during congestion. That extra cost is still part of the network fee. You’re not “overpaying”, you’re paying for speed when the network is busy.

## Swap fees: network fees plus swap costs

A swap usually includes more than one cost:

* The network fee to execute the swap transaction.
* A swap service cost (if the route uses pools, aggregators, or multiple steps).
* A price-related cost like slippage or price impact.

## Service fees: when a platform charges extra

Sometimes you pay an additional fee because a service adds its own charge on top of the network fee. For example, an exchange, on-ramp, or merchant can include a service fee as part of their flow.

## A simple way to estimate the total

Before confirming, try to separate the final cost into “buckets”.

* Network fee.
* Swap or service fee (if you’re swapping or using a third-party flow).
* The amount you’re sending.

## Quick checklist before you confirm

* Confirm you are using the correct network (TON, TRON, Solana).
* Review the fee shown in the confirmation screen.
* If you are swapping, review the swap details and expected output.
* If you are paying a service, check whether they add a service fee.

## Related articles

* [What are blockchain transaction fees? Features of TON and TRON](/intro/introduction-to-crypto-and-mytonwallet/what-are-blockchain-transaction-fees-features-of-ton-and-tron.md).
* [What is a swap? How does it work?](/intro/swaps/what-is-a-swap-how-does-it-work.md).
* [How to calculate swap costs and fees?](/intro/swaps/how-to-calculate-swap-costs-and-fees.md).
* [How to make a transfer?](/intro/transfers/how-to-make-a-transfer.md).


---

# 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://help.mytonwallet.io/intro/introduction-to-crypto-and-mytonwallet/crypto-fees-explained.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.
