# 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="https://3042747009-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDUBtTPZKYj40o0zqoC8%2Fuploads%2FIbIk19kM49srHowIhscH%2Fimage.png?alt=media&#x26;token=09ffe7a6-a475-49a5-80e5-b9516cdb35c6" 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="https://3042747009-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDUBtTPZKYj40o0zqoC8%2Fuploads%2FSayoPebVG2zNzqYxF25i%2Fimage.png?alt=media&#x26;token=d8575d37-7f95-4448-bef9-9958d7ef3453" 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="https://3042747009-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDUBtTPZKYj40o0zqoC8%2Fuploads%2FF4Q7RNtRgs1llnAgF0PI%2Fimage.png?alt=media&#x26;token=8ccaff38-b7cc-4675-9bdb-bfff7cef74ad" 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="https://3042747009-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDUBtTPZKYj40o0zqoC8%2Fuploads%2F2uU8HYG3okyAYKClknRR%2Fimage.png?alt=media&#x26;token=cbe8432f-b6f1-4336-85b2-1551d620dba6" alt="" width="288"><figcaption></figcaption></figure>
