/agent/
Human-readable explanation of the contract: what this product is, what agents should read first, and how the lifecycle story is organized.
Agent Mode
Agent Mode exposes canonical, low-noise context so AI systems do not have to infer meaning from decorative HTML. This site publishes a human overview, a JSON manifest with lifecycle steps and public API paths, and an LLM router.
Human-readable explanation of the contract: what this product is, what agents should read first, and how the lifecycle story is organized.
Structured context: site metadata, six lifecycle steps, demos, public API map, topics, and canonical links in one stable JSON surface.
A compact router for language models. It points agents at the important pages, steps, and probes before they fall into layout noise.
Educational explorer that makes Ethereum's post-click transaction pipeline legible: wallet send, mempool, builders/searchers, relays, proposers, finality, and MEV.
What actually happens after Send?Wallet broadcast → mempool fee pressure → builders/searchers → MEV-Boost relays → proposer selection → Casper FFG finality, with optional MEV detection.
Your wallet creates a signed transaction and submits it to Ethereum peers. At this point the transaction is validly formed, but it is not included in a block yet.
Open step surfacePending transactions sit in node-level mempools while validators, builders, and users compete for scarce blockspace. Higher fees can improve priority, but ordering is not first-come, first-served.
Open step surfaceSearchers and builders assemble candidate blocks. They optimize transaction ordering, bundle opportunities, and bid for the right to have a payload selected.
Open step surfaceRelays sit between builders and validators in proposer-builder separation. They forward eligible payloads and expose bidtrace data for delivered blocks.
Open step surfaceA selected validator proposes one block for the slot. Once the block is published, included transactions move from pending intent to chain history.
Open step surfaceFinality checkpoints show when the chain has enough validator agreement that rewriting history becomes economically unrealistic under normal assumptions.
Open step surfaceThe UI still renders without the Go backend. Live mempool, MEV, tracker, and readiness probes require the public tunnel and backend process.
Composite health of execution, beacon, and relay dependencies
Process liveness probe
Readiness probe for live data path
Pending mempool snapshot (counts, gas, sample txs)
Builder/searcher payloads observed by relays
Relay-delivered payloads and builder payments
Recent consensus headers with optional payment enrichment
Justified and finalized Casper FFG checkpoints
Aggregated multi-source lifecycle snapshot
Heuristic MEV scan (sandwich, arb, liquidation, JIT signals)
Track a transaction hash (or latest) through inclusion status
Block lookup helper used by tracking and MEV views
For the full structured payload, fetch /agent.json. Use /llms.txt as a compact router before scraping decorative HTML.