# How to fix “Insufficient Gas Fee” error?

### Why am I getting an “Insufficient Gas Fee” error?

On Halo Wallet, a “Insufficient Gas Fee” pop-up window shows when you move or swap coins. This indicates that you do not have enough of the native token of your network in your account to pay for gas fee.

\
Gas fee is often needed for every transaction, including token and contract transactions. This can be compared to a transaction fee. The amount of computational work needed to handle transactions and smart contracts is measured in gas.

<figure><img src="https://lh7-us.googleusercontent.com/F3GMf3uNTOHSblHvwNkgzIDoL9tX37jzkdeur4kP-MuvCbPMzn12Lw8B46IHD6yhQgBVzq4lGw1RjAb8k6oITRvCOUU4B_aLcZcnj85bP3qBgzX3GEbLoYmngViFJk7280MIFFdWGkwxsgj81Tsbsw" alt=""><figcaption></figcaption></figure>

The term refers to the fluctuating, occasionally expensive cost of operating, similar to the petrol that fuels an automobile engine. Similar to how a bigger, more potent car uses more gas to run, more complicated smart contracts need more gas to power their calculations.

<figure><img src="https://lh7-us.googleusercontent.com/PgcvlJJXNE1PDfeA3ygptCfIVA3EPhTd1RK4_7qLV3ff9jhbtxpT13Dg0XnR9M8UrW2KOeaGog2rwFuoSwCuxiR2hAILo9nyMjV2Hbf4dgL1tWMsdn2wQvV-X14kP5c58qrCvcKwmD2fQYYhENCLKw" alt=""><figcaption></figcaption></figure>

Some examples of native tokens are shown in above image.

* Ether (Ethereum mainnet, plus layer 2 networks such as Arbitrum or Optimism),
* BNB (for BNB Chain, formerly BSC)
* MATIC (Polygon),
* KCS (KCC),
* FTM (Fantom),
* AVAX (Avalanche C-chain).

### What can I do to fix it?

This can be fixed by transferring some of the required native token to that account so that the transaction can be completed.

If you need to purchase native tokens to have enough funds to complete a transaction, you can either transfer the token from an exchange like KuCoin to your wallet or use the bridge feature on a decentralized exchange (DEX) to trade other tokens for the native token you want.


---

# 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://halo-1.gitbook.io/halo-wallet/faq/gas-fee-faq/how-to-fix-insufficient-gas-fee-error.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.
