# Get Native Token for Gas

To execute most things on the blockchain network, you will need to pay  gas fee.

Gas fees are payments made by users to compensate for the computational energy required to process and validate transactions on the blockchain. These fees are paid in different token based on the blockchain network and are typically denominated in gwei, where 1 gwei equals 0.000000001 ETH.

The total gas fee for a transaction is determined by two main factors:

1. **Gas Limit**: This represents the maximum amount of computational work the user is authorizing for the transaction.
2. **Gas Price**: This is the amount the user is willing to pay per unit of gas, often measured in gwei.

The total transaction fee is calculated by multiplying the gas limit by the gas price.

Gas fees can fluctuate based on network demand. During periods of high activity, fees tend to increase due to limited network capacity. Conversely, when the network is less congested, gas fees generally decrease.&#x20;

Since Nusa support multi-chain features, make sure you have the right token available for gas fee based on the network you are going to use in Nusa.

| Network            | Gas Fee        |
| ------------------ | -------------- |
| Ethereum           | ETH            |
| Arbitrum One       | ETH (Arbitrum) |
| Base               | ETH (Base)     |
| Binance Smartchain | BNB            |
| Polygon            | MATIC          |
| Avalanche          | AVAX           |
| Solana             | SOL            |

You can buy native tokens from a centralized exchange (CEX) like Indodax.\
Here are some helpful guides:

* [How to Buy and Sell Digital Assets](https://help.indodax.com/hc/id/articles/4416647823641)
* [How to Withdraw Digital Assets to Personal Wallet](https://help.indodax.com/hc/id/articles/4416502645785)


---

# 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.nusa.io/about/get-started/get-native-token-for-gas.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.
