# Gasless transfers on TON and Solana

Sometimes you want to send tokens but **don't have enough of the network's native coin** to cover fees—**TON** on the TON network, **SOL** on Solana. When **gasless** is available, **MyTonWallet** can still process the transfer: **the fee is deducted from the token you're sending** (or partly from it), so you don't need to top up gas first.

There's no special toggle to flip—the app **picks the mode automatically** when it applies. Just check the **transfer** screen before you confirm; what you see there is what you get.

## On TON

For supported **jettons**, you can send **without any TON on your balance** and have the fee covered by the outgoing token. If you have **some** TON but not quite enough, the remainder can still come from the token—that's **partial** gasless.

Common examples: **USDT (TON)**, **NOT**, **HMSTR**, **DOGS**. Exact support depends on the network; if gasless applies to your transfer, the wallet will show it.

If your TON balance drops **to around 0.3 TON or below**, gasless tends to **kick in automatically** when a route is available.

## On Solana

Same idea: send **USDC**, **USDT**, and **other major ecosystem tokens** **without keeping SOL for fees**, as long as a gasless path exists—**the fee comes out of what you're sending**.

Whether it's available depends on the **asset and route**, so check the transfer screen before confirming.

{% hint style="info" %}
Try a send from [**Transfer**](https://my.tt/transfer/).
{% endhint %}


---

# 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/transfers/what-is-gasless-jettons-how-to-enable-this-feature.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.
