ワンクリックで
flashbots
MEV-Boost middleware for PoS Ethereum — proposer-builder separation, relays, timing games, and Builder API.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
MEV-Boost middleware for PoS Ethereum — proposer-builder separation, relays, timing games, and Builder API.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Go Ethereum (geth) — CLI, JSON-RPC, Clef, abigen, and developer workflows.
Agent-oriented skills for the Anchor framework—Solana program structure, accounts, CPI, IDL, clients, and tooling.
Solana Kit (JavaScript SDK) — RPC, signers, transactions, accounts, codecs, instruction plans, and program clients for agent-driven Solana tooling.
Solana blockchain development — core concepts, clients, RPC, tokens, and payments for agent-driven tooling.
TON Blueprint development environment — project layout, build/test/run, NetworkProvider, config, scripts, wrappers, and deploy/testing practices.
TON Blockchain — addresses, messages, TVM, cells, Blueprint, contracts, payments, API.
| name | flashbots |
| description | MEV-Boost middleware for PoS Ethereum — proposer-builder separation, relays, timing games, and Builder API. |
| metadata | {"author":"hairy","version":"2026.02.24","source":"Generated from https://github.com/flashbots/mev-boost, scripts located at https://github.com/antfu/skills"} |
Skill based on mev-boost (flashbots/mev-boost), generated at 2026-02-24.
MEV-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.
| Topic | Description | Reference |
|---|---|---|
| PBS overview | Roles (validators, relays, builders), block proposal flow | core-pbs-overview |
| Builder API | Endpoints (status, registerValidator, getHeader, getPayload), request flow | core-api |
| Topic | Description | Reference |
|---|---|---|
| Relays and CLI | Relay URLs, network flags, min-bid, relay-check, timeouts, metrics | features-relays-config |
| Timing games | Delaying and repeating getHeader to capture better bids; YAML config | features-timing-games |
| YAML config | Config file path, hot reload, structure, relay list | features-config-yaml |
| Topic | Description | Reference |
|---|---|---|
| Validator and relay | Trust assumptions, relay selection, min-bid, proposer boost, security | best-practices-validator |
| Topic | Description | Reference |
|---|---|---|
| test-cli | Generate validator data, register, getHeader, getPayload for testing | advanced-test-cli |