Reference for Agents on Base
BaseHub
Append .md to any doc URL for raw Markdown. The endpoints below are agent-targeted feeds.
/llms.txt— page index/llms-full.txt— full corpus/api/pages.json— JSON manifest- MCP server — tool-call access
/feeds/blog.xml— eng blog mirror/feeds/status.xml— network status mirror/changelog.md— changelog feed
What's new
Full changelog-
The maxperf build profile is gone
Base removed maxperf from the workspace, leaving release as the single production profile. Publish Release now builds the base image under PROFILE=release, and a local docker compose --build defaults to it too.
-
Corrected the Just build recipes across the docs
Build work lives in a Just module, so the commands are just build release and just build contracts rather than the hyphenated forms the pages carried. Bare just build only prints the recipe list.
-
Documented requester RPC exposure for standalone proving
The prover service RPC has no authentication, and reaching it is enough to spend your deposited PROVE. New guidance covers the loopback publish, the Docker network options that protect it, and the one daemon setting that defeats them.
-
Standalone prover stack now requires Docker Engine 28.3.3
Older daemons can leak a port published on 127.0.0.1 to the local network. Startup now checks the daemon version and refuses to reuse a Docker network whose options would allow direct routing to the container.
-
base/node repository is being archived
Operator releases now ship from base/base as of v1.3.0. The base/node repo goes read-only on September 4, 2026 and keeps only pre-v1.3.0 tags. Node docs updated, plus new NODE_TAG image pinning.
Introduction
Why Base, how to connect, and how to deploy your first contract.
Network
Contracts, bridges, fees, faucets, finality, and chain differences.
API reference
Every JSON-RPC method on Base, with parameters and examples.
Flashblocks
The 200ms preconfirmation protocol — overview, integration, and spec.
Run a node
Build, deploy, and operate a Base node — Docker, config, monitoring.
Architecture & crates
System design and seventy-plus Rust crates inside base/base.
Talk to Base in one line
Mainnet and Sepolia public endpoints, ready for any RPC client.
cast block-number --rpc-url https://mainnet.base.org Subscribe to 200ms preconfirmations
WebSocket stream of mini-blocks delivered five times per slot.
wscat -c wss://mainnet.base.org/flashblocks