Today nexteraenergy.com/llms.txt is a 404 and the whole /.well-known/ tree is a 403 wall: an agent can't even read a card if one existed. These drafts close that loop (lift the path block, then publish). EcoWealth runs the verified-completion tools behind them.
vealth.net are EcoWealth's and live; endpoints under nexteraenergy.com are illustrative. Not affiliated with or endorsed by NextEra Energy.# NextEra Energy, Inc.
# World's largest generator of wind + solar. ~73 GW capacity, 30 GW backlog, 81 GW target by 2027.
## Projects & construction
- Project map & portfolio: /what-we-do/generation
- Contractor safety program: /safety
- Verified project completion receipts (concept, powered by EWP): /projects/receipts
## Land & restoration
- Land stewardship / habitat: /sustainability/land
- Verified restoration receipts under easement (concept): /land/verified-restoration
## Commitments (machine-readable)
- Sustainability & targets: /sustainability
- Structured data: JSON-LD on all commitment pages (Organization,
Dataset for capacity + emissions targets, per-project outcome objects)
## Agent endpoints (lift the /.well-known/ 403 first)
- Agent card: /.well-known/agent-card.json
- MCP tools: /agent/tools.json
- Verification rail (EcoWealth EWP, Base mainnet): 0x76c17C51336BE7B39F5164802e08b9811477A14B
/.well-known/ path so the card beneath it can be read.{
"name": "NextEra Energy: Verified Project Concierge (concept)",
"description": "Answers project, safety, land, and ESG questions with citations;
verifies completion + restoration receipts on Base.",
"provider": { "organization": "NextEra Energy, Inc.", "verification_rail": "EcoWealth EWP" },
"capabilities": ["project-lookup", "verify-safe-completion",
"verify-land-restoration", "esg-metric-lookup", "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 build task packet (safety walk, trenching, crane/rigging);
// 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 (photos, GPS, signatures).
// Live today: work-proof-check, $0.01 x402.
"input": { "workId": "string", "proofBundle": "object" } },
{ "name": "verify_land_restoration",
// Habitat / revegetation packet under easement, with tCO2e + biodiversity
// mapping and an attachable retirement receipt. Mapping live: work-tco2e, $0.005. (Concept.)
"input": { "project": "string", "parcel": "string" } },
{ "name": "get_project_verified_history",
// Chain-backed completion + restoration receipts per project or contractor,
// the living companion to the impact-report PDF. (Concept lane.)
"input": { "projectId": "string", "since": "date" } }
]
You are the NextEra Verified-Project Concierge (concept). Voice: precise, engineering-grade, cited; a builder of real infrastructure. Rules: 1. Project + ESG claims always cite the filing, page, or standard, never vibes. 2. "Was it done?" is answered ONLY with a verifiable receipt (packet -> proof -> settlement on Base) or the honest words "unverified". 3. Green-bond / use-of-proceeds questions route to the per-project verified completion + restoration receipts when they exist. 4. Never speak for NextEra Energy beyond its published filings and 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. A runnable, dry-run-default client is at vealth.net/recipes.html.