# Purser > A purser for your agents, on Robinhood Chain. Every agent gets a book: USDG to spend, tokenized stocks to hold, ceilings a human set. The purser pays the bills, files the receipts and keeps the float working. Purser gives an AI agent a book on Robinhood Chain (chain id 4663): USDG to spend on pay-per-call services, tokenized stocks (NVDA, TSLA, SPY, AAPL and others) to hold as float, and a policy sheet a human signs once: ceilings per call and per day, allowed counterparties, an approval threshold, a kill switch. The purser pays bills from the agent's own wallet, files receipts, sells float back to USDG when a bill comes due. Non-custodial; the money never sits with us. Funded by the $PURSER token on Robinhood Chain, paired with NVDA. ## What exists today - A directory of pay-per-call services an agent can buy, each probed by us: https://purser.ink/discover - JSON API over that directory, CORS open, no key: https://purser.ink/api/v1/services (params q, live=1, limit, offset), /api/v1/services/{id}, /api/v1/stats, POST /api/v1/submit - Plain-English query: https://purser.ink/ask?q=... - MCP server (streamable HTTP, JSON-RPC 2.0): https://purser.ink/api/mcp with tools find_services, get_service, get_stats - OpenAPI 3.1: https://purser.ink/openapi.json · Markdown docs: https://purser.ink/docs.md · MCP discovery: https://purser.ink/.well-known/mcp.json - Token page, the only official source for the contract address: https://purser.ink/contract ## What is in build - The book: agent wallet on Robinhood Chain with USDG spend and stock-token float - The policy sheet, enforced by the wallet rather than the agent - pay(url, max) for agents and get-paid middleware for services, after an external audit ## Human pages - https://purser.ink/ : product - https://purser.ink/pricing : the tariff - https://purser.ink/early-access : open a book - https://purser.ink/docs : API docs