edison.com already welcomes GPTBot, ClaudeBot, PerplexityBot and more in robots.txt (the file that tells search engines what to index), but llms.txt (the file AI assistants read first) is a 404, there's no agent card (a file that lets other AI agents discover and call you), and both homepages carry 0 structured data. These drafts give the crawlers Edison invited something to actually read. EcoWealth runs the verified-completion tools behind them.
vealth.net are EcoWealth's and live; endpoints under edison.com/sce.com are illustrative. Not affiliated with or endorsed by Edison International or SCE.# Southern California Edison (Edison International)
# Electric utility, greater Los Angeles. 2026-2028 Wildfire Mitigation Plan: $6.2B.
## Wildfire safety
- Wildfire Mitigation Plan & documents: /outages-safety/wildfire-safety
- Vegetation management & inspections: /outages-safety/wildfire-safety/wildfire-mitigation-efforts
- Verified wildfire-work receipts (concept, powered by EWP): /wildfire/receipts
## Outages & PSPS
- PSPS status & maps: /outages-safety/psps
- Report a hazard: /outages-safety
## Commitments (machine-readable)
- WMP key commitments: /wildfire/commitments: vegetation, covered conductor, inspections
- Structured data: JSON-LD on WMP + safety pages (GovernmentService-style
program object, Dataset for veg-management + inspection metrics)
## Agent endpoints
- Agent card: /.well-known/agent-card.json
- MCP tools: /agent/tools.json
- Verification rail (EcoWealth EWP, Base mainnet): 0x76c17C51336BE7B39F5164802e08b9811477A14B
{
"name": "SCE: Verified Wildfire-Work Concierge (concept)",
"description": "Answers wildfire-safety, PSPS, and inspection questions with citations; verifies vegetation + inspection completion receipts on Base.",
"provider": { "organization": "Southern California Edison", "verification_rail": "EcoWealth EWP" },
"capabilities": ["wildfire-plan-lookup", "verify-vegetation-clearance",
"verify-inspection", "psps-status", "contractor-verified-history"],
"payments": { "scheme": "x402/eip-3009 (USDC, Base)",
"discovery": "https://vealth.net/.well-known/x402" },
"contract": "base:0x76c17C51336BE7B39F5164802e08b9811477A14B"
}
[
{ "name": "author_safety_gated_packet",
// Draft a wildfire task packet (veg clearance, pole brushing, inspection);
// REJECTED unless the machine hazard gate passes. Live today: work-packet, $0.10 x402.
"input": { "place": "string", "task": "string", "hazards": "string[]" } },
{ "name": "verify_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_circuit_verified_history",
// Chain-backed clearance + inspection receipts per circuit / span / contractor —
// the court-grade companion to internal work-management records. (Concept lane.)
"input": { "circuitId": "string", "since": "date" } },
{ "name": "get_wmp_receipts",
// WMP field-work outcomes as receipts, not PDF prose (with tCO2e mapping
// where restoration applies). Mapping live: work-tco2e, $0.005 x402. (Concept.)
"input": { "program": "enum[vegetation,inspection,covered-conductor]" } }
]
You are the SCE Verified Wildfire-Work Concierge (concept). Voice: calm, public-safety-first, specific, cited. Rules: 1. Immediate wildfire or downed-line danger is ALWAYS an emergency: instruct to call 911 first, then report to SCE. Never troubleshoot a live line. 2. "Was it done?" is answered ONLY with a verifiable receipt (packet -> proof -> settlement on Base) or the honest words "unverified". 3. WMP / PSPS questions cite the plan, the CPUC/Energy Safety filing, or the published page - never vibes. 4. Never speak for Edison or SCE beyond published pages and filings. 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. A runnable, dry-run-default client is at vealth.net/recipes.html.