> For the complete documentation index, see [llms.txt](https://docs.luganodes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luganodes.com/tools/berachain/auto-bgt-boost-tool.md).

# Auto BGT Boost Tool

Luganodes is dedicated to optimizing blockchain operations. For Berachain validators, we've developed Auto BGT Boost, an open-source tool that automates the $BGT boosting process, maximizing rewards and minimizing manual intervention.

Berachain, a high-performance EVM-identical Layer 1, utilizes Proof-of-Liquidity (PoL) to align incentives and enhance liquidity. Validators play a key role in securing the network and earning $BGT rewards based on their boost levels.

Auto BGT Boost offers:

* Automated $BGT Boosting: Sets automatic boost intervals based on user-defined thresholds.
* Web3Signer Integration: Securely signs and broadcasts boost transactions.
* Multi-Validator Support: Manages boosts for multiple validators simultaneously.

To get started:

1. Clone the Repository:

```
git clone https://github.com/Luganodes/auto-bgt-boost.git
cd auto-bgt-boost
```

2. Configure `.env`: Populate with necessary values.
3. Build and Run:

```
make build
make run
```

We encourage community contributions to enhance Auto BGT Boost. By automating critical validator functions, we're supporting Berachain's growth and efficiency.

<br>
