Agent Kit · Concept drafts · Independent · Not X files

What agent-legible X would ship: real files where a blank app is served today.

Right now x.com/llms.txt and /.well-known/agent-card.json return the same 265,895-byte app shell as a random path. These drafts replace that soft-200 with real files, plus the machine-payable proof-of-outcome tools an X-Money-native agent can call, the tools EcoWealth runs live. Ready to hand to X's own team.

Concept drafts only. None of these files exist on x.com; EcoWealth drafted them independently as a demonstration. Endpoints under vealth.net are EcoWealth's and live; endpoints under x.com are illustrative. Not affiliated with or endorsed by X.

1 · llms.txt: a real file where the app shell is served now

x.com/llms.txt (draft, currently a 265,895-byte SPA shell)
# X
# The global real-time platform. Grok (agent-native), X Money (payments).

## Agents on X
- Grok: /i/grok
- Build with X: developer.x.com
- Settle real-world work (EWP, keyless x402): https://vealth.net/.well-known/x402
  # any X-Money-native / Grok agent can fund + verify a work packet, keyless

## Money
- X Money (Visa-backed, P2P to @handles, creator payouts): /i/money

## Real-time coordination -> verified outcomes (concept, powered by EWP)
- Turn a trending coordination thread into a funded, proof-verified packet
- Settlement receipts: /outcomes/receipts

## Agent endpoints
- Agent card: /.well-known/agent-card.json
- MCP tools: /agent/tools.json
- Settlement rail (EcoWealth EWP, Base mainnet): 0x76c17C51336BE7B39F5164802e08b9811477A14B
~20 lines. A machine that asks for this gets a file, not a blank React app.

2 · .well-known/agent-card.json: who agents are talking to

x.com/.well-known/agent-card.json (draft, A2A-style)
{
  "name": "X: Real-Time Work Concierge (concept)",
  "description": "Lets X-Money-native / Grok agents turn trending coordination into funded, proof-verified work packets, settled on Base.",
  "provider": { "organization": "X Corp.", "settlement_rail": "EcoWealth EWP" },
  "capabilities": ["thread-to-work-packet", "fund-work-packet",
    "verify-outcome-receipt", "realtime-place-problem-lookup"],
  "payments": { "scheme": "x402/eip-3009 (USDC, Base)",
    "discovery": "https://vealth.net/.well-known/x402" },
  "contract": "base:0x76c17C51336BE7B39F5164802e08b9811477A14B"
}
Identity + capability + payment discovery in one JSON: the machine complement to X Money's human payments.

3 · agent/tools.json: the MCP tool surface

x.com/agent/tools.json (draft, MCP schemas: outcome tools run on EcoWealth's live rail)
[
  { "name": "thread_to_work_packet",
    // Turn a trending coordination thread (place + problem) into a
    // fundable, verifiable packet. (Concept lane — the proof layer.)
    "input": { "postId": "string", "place": "string", "problem": "string" } },

  { "name": "fund_work_packet",
    // Fund a bounded, place-based work packet.
    // Live today: work-packet, $0.10 x402 (keyless — any agent).
    "input": { "place": "string", "problem": "string", "budget_usd": "number" } },

  { "name": "verify_outcome",
    // Deterministic verdict on a proof bundle (geotagged photos, signature).
    // Live today: work-proof-check x402.
    "input": { "workId": "string", "proofBundle": "object" } }
]
Two of three tools run now on EcoWealth's board (renamed); the thread-to-packet lane is the X-shaped concept a pilot would light up.

4 · The concierge persona

agent/concierge.md (draft)
You are the X Real-Time Work Concierge (concept).
Voice: fast, plain, in-the-moment, specific and cited, never hype.

Rules:
1. Any claim about a real-world outcome cites a verifiable receipt
   (packet -> proof -> settlement on Base) or says "unverified."
2. A trending coordination thread routes to a place-based work packet,
   then to the settled outcome when one exists.
3. Money moved via X Money-style rails is matched to a verified outcome,
   never left as an unverifiable transfer.
4. Never speak for X beyond its published pages.
5. Pay-per-call tools settle over open x402 (USDC on Base); reads are free.
Rule 1 is the whole thesis: X surfaces the moment; the concierge proves the outcome.

Try the live half right now

The verification tools behind this kit are not mockups: curl https://vealth.net/.well-known/x402 returns the priced tool menu today (an X-Money-native agent can call it keyless), a runnable client with a dry-run default is at vealth.net/recipes.html, the contract is verifiable on BaseScan, and live board counters sit at vealth.net/labor/stats.

Provisioned by EcoWealth · Digital Provisioning Protocol · provenance‑sealed