Skip to Content
TutorialsOverview

Tutorials

Integration tutorials for apps, bots, indexers, and analytics. Read Getting Started for repo setup and Protocol Overview for the CLAIM stream and contract map first.

Agent SDK workspace: agents/sdk/

Universal rules

  1. Load addresses + start blocks from deployments/<network>.json
  2. Decode events from src/lib/Events.sol + ABIs in abis/
  3. UI verbs: ETH payouts = Collect | LP rewards = Harvest

Tutorials

TutorialGoal
Index takeovers and reignsTrack Crown ownership, takeover history
Crown price widget + takeoverDisplay price, submit takeover tx
Crown bot (takeover at 30 minutes)Run a delegated takeover loop
Furnace quotes + enterQuote veCLAIM output, execute entry
Collect Barons ETH / Collect & LockShow accrued ETH, implement both modes
Index Market listingsIndex listings, compute metrics
MaintenanceHub botRun permissionless poke loop
Run the ClaimRush OpenClaw skillDrive the SDK from chat with CRAL guardrails
Build a Base MCP agent for ClaimRushWire a Base MCP–capable chat assistant against the ClaimRush plugin (reads + unsigned calldata)