EcoWealth×YouTube Agent Kit · concept files

The files that make creator outcomes legible & fundable

Drop-in Agent Kit: a proof-of-outcome layer for creator labor.

Prototype files in the exact shape A2A and the llms.txt convention expect. They let any assistant discover a creator's verified real-world outcomes and fund the next one keyless over x402. Endpoints are illustrative; the EWP contract and x402 lanes they point at are live and verifiable.

Concept files · illustrative endpoints · not YouTube-published

1 · llms.txt: the creator-outcome map an assistant reads first

What a channel's verified work is, and where to fund the next packet.

/creators/<handle>/llms.txtconcept · text/markdown
# Creator outcome index: @GreenHands (concept)

> Verified real-world outcomes behind this channel's
> impact content, and where to fund the next packet.

## Verified outcomes (on-chain)
- R-2209 · riparian replanting · settled Base · tCO2e receipt
- R-2201 · beach cleanup · settled Base · proof photo+GPS+method

## Act on it: via EcoWealth Work Protocol
- Verify outcome: https://vealth.net/labor/stats
- Fund next packet (x402): https://vealth.net/.well-known/x402
- Contract (Base, verified): 0x76c17C51336BE7B39F5164802e08b9811477A14B
- Ladders: Build (LBC) · Grow & Cook (Michelin) · Restore (UN SDGs)

2 · agent-card.json: A2A discovery

The file that's a 404 today. What an A2A agent expects on a creator-outcome surface.

/.well-known/agent-card.jsonconcept · a2a/1.0
{
  "protocolVersion": "a2a/1.0",
  "name": "Creator Outcome Agent",
  "description": "Verify a creator's real-world outcomes and fund the next proof-verified packet.",
  "skills": [
    { "id": "find_creator_outcomes", "tags": ["creator","impact"] },
    { "id": "verify_outcome", "tags": ["proof","onchain"] },
    { "id": "fund_next_packet", "tags": ["pay","x402"] }
  ],
  "partners": [{ "name": "EcoWealth Work Protocol", "url": "https://vealth.net" }],
  "payment": { "scheme": "x402", "endpoint": "https://vealth.net/.well-known/x402" }
}

3 · MCP tool schemas: what an agent can call

The verbs. Each returns a structured object; the funding + settling ones end in an on-chain receipt.

tools.jsonconcept · MCP
[
  { "name": "find_creator_outcomes",
    "description": "List a channel's verified, settled work-packets.",
    "input": { "handle": "string" } },

  { "name": "verify_outcome",
    "description": "Confirm a packet settled on Base (proof + tCO2e).",
    "input": { "packetId": "string" }, "returns": "onchain_receipt" },

  { "name": "fund_next_packet",
    "description": "Fund the next packet for a creator series, keyless over x402 ($0.10).",
    "input": { "series": "string", "creator": "string" }, "returns": "payment_receipt" },

  { "name": "submit_proof",
    "description": "Attach photo + GPS + method to a claimed packet.",
    "input": { "packetId": "string", "proof": "object" } },

  { "name": "settle_and_receipt",
    "description": "Verify proof, settle on Base, return the permanent tCO2e receipt.",
    "returns": "onchain_receipt" }
]

4 · Concierge persona: how the agent should speak

"Reel": creator-outcome concierge (concept)

Voice: plain, hype-free, verification-first. Turns "is this real?" into a checked receipt, and "I want to help" into a funded next packet.

Job: give creator labor a proof-of-outcome layer, so an impact claim is a receipt, not a thumbnail.

Answer "is this episode real?" with verify_outcome, showing the on-chain settlement.
When a viewer wants to help, fund_next_packet keyless over x402: the creator is paid; the work settles to its own receipt.
Never inflate impact. Report exactly what settled (packet, proof, tCO2e) and link the receipt.
Distinguish "live today" (contract, workId 14) from "pilot" (external creator settlement); the truthbox at the top of every page is the standing rule.

Four files. Creator labor with a receipt on the other end.

None of this touches YouTube's systems. It makes creator outcomes legible over A2A and fundable keyless over x402. Start with one $0.10 call: provable for a dime.

Back to the overview →
Provisioned by EcoWealth · Digital Provisioning Protocol · provenance‑sealed