# Increasing Gas Fees

In games where the prize pool becomes significant enough, some participants may engage in what is known as a "Blockstuffing" attack. This is when many transactions are made which fill multiple blocks, and stop others from including transactions in the chain within a certain period of time.

This can be addressed by increasing the gas fees paid when making a transaction, in order to guarantee inclusion in a block even if an attacker is attempting to fill it with their own spam transactions.

In the final minutes of a game, the Yeet modal that appears will look like this in order to warn users:

<figure><img src="/files/qVSCGbhtUQkBxTTN9fTc" alt="" width="188"><figcaption><p>This is what the warning looks like</p></figcaption></figure>

It is recommended to try make a transaction normally, and if it fails, to increase gas fee to the recommended amount.

Here are tutorials on how to increase your gas fees:

{% content-ref url="/pages/XnNtsIaLbGvp8tbPPqRA" %}
[Metamask Tutorial](/yeet/yeetarded-products/yeet-bonzi/increasing-gas-fees/metamask-tutorial.md)
{% endcontent-ref %}

{% content-ref url="/pages/7A89sgekzLOnLQFtd4KH" %}
[Rabby Tutorial](/yeet/yeetarded-products/yeet-bonzi/increasing-gas-fees/rabby-tutorial.md)
{% endcontent-ref %}


---

# 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.yeetit.xyz/yeet/yeetarded-products/yeet-bonzi/increasing-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.
