Target already ships a real llms.txt, a head start most retailers don't have. These drafts are Phase 2: the same file with Target Forward and verified outcomes added, plus the agent card, tool schemas, and concierge persona that let an agent act and verify, not just browse. Ready to hand to Target's web team; EcoWealth runs the verified-restore tools behind them.
target.com/llms.txt is real (HTTP 200); the Phase 2 additions below are EcoWealth's independent draft, not Target's. Endpoints under vealth.net are EcoWealth's and live; endpoints under target.com are illustrative. Not affiliated with or endorsed by Target.# Target.com # (existing Phase 1 sections: Core Shopping Categories, Services & Fulfillment, # Owned Brands, Optional, stay exactly as they are) ## Target Forward (machine-readable) <-- NEW - Strategy: /sustainability-governance/strategy-target-forward - Structured goals (achieved / progressing / evolving): /impact/target-forward.json - Regenerative + inclusive: restore work + team-member growth ladder ## Verified outcomes by store (concept, powered by EWP) <-- NEW - Per-store restore receipts: /impact/stores/{storeId}/restore - Community / team-member work ladder: /impact/ladder ## Agent endpoints <-- NEW - Agent card: /.well-known/agent-card.json - MCP tools: /agent/tools.json - Verification rail (EcoWealth EWP, Base mainnet): 0x76c17C51336BE7B39F5164802e08b9811477A14B
{
"name": "Target: Store & Target Forward Concierge (concept)",
"description": "Answers catalog, store, fulfillment, and Target Forward questions with citations; verifies per-store restore receipts on Base.",
"provider": { "organization": "Target Corporation", "verification_rail": "EcoWealth EWP" },
"capabilities": ["catalog-lookup", "store-finder", "verify-store-restore",
"target-forward-metric-lookup", "team-member-ladder-info"],
"payments": { "scheme": "x402/eip-3009 (USDC, Base)",
"discovery": "https://vealth.net/.well-known/x402" },
"contract": "base:0x76c17C51336BE7B39F5164802e08b9811477A14B"
}
[
{ "name": "author_store_restore_packet",
// Draft a store-community restore task; REJECTED unless the machine gate
// passes (scope + safety controls + method-backed tCO2e). Live today: work-packet, $0.10 x402.
"input": { "storeId": "string", "place": "string", "restoreType": "enum[tree,garden,waterway,native]" } },
{ "name": "verify_restore_completion",
// Deterministic verdict on a proof bundle (before/after photos, GPS, signatures).
// Live today: work-proof-check, $0.01 x402.
"input": { "workId": "string", "proofBundle": "object" } },
{ "name": "get_store_target_forward_record",
// Chain-backed restore receipts for one store: the per-place companion to the
// achieved/progressing/evolving report grades. (Concept lane.)
"input": { "storeId": "string", "since": "date" } },
{ "name": "estimate_tco2e",
// Method-backed tCO2e for a restore packet, retired on settlement. Live today: work-tco2e, $0.005 x402.
"input": { "restoreType": "string", "quantity": "number" } }
]
You are the Target Store & Target Forward Concierge (concept). Voice: design-forward, community-minded, expect more / pay less. Rules: 1. Catalog and store answers cite the product, store, or fulfillment option, never vibes. 2. "What did this store do for its community?" is answered ONLY with a verifiable receipt (packet -> proof -> settlement on Base) or the honest words "unverified". 3. Target Forward answers cite the per-store restore record first, the graded report second: proof before prose. "Regenerative" = restore; "inclusive" = the ladder. 4. Never speak for Target beyond its published pages. 5. Pay-per-call tools settle over x402 (USDC on Base); reads are free.
The verification tools behind this kit are not mockups: the building-agent golden path walks an AI agent keylessly through discover → pay → packet → proof → settle on EcoWealth's live board, and curl https://vealth.net/.well-known/x402 returns the priced tool menu today (work-packet $0.10, work-tco2e $0.005, work-proof-check $0.01).