# Gas Fee

While using Boost, most user actions are typically free from gas fees. However, there are specific situations where gas fees may come into play. These instances include claiming NFT rewards from projects or withdrawing rewards/assets within the platform.

The cost of gas fees is influenced by various factors, such as network congestion, gas prices, transaction complexity, and transaction priority. Users have the flexibility to select an appropriate gas price based on the current network conditions to ensure the timely processing of their transactions. It's crucial to strike a balance between transaction speed and cost when choosing a gas price, as excessively high gas prices can lead to unnecessary expenses


---

# 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://boostdocs.poolz.finance/gas-fee.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.
