1---2name: flashbots3description: MEV-Boost middleware for PoS Ethereum — proposer-builder separation, relays, timing games, and Builder API.4---56> Skill based on mev-boost (flashbots/mev-boost), generated at 2026-02-24.78MEV-Boost is open-source middleware run by validators to access a competitive block-building market. It implements out-of-protocol proposer-builder separation (PBS): relays aggregate blocks from builders, and MEV-Boost selects the highest bid for the consensus client.910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| PBS overview | Roles (validators, relays, builders), block proposal flow | [core-pbs-overview](references/core-pbs-overview.md) |15| Builder API | Endpoints (status, registerValidator, getHeader, getPayload), request flow | [core-api](references/core-api.md) |1617## Features1819| Topic | Description | Reference |20|-------|-------------|-----------|21| Relays and CLI | Relay URLs, network flags, min-bid, relay-check, timeouts, metrics | [features-relays-config](references/features-relays-config.md) |22| Timing games | Delaying and repeating getHeader to capture better bids; YAML config | [features-timing-games](references/features-timing-games.md) |23| YAML config | Config file path, hot reload, structure, relay list | [features-config-yaml](references/features-config-yaml.md) |2425## Best Practices2627| Topic | Description | Reference |28|-------|-------------|-----------|29| Validator and relay | Trust assumptions, relay selection, min-bid, proposer boost, security | [best-practices-validator](references/best-practices-validator.md) |3031## Advanced3233| Topic | Description | Reference |34|-------|-------------|-----------|35| test-cli | Generate validator data, register, getHeader, getPayload for testing | [advanced-test-cli](references/advanced-test-cli.md) |