> For the complete documentation index, see [llms.txt](https://docs.mytonswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mytonswap.com/trading-bot/gasless.md).

# Gasless

<figure><img src="/files/l7l3dhqOfqN1OrBgFlBj" alt=""><figcaption></figcaption></figure>

**How It Works:** Gas fees are an essential part of blockchain transactions, typically requiring users to hold a certain amount of the native cryptocurrency, TON, to process a token sale. However, with the gasless feature in MyTonSwap Trading Bot, users can sell their jettons without worrying about gas fees. By leveraging the unique power of Wallet Version 5, we’ve designed the bot to handle transactions without requiring the user to have TON in their wallet.

**Enabling Gasless Trading:** To use this feature:

1. When selling your tokens through the bot, simply toggle the "Gasless" option.
2. Once enabled, the transaction will proceed without needing TON for gas. This allows for seamless and uninterrupted trading even if your wallet doesn't contain any TON tokens.

**Compatibility:** Gasless trading is *exclusively available* for users utilizing Wallet Version 5 (W5). All in-bot wallets created for users automatically support this feature, meaning users don’t need to manually configure anything to access gasless trading.


---

# 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.mytonswap.com/trading-bot/gasless.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.
