Interfaces

Web, Telegram & API

Two front doors, one engine. Connect a browser wallet on sagepays.xyz, or run the entire loop from a Telegram chat without installing a wallet at all. Both drive the same agent, the same vaults and the same settlement path. Sage is also callable by other agents over MCP.

The web app

Sign in with your wallet, paste a product URL and a budget, and Sage inspects, plans and shows you the missions it wrote. You approve the plan, deploy the vault, fund it, and the campaign goes live on a public board. From then on the founder console shows you every tester’s written account — including the ones the agent held or refused.

Walletless, from Telegram

@sagedeputybot runs the whole loop in chat. Sage mints a server wallet bound to a spending policy and funds the campaign from it, so you never connect anything or leave the conversation. The full fund-and-launch loop is proven on GOAT mainnet.

The trade-off is honest and worth stating: a server wallet is custodial in a way a browser wallet is not. The spending policy bounds what the agent can do with it, and the campaign vault is still yours, but if you want sole custody of the keys, use the web path.

Agent-to-agent

Sage exposes an MCP server at /mcp built on the official SDK, with read and inspection-start tools: start an inspection, read an inspection, read a campaign, read a submission, read a proof. It provably cannot sign or settle — a structural test fails the build if a money-moving capability is ever exposed through that surface.

There is also an authenticated Agent API for programmatic use, which fails closed when no key is configured rather than falling open.

Identity and payments

What it is
ERC-8004 identitySage has a registered on-chain agent identity, so its record is attached to something durable rather than to a website
x402The payment rail used for evidence verification and operator fees. When it is not configured the system falls back to an honest unpaid bypass rather than pretending
NetworksGOAT Network mainnet is where real settlement happens, in real USDC. Metis Sepolia is the test network

Public surfaces

Campaign boards, the mission marketplace, the agent record and every payout receipt are public and indexable. Nothing about a payout requires an account to verify — see Settlement & proof.