Onchain Event
trigger
Agents handle strategy. We guarantee the transaction lands. Call KeeperHub DeFi Workflows from your agent via MCP or REST with full x402 and MPP support.

# Operations agent
user > Every 5 minutes, monitor my Spark position on
Base. Auto-claim and compound when rewards > $50.
tool keeperhub.create_workflow({
name: "Spark auto-compound",
trigger: "cron: */5 * * * *",
steps: [
{ action: "spark.check_rewards" },
{ action: "spark.claim_rewards", if: "rewards.usd > 50" },
{ action: "spark.supply" }
]
})
→ workflow_id wf_9aK3qr
next_run in 3m 42s
trigger
condition
action
Publish a workflow. Keep the logic private. Earn per call. Agents and other users call it over MCP or REST, but the internal steps stay yours. Callers pay per execution in USDC via x402 or MPP.

Exponential backoff, nonce management, multi-RPC failover. Gas priced off network averages, around 30% savings versus baseline.

MCP server so Claude or any MCP runtime discover KeeperHub natively. REST and CLI for everything else. x402 and MPP for pay-per-execution from autonomous callers.
Trigger event, submitted tx, gas used, outcome, timestamp. Every run is replayable from one place.

Every organisation gets a non-custodial wallet secured by Turnkey. Keys live in secure enclaves and never touch our infrastructure. Workflows sign transactions directly, even unattended.


Product updates and launches, straight to your inbox.