> For the complete documentation index, see [llms.txt](https://docs.luxy.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luxy.io/help-center/luxy-marketplace/key-concepts/gas-and-fees.md).

# Gas Price

"Gas" refers to the fee you pay the blockchain network for executing and storing your transactions on the blockchain. This incentivizes participants in the decentralized network to continue supporting your ability to use it!

The blockchain protocol requires that you pay a fee in order for your transaction to be accepted onto the blockchain. The fee amount will vary depending on the number of transactions being handled by the network at that moment. This is based on supply and demand for network resources; more traffic means a higher fee. MetaMask automatically calculates the fee amount you will need to pay in order to get your transaction through. \
\
In some cases, you might wish to manually adjust the gas fee. Reasons might include the following:&#x20;

* You want your transaction to be processed at a different priority (slower or faster than normal)
* Your wallet isn't updating the gas price

![](/files/-MlLu3WQwAj7gcDIbaa8)

If you want to adjust the gas price manually, click `EDIT`. When manually adjusting the gas price, it is recommended that you use a gas tracker to check the current price. It will help you decide what price to set based on an estimate.

Polygon: <https://polygonscan.com/gastracker>

![Gas price and estimate time for transaction to be processed](/files/-MlLml9LCHZ9QPvZ4QQv)

{% hint style="warning" %}
If you input a gas price that is too low, your transaction might not go through or it might take a long time!
{% endhint %}

![](/files/-MlLnF-n9-xbtbzO6Ssx)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.luxy.io/help-center/luxy-marketplace/key-concepts/gas-and-fees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
