# What are gas fees?

### What is gas fee?

Gas Fee is a type of transaction fee that you have to pay for the network to execute a transaction.

If you want to run 10km, you need to fill 0.5 liters of gasoline costing 9000 VND. Similarly, in blockchain and crypto, if you want to transfer 1000 ETH to another wallet on the Ethereum network, you need gas to conduct the transaction ⇒ This gas will be converted into ETH for you to pay.

### **Gas Fees on Blockchains**

You will pay the Gas Fee with the coins of the blockchain you are transacting on. This means that depending on different blockchain platforms, Gas fees are also calculated in different units.

For example:

* BNB for transactions on BNB Smart Chain,
* SOL for transactions on Solana,
* MATIC for transactions on Polygon, etc.

{% hint style="info" %}
This fee is charged by the blockchains, not Dagora. Dagora does not control gas fees nor profit from them.
{% endhint %}

### When are gas fees needed on Dagora?

You will pay gas fees when:

* Buying an NFT
* Transfer an NFT
* Making/Accepting an offer
* Register for a launchpad/hot drop
* Mint an NFT from a launchpad/hot drop
* Canceling an NFT listing
* Placing/Canceling a bid
* Creating an NFT/Bundle/Auction


---

# 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.dagora.xyz/beginners-guide/faqs/what-are-gas-fees.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.
