# Refill BTC for Gas Fees

Executing Synchronizer and Validator actions requires paying gas fees in exSat. These gas fees are deducted from the Synchronizer/Validator account. When the balance is low, you will need to recharge with more BTC as gas fee.

## Check BTC balance for gas fee

You have two ways to check your gas fee balance:

1. Via the web page
2. Using the Client

### 1. Check BTC balance for gas fee via web page

To check the BTC balance for gas fees associated with your Validator account, connect using your **Stake Address** on [this page](https://portal.exsat.network/). If you manage multiple Validators, you can switch between accounts by clicking the 'Switch' button.

<figure><img src="/files/od8Anp2VIti7TeK7frej" alt="" width="280"><figcaption></figcaption></figure>

### 2. Check BTC balance for gas fee via Client

If you're running from source code, please execute "yarn start-commander" to run the client.&#x20;

```
yarn start-commander
```

If you're running with Docker, please use the following commands to run it in interactive mode (assume the container name is commander)

```
docker rm commander
docker run -it --name commander -v $HOME/.exsat/:/app/.exsat -e CLIENT_TYPE=commander exsatnetwork/exsat-client:latest
```

Simply select your role as Synchronizer or Validator to view the details of your account, such as:

<figure><img src="/files/qjcW2rN50aOLPLdeXRao" alt=""><figcaption></figcaption></figure>

## Refill BTC for gas fees

#### Refill BTC by Stake Address

Typically, you can use [this page](https://portal.exsat.network/) to connect your **Stake Address** and top up the gas fee for your Validator Account by clicking on "Recharge" button. If you have multiple Validators, you can switch between them using the "**Switch**" button to top up the gas fee for each one.

<figure><img src="/files/5LEfDK3Zc1Nwp6O6ENsc" alt="" width="279"><figcaption></figcaption></figure>

#### Refill BTC by any EVM address

If you prefer to connect to a different EVM address to top up the gas fee for your Validator, please use this webpage to complete the process.

<figure><img src="/files/FzQU306ylGezLd7JkqfV" alt="" width="288"><figcaption></figcaption></figure>


---

# 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.exsat.network/guides-of-data-consensus/others/operation-references/common-operations/refill-btc-for-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.
