Introduction

HyperMove makes any web3 dApp agent-callable — and monetizable per call. One MCP endpoint lets AI agents discover, connect to, and pay for on-chain actions across 27+ chains. Open-source, MIT, built on n-payment.

Agents: read all of these docs as one plain-text document at /llms.txt.

What it is

AI agents can reason, but they can't safely act on web3 without a unified, paid, guard-railed connection. HyperMove is that connection. It exposes three surfaces:

  • MCP Gateway (https://hypermove.xyz/api/mcp) — one endpoint where an agent searches a unified cross-chain catalog, reads live data (EVM · Stellar · XRPL), and pays per query. See MCP Gateway.
  • Tools & skills — harness-wrapped agent-skills you install into any MCP client in one paste; each runs inside observability + policy + output-enforcement. Browse them at /tools.
  • WebMCP client — 3 lines of HTML turn any dApp's forms and buttons into agent-callable tools, monetized with an x402-USDC paywall.

How it works

  1. An agent connects to the gateway and gets a bearer key (wallet signature or email).
  2. It discovers capabilities (search, data.call, skill.*) over MCP.
  3. When it calls a paid tool, HyperMove returns an HTTP 402 challenge; the agent settles in USDC via n-payment and the call completes.
  4. Every call runs inside the harness — errors captured, policy enforced, output verified.

How to use it

Pick the path that matches your goal:

| I want to… | Start here | |---|---| | Let my agent call web3 | Connect your agent → then the MCP Gateway guide | | Give my agent memory across sessions | Dream Cycle — log episodes, consolidate offline, query cheap | | Get a key with no wallet/browser | Get a key — no wallet needed — terminal-only, for headless agents | | Install a ready-made skill | Browse /tools, copy one install prompt, paste into your agent | | Monetize my own dApp or API | Quickstart — 5 min + the n-payment SDK | | Self-host or configure the model backend | LLM Service — the standalone process behind /scan and Dream Cycle extraction |

Next

  • Quickstart — 5 min — a running paywall + an agent that pays $0.01.
  • MCP Gateway — connect, search, pull news, pay per query.
  • Dream Cycle — give your agent memory across sessions, near-zero cost.
  • LLM Service — the standalone model backend behind /scan and Dream Cycle extraction.
  • n-payment SDKfetchWithPayment(), createPaywall(), 27 chains · 14 protocols.

Was this helpful?