# 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>


---

# 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.luganodes.com/tools/berachain/auto-bgt-boost-tool.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.
