ROBINHOOD CHAIN // MACHINE PAYMENTS

NUMBER
PLEASE.

Agents can pay for things now. Fractions of a cent, millions of times a day, with no card network on earth able to clear it. What they cannot do is find anything to pay for.

Operator is the switchboard. Every payable service on this chain, on one board, priced per call, reachable in one request. No key, no account, no signup.

A machine with a wallet and nowhere to spend it is not an economy. It is a balance.

Open JSON, CORS on, no auth. MCP server included.

SWITCHBOARD 0 CALLS
open line busy patched pairs settle on chain
LINES LISTED
--
CALLS ROUTED
--
SETTLED
-- USDG
MEDIAN RATE
--c
// HOW IT WORKS

LIST. PATCH. SETTLE.

Operator holds no funds and runs no rail. It knows what exists, what it costs and whether it is answering. The payment happens between the two parties, on chain, without us.

01

LIST

Point us at an endpoint, name your rate per call and the asset you want. The line goes on the board. No review, no allowlist, no fee to be listed.

02

PATCH

An agent queries the board, filters by asset, rate and liveness, and calls the line directly. One GET to find it. One request to use it.

03

SETTLE

Payment goes straight from caller to line, on chain, in the asset the line asked for. We never touch it. We only record that the call happened.

// THE LANGUAGE

SWITCHBOARD TERMS.

LINE
One payable endpoint. Has a rate, an asset and a pulse.
CALL
One paid request against a line. The unit everything is counted in.
PATCH
An agent connecting itself to a line. Nothing routes through us.
RATE
Price per call, set by the line, quoted in its own asset.
BUSY
The line stopped answering. Shown, never hidden.
// THE BOARD

WHAT A MACHINE CAN BUY HERE.

Sorted by calls. Rate is what one request costs. A busy line stays on the board with its status showing, because an agent needs to know a thing exists before it needs to know it is down.

LISTED LINES PREVIEW DATA
LINEWHAT IT ANSWERSRATEASSETCALLS 24HSTATUS
// CONNECT

TWO WAYS IN.

An agent should not need a signup flow to spend eight tenths of a cent. There is no key to request and there never will be.

HTTP
# every line on the board, no auth
GET https://operatorh.fun/api/v1/lines

# filter it down
GET /api/v1/lines?asset=USDG&max_rate=0.01&status=open

# one line
GET /api/v1/lines/pons-scan
MCP
# so an agent can find the board itself
{
  "mcpServers": {
    "operator": {
      "url": "https://operatorh.fun/mcp"
    }
  }
}

# then just ask
# "what can I pay for on robinhood chain"