# Set Gas Price

This document shows you how to set the priority price and base price for B² transactions in wallet. These prices determine how much you are willing to pay for your transaction to be included in the next block (Priority Gas Price) and how much you are willing to pay for the gas used by your transaction. Setting these prices correctly can help you save money and avoid delays.

To set the priority price and base price, follow these steps:

Metamask:

1. Open your metamask wallet and click on the B² Mainnet at the top right corner.
2. Click on the send button and enter the recipient address and the amount of BTC you want to send.
3. Before you confirm your transaction, click on the Estimated fee edit button (blue button) next to Edit gas fee page, and then click on the Advanced to the gas fee section.

![set-gas-price-01](https://quicknode.quicknode-ipfs.com/ipfs/QmfPdcszGgtkSC5DVW1Gu5cXHp2uuHFv5fKJjspPvNjh2t)

![set-gas-price-02](https://quicknode.quicknode-ipfs.com/ipfs/QmV97FWpSi7U7DLFaxLmU9hEFPLNAaiWKZk1fZr7B9NxUR)

4. You will see two sliders: one for the Max base fee (Gwei) price and one for the Priority Fee (Gwei). The priority price is the amount of BTC you are willing to pay per unit of gas for your transaction to be included in the next block. The base price is the amount of BTC you are willing to pay per unit of gas for the gas used by your transaction. The total gas fee is the sum of these two prices multiplied by the gas consumed. The base fee for BTC transactions is dynamic and depends on the demand for block space. The priority fee, which is paid to the sequencer who includes the transaction in a block, can also be as low as 0.0011 gwei. However, these fees may vary depending on the network congestion and the urgency of the transaction.

![set-gas-price-03](https://quicknode.quicknode-ipfs.com/ipfs/QmQe6spWbyRXAZwwqJrLAuzrJkoRK4YkpND8ytfjLK2mUf)

5. You can adjust the sliders according to your preferences. The higher the priority price, the faster your transaction will be confirmed, but the more expensive it will be. The lower the base price, the cheaper your transaction will be, but the more likely it will fail if the gas limit is too low.
6. Once you are satisfied with your settings, click on save and then confirm your transaction.


---

# 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.bsquared.network/for-users/set_gas_price.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.
