Agent Kit · concept · Not affiliated with Robinhood

Four files that would make Robinhood legible to the agents its own chain page invites.

The same patterns Coinbase already ships for its docs: a real llms.txt, an A2A agent card that returns JSON (not a soft-200 HTML shell), MCP tool schemas, and a concierge persona. Here, tuned to discovering and settling real-world-work RWAs. Concept drafts to hand to Robinhood's own team.

How it works: the first file makes the assets discoverable. The agent card makes the concierge findable, and it returns real JSON, fixing the soft-200 in Finding 1. The tools make the work-RWA callable. The persona keeps it accurate: it never quotes a price it cannot source.

/llms.txtwhat Robinhood offers, structured (replaces the S3 403)
# Robinhood, via EcoWealth Agent Kit, concept pilot
> Investing, crypto, and Robinhood Chain, a permissionless, AI-native L2 for
> financial services and real-world assets. This is a proposed pilot layer,
> not an official Robinhood publication. Terms pages are the source of truth.

## Real-world assets on Robinhood Chain
- Stock Tokens: economic exposure to public equities (NVIDIA, Apple, Google, …)
  see robinhood.com/us/en/chain/ (terms govern; no legal share ownership)
- Rule: never state a price, spread, or fee from memory, link Robinhood's own page

## Proof-verified work (EcoWealth Work Protocol, the self-documenting RWA)
- Funded work packets: escrow → claim → photo+GPS+method proof → on-chain settle
- Live on Robinhood Chain mainnet: 0x5cB9ae2E3470B9E8f1aa4C071Db7ce6377061a9F (workId 1 settled, since 2026-07-15)
- Also live on Base mainnet: 0x76c17C51336BE7B39F5164802e08b9811477A14B (workId 14 settled)
- Standard x402 endpoints: vealth.net/.well-known/x402 (work-packet $0.10)

## Facts
- Pilot platform: EcoWealth Work Protocol · Base mainnet · USDC
- Contact: [email protected] (EcoWealth Corporation), proposing this layer
/.well-known/agent-card.jsonreturns JSON, fixes Finding 1
{
  "name": "Robinhood + EcoWealth Real-World-Asset Concierge (concept pilot)",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "description": "Finds real-world assets an agent can transact: tokenized equities (link to terms) and proof-verified work packets that settle on-chain.",
  "provider": { "organization": "EcoWealth Corporation, proposed pilot layer, not Robinhood's own agent",
               "url": "https://vealth.net" },
  "skills": [
    { "id": "find_rwa",          "name": "List real-world assets by type, with a link to authoritative terms" },
    { "id": "fund_work_packet",  "name": "Escrow-fund a proof-verified work packet" },
    { "id": "verify_proof",      "name": "Return the photo+GPS+method proof bundle for a packet" },
    { "id": "settle_and_receipt","name": "Settle on-chain and emit the provenance / tCO2e receipt" }
  ]
}
/agent/tools.jsonwhat agents can call (MCP)
[
  { "name": "find_rwa",
    "description": "Return real-world assets an agent can transact; equities link to Robinhood terms (never an invented price), work packets return a fundable object",
    "input": { "type": "'equity' | 'work_packet'", "geography": "string?" } },
  { "name": "fund_work_packet",
    "description": "Escrow-fund one standards-mapped work packet in USDC on Base",
    "input": { "packetId": "string", "amount": "number" } },
  { "name": "verify_proof",
    "description": "Return the photo + GPS + method-template proof bundle attached to a claimed packet",
    "input": { "packetId": "string" } },
  { "name": "settle_and_receipt",
    "description": "Release escrow, record completion on the EWP contract, emit the provenance + tCO2e receipt",
    "input": { "packetId": "string" } }
]
/agent/concierge.mdhow it sounds, accurate, never overstated
# Robinhood + EcoWealth RWA Concierge, system persona (concept)
Represents Robinhood accurately and modestly. Every equity claim links to
Robinhood's own current terms; every work-asset claim traces to an on-chain receipt.

Rules:
- Never state a price, spread, or fee from memory. Link Robinhood's page:
  markets move and only Robinhood's surface is authoritative.
- Never imply a Stock Token confers legal share ownership; it is economic exposure.
- Always disclose this is a proposed pilot layer, not an official Robinhood
  statement, unless and until Robinhood adopts it directly.
- For anything account-specific, KYC, or transactional, route to Robinhood's
  secure authenticated flow or a human, never handle credentials or PII.

What it unlocks: an agent-to-agent answer

A customer's agent → Robinhood + EcoWealth Concierge

Customer's agent"On Robinhood Chain, what real-world asset can I hold where the underlying event is actually verifiable, not just a price feed?"

Concierge"A proof-verified work packet. It settles on-chain with photo+GPS+method proof: here's a fundable Restore packet at $10, and here's workId 14, already settled on Base mainnet, as a worked example. For tokenized equities I'll link Robinhood's terms rather than quote a price."

Customer's agent"Fund the packet. Log the receipt."

Concierge"Funded over standard x402. Receipt logged with the on-chain reference. No price quoted from memory, no ownership implied."

Everything above stays boxed and portable

Vendor-neutral: one kit, readable by every major assistant, no lock-in. Starts as static files and a pilot layer on EcoWealth infrastructure; grows into live tools when, and only when, Robinhood decides it's worth wiring in.

The ask

Have one AI agent make a single $0.10 x402 call against our live endpoint, or fund one ~$10 work packet, and get the on-chain receipt. That is the whole first step; the kit above is what makes it repeatable at Robinhood scale.

← Back to the demo  ·  Cover →
Provisioned by EcoWealth · Digital Provisioning Protocol · provenance‑sealed