> For the complete documentation index, see [llms.txt](https://support.ellipal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.ellipal.com/docs/troubleshooting-and-support/why-does-the-app-say-insufficient-balance-when-i-send-erc20-tokens.md).

# Why does the App say “Insufficient balance” when I send ERC20 tokens?

### Understanding Transaction Fees

ERC20 tokens, such as USDT, are built on the Ethereum blockchain. When you send an ERC20 token, the transaction is actually processed as an Ethereum transaction. To complete this transaction, you need to pay a fee in ETH, which is referred to as "gas." Gas is required to cover the computational work that the Ethereum network needs to do to process your transaction.

### Why You See "Insufficient Balance"

The "Insufficient balance" message typically means that, although you have enough of the ERC20 token you want to send (e.g., USDT), you don’t have enough ETH in your wallet to cover the gas fees required for the transaction. Without enough ETH to pay for the gas, the transaction cannot be processed.\
\
In conclusion, to successfully send your ERC20 tokens, ensure that you have enough ETH in your wallet to cover the gas fees.<br>


---

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

```
GET https://support.ellipal.com/docs/troubleshooting-and-support/why-does-the-app-say-insufficient-balance-when-i-send-erc20-tokens.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.
