# MEV Boost

{% hint style="info" %}
For a primer on MEV in general, please see the [official Ethereum documentation](https://ethereum.org/en/developers/docs/mev/).
{% endhint %}

To maximize earnings, node operators generally should use external APIs for block building rather than building blocks locally. Hyperdrive includes Flashbots' [MEV Boost](https://github.com/flashbots/mev-boost) to enable this feature automatically for operators.

Although NodeSet highly recommends the usage of at least one relay (and ideally, multiple), the choice of which MEV relay(s) to utilize (or whether to utilize them at all) is entirely up to the operator, as NodeSet has no way to enforce this.&#x20;

Hyperdrive includes some relays built-in, but users may also add custom relays using the [configuration TUI](/node-operators/hyperdrive/configuration.md). For a full list of existing MEV relays, their URLs, and their properties, see [the ETHStaker documentation](https://github.com/eth-educators/ethstaker-guides/blob/main/MEV-relay-list.md).

<figure><img src="/files/AgITCV7EYOehyeC4tD64" alt=""><figcaption><p>Hyperdrive's MEV-Boost Settings Menu</p></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.nodeset.io/node-operators/best-practices/mev-boost.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.
