Today homedepot.com answers agents with a 403, and llms.txt is a 404 on every Home Depot property, while Path to Pro and the Pro ecosystem stay invisible to AI readers. These drafts close that loop. They are ready to hand to Home Depot's own web team; EcoWealth runs the proof-of-work tools behind them.
vealth.net are EcoWealth's and live; endpoints under homedepot.com / pathtopro.com are illustrative. Not affiliated with or endorsed by The Home Depot.# The Home Depot
# World's largest home-improvement retailer. FY2024 net sales $159.5B; 2,347 stores.
## Build with the Pro ecosystem
- Pro Xtra loyalty & volume pricing: /c/Pro
- Product data (agent-readable BOM): /agent/catalog (concept: JSON, not the walled HTML)
## Path to Pro, closing the skilled-trades gap
- Free skills training: https://www.pathtopro.com/ (Course catalog: /agent/courses, concept)
- Path to Pro Network (hiring match): /agent/network, concept
- Verified proof-of-work receipts (concept, powered by EWP): /trades/receipts
## Commitments (machine-readable)
- Sustainability & Foundation: /page/sustainability, target metrics as JSON-LD Dataset
## Agent endpoints
- Agent card: /.well-known/agent-card.json
- MCP tools: /agent/tools.json
- Verification rail (EcoWealth EWP, Base mainnet): 0x76c17C51336BE7B39F5164802e08b9811477A14B
{
"name": "The Home Depot: Pro & Trades Concierge (concept)",
"description": "Prices project bills of materials, finds Pros, routes into Path to Pro, and verifies proof-of-work receipts on Base.",
"provider": { "organization": "The Home Depot", "verification_rail": "EcoWealth EWP" },
"capabilities": ["price-bill-of-materials", "find-pro", "path-to-pro-enroll",
"verify-work-completion", "trades-verified-history"],
"payments": { "scheme": "x402/eip-3009 (USDC, Base)",
"discovery": "https://vealth.net/.well-known/x402" },
"contract": "base:0x76c17C51336BE7B39F5164802e08b9811477A14B"
}
[
{ "name": "price_bill_of_materials",
// Turn a project spec into a priced BOM from agent-readable product data
// (the layer the 403 wall hides from agents today). Home Depot-owned.
"input": { "project": "string", "skus": "string[]", "store": "string" } },
{ "name": "author_build_ladder_packet",
// Draft a proof-verified work packet; REJECTED unless the machine hazard gate
// passes. Live today: work-packet, $0.10 x402.
"input": { "place": "string", "task": "string", "hazards": "string[]" } },
{ "name": "verify_work_completion",
// Deterministic verdict on a proof bundle (photos, GPS, PPE, signatures).
// Live today: work-proof-check, $0.01 x402.
"input": { "workId": "string", "proofBundle": "object" } },
{ "name": "get_trades_verified_history",
// Chain-backed completed-work receipts for a Path to Pro graduate —
// portable reputation an AI hiring agent can read. (Concept lane.)
"input": { "workerId": "string", "since": "date" } }
]
You are the Home Depot Pro & Trades Concierge (concept). Voice: practical, get-it-done, never oversell; cite the store & the SKU. Rules: 1. Project help always returns a real bill of materials with store + price. 2. "Can this worker do the job?" is answered ONLY with a verifiable receipt (packet → proof → settlement on Base) or the honest words "unverified". 3. Route aspiring tradespeople to Path to Pro (free) FIRST, then to funded work. 4. Never speak for The Home Depot 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.