# Why can't I withdraw tokens to other wallets?

You cannot send tokens such as USDT if you don't have enough of the blockchain's native token to pay the gas fee. Every transaction on a blockchain, including USDT transfers, requires a gas fee paid in that chain's native token, not in USDT itself.

### Understanding Token blockchain standards

Tokens like USDT (Tether) may exist on multiple blockchains, each with its own gas fee token. The two most common standards are:

* USDT ERC20 is issued on the Ethereum blockchain. To send USDT ERC20, you must hold ETH (Ethereum) in the same wallet to cover the gas fee.
* USDT TRC20 is issued on the Tron blockchain. To send USDT TRC20, you must hold TRX (Tron) in the same wallet to cover the gas fee.

The same rule applies to any token: you always need the native token of that token's blockchain to pay the gas fee.

### Which native token does each blockchain require?

* Ethereum (ERC20 tokens) → ETH&#x20;
* Tron (TRC20 tokens) → TRX&#x20;
* Solana (SOL and SPL tokens) → SOL&#x20;
* BNB Smart Chain (BEP20 tokens) → BNB&#x20;
* Base (ERC20 Base tokens) → ETH BASE

USDT is available on various blockchains. The most common standards are USDT-ERC20 and USDT-TRC20.

### What is a gas fee?

A gas fee is the fee required by a blockchain to process and confirm a transaction. On Coin98 Super Wallet, the gas fee displayed before you send is an estimate, the actual fee may be higher depending on real-time network conditions. If your native token balance is too close to the estimated fee, the transaction may still fail. Always keep a buffer above the estimated amount.

Learn more: What is a gas fee? →[ https://coin98.net/what-is-gas-fee](https://coin98.net/what-is-gas-fee)

### FAQs

#### Why does Coin98 Super Wallet show a gas fee error when I try to send USDT?&#x20;

This usually means your wallet doesn't have enough of the blockchain's native token (e.g., ETH for USDT ERC20, or TRX for  USDT TRC20) to pay the gas fee. Deposit the native token and try again.

#### Can I pay the gas fee using USDT?&#x20;

No. Gas fees must be paid in the native token of the blockchain on which the transaction runs. You cannot use USDT itself to cover gas.

#### Why is the gas fee on Coin98 Super Wallet an estimate?&#x20;

Gas fees fluctuate in real time based on network congestion. The fee shown in Coin98 Super Wallet is calculated at the moment you initiate the transaction, but the actual fee charged by the network may differ. Always maintain a small buffer above the displayed estimate.

#### What happens if I don't have enough native tokens for the gas fee?&#x20;

The transaction will fail and will not go through. Your token balance will remain unchanged, but you may lose a small amount of native token if the transaction was partially broadcast. Make sure your native token balance exceeds the estimated gas fee before sending.

#### How do I know which native token I need for my USDT transfer?&#x20;

Check which blockchain your token is on ERC20 (Ethereum), TRC20 (Tron), BEP20 (BNB Smart Chain), etc. Then, ensure you hold the corresponding native token: ETH, TRX, or BNB, respectively.


---

# 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://docs.coin98.com/products/coin98-super-wallet/mobile/asset-management/faqs/why-cant-i-send-usdt-to-other-wallets.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.
