# How to calculate swap costs and fees?

When performing a swap in **MyTonWallet**, the total cost consists of two main components:

## :globe\_with\_meridians: 1. Network Gas Fee

* Required for processing transactions on the blockchain.
* Varies based on network congestion and complexity.
* Automatically calculated based on current network conditions.

## :calling: 2. Service Fee

* Standard rate: 0.875% of the transaction amount.
* Covers the cost of our DEX aggregator service.
* **Reduced fees available** through **MY\*** token staking - [**learn more about staking**](/intro/introduction-to-crypto-and-mytonwallet/what-is-my-token-how-to-get-it.md).

## :eyes: Viewing Fee Details

To see a complete breakdown of your transaction costs:

1. Start a swap transaction
2. Click the **More** button
3. Review the itemized fee details

***

{% hint style="info" %}
Gas fees can fluctuate based on network activity. Consider performing large swaps during periods of lower network congestion for potentially reduced fees.
{% endhint %}

If you want a simple “big picture” explanation of fees across transfers and swaps, start here:

* [Crypto fees explained: what you actually pay](/intro/introduction-to-crypto-and-mytonwallet/crypto-fees-explained.md).

{% hint style="success" %}
Ready to start swapping? Try our [**swap interface**](http://my.tt/swap/?amount=50\&in=tron-tr7nhqjekq\&out=ton-eqcxe6mutq) now 🚀
{% endhint %}

> \***MY** token is not intended for acquisition, use, or distribution by residents of the United Arab Emirates. Users located in the UAE should refrain from any activity involving this token.

***


---

# 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/swaps/how-to-calculate-swap-costs-and-fees.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.
