> For the complete documentation index, see [llms.txt](https://www.digitalnations.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.digitalnations.xyz/web3-overview/the-web3-ecosystem/defi/the-dark-side-of-defi/high-fees.md).

# High Fees

“Gas” refers to the fee required to execute a transaction on the Ethereum network.  Whether you want to transfer a token, loan your assets on Ethereum or mint an NFT, you must pay gas to incentive the miners to approve your transaction and include it on the blockchain.&#x20;

Because space on the Ethereum network is limited – it can only execute around 15 transactions per second – priority is determined by an auction process.  This means that gas can get very expensive when the network is busy.

Unfortunately, lately the Ethereum network is always busy, so average gas fees have ballooned across the board.

<figure><img src="/files/tGhDGUrFjJc4FXgT12vR" alt=""><figcaption><p>Source:  <a href="https://dune.xyz/kroeger0x/gas-prices">Dune Analytics by Alex Kroeger</a>. Note:  These figures were from late 2021 and have dropped substantially in Q12022</p></figcaption></figure>

Keep in mind these are average fees – in times of extreme congestion it’s not uncommon to pay $500+ to perform a complicated action such as mint an NFT.

Unlike in traditional finance, transaction fees are independent of the transaction amount (i.e. it costs the same to send $1 or $1 million), so while this may not effect high-dollar users, it’s effectively crowding the average consumer out of the market.&#x20;

These high fees have spawned the creation of many alternative blockchains – such as Avalanche, Solana, Cardano, Polkadot, Binance Smart Chain and Terra – that offer significantly lower feeds and transaction times.  For this reason, they are often known as “Ethereum Killers”.


---

# 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://www.digitalnations.xyz/web3-overview/the-web3-ecosystem/defi/the-dark-side-of-defi/high-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.
