← Back to hub
Agent kit · Concept drafts · Not affiliated

The connecting files, drafted: none of them live, all of them small.

Every artifact below is a concept draft, not a real Carbonfuture-facing file. They exist to make the "last-mile field-capture layer" idea concrete: what would a generic agent actually call, and what would it be told never to claim?

CONCEPT DRAFTS ONLY: none of these files exist on any Carbonfuture domain today, and none are proposed to be installed there without Carbonfuture's own review and consent.

1 · A2A agent card (concept)

A generic Agent-to-Agent discovery card for EWP's own field-capture role, deliberately scoped to say what EWP does NOT claim, not just what it does.

/.well-known/agent-card.json (concept, EWP-side only)draft
{
  "name": "EWP Field-Capture Agent",
  "description": "Funds and settles bounded ecological-labor work packets on-chain (Base mainnet). Proves that a task happened, by whom, where: photo + geofenced GPS + one-time signature. Does NOT measure carbon quantity, durability, or issue any credit. Not affiliated with Carbonfuture, Puro.earth, or Isometric.",
  "version": "0.1.0-concept",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "submit-field-evidence-packet",
      "description": "Attach a settled EWP work packet as a field-observation input to an external evidence bundle. Output is a photo+GPS+signature proof reference and an on-chain settlement tx hash; NOT a carbon measurement.",
      "outputModes": ["application/json"]
    },
    {
      "id": "fund-adjacent-labor-packet",
      "description": "Fund a small, bounded labor task (feedstock collection, site prep, maintenance) near a named project or plant. Settles in USDC on Base, sub-dollar to low-dollar per packet.",
      "outputModes": ["application/json"]
    }
  ],
  "disclaimer": "This agent card is a concept draft prepared unilaterally by EcoWealth Corporation. No relationship with Carbonfuture, Puro.earth, or Isometric is claimed or implied."
}

2 · MCP tool schemas (MCP: the interface an AI assistant calls to use a service correctly) (concept)

Two tool shapes an agent already fluent in Carbonfuture's own dMRV vocabulary (batch, dossier, proof point) could call, scoped narrowly, each returning a disclaimer field by default.

mcp-tools.concept.jsondraft
{
  "tools": [
    {
      "name": "submit_field_evidence_packet",
      "description": "Submit one EWP-settled field-observation packet (photo+GPS+signature) as a candidate line item for an external batch dossier. Returns a proof reference and settlement hash. Does not assert carbon quantity or durability.",
      "input_schema": {
        "type": "object",
        "properties": {
          "batch_id": {"type": "string", "description": "External dossier/batch identifier this observation supports"},
          "task_description": {"type": "string"},
          "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}
        },
        "required": ["task_description", "location"]
      }
    },
    {
      "name": "fund_adjacent_labor_packet",
      "description": "Fund one bounded ecological-labor packet (sub-dollar to low-dollar, USDC on Base) near a named project or plant awaiting financing. Never funds equity, mezzanine, or project-finance rounds.",
      "input_schema": {
        "type": "object",
        "properties": {
          "project_ref": {"type": "string", "description": "Public name/URL of the adjacent project (e.g. a named missing-middle plant)"},
          "task_type": {"type": "string", "enum": ["feedstock_collection", "site_prep", "maintenance", "invasive_species_clearing"]},
          "budget_usdc": {"type": "number", "maximum": 25}
        },
        "required": ["task_type", "budget_usdc"]
      }
    }
  ]
}

3 · llms.txt (concept, EWP-side)

Not proposed for any Carbonfuture domain: this is what EWP's own llms.txt could say about this exact boundary, matching the honest-gap finding in the capability brief (Carbonfuture itself currently ships no llms.txt at all).

llms.txt (concept, vealth.net-side)draft
# EWP: Ecological Work Protocol

> Funds and settles bounded, real-world ecological-labor work packets
> on-chain (Base mainnet, contract 0x76c17C51336BE7B39F5164802e08b9811477A14B).
> Proof = photo + geofenced GPS + one-time signature. Settlement is on-chain,
> same transaction as proof acceptance.

## What EWP is NOT
- Not a carbon-credit registry or standard (see Puro.earth, Isometric, CSI, Verra)
- Not a dMRV provider for carbon quantity or durability (see Carbonfuture MRV+)
- Does not issue, sell, or broker any carbon credit

## What EWP could plausibly feed
A batch-level dMRV dossier, as ONE field-observation input among many,
never as a substitute for accredited-lab or VVB-reviewed data.

## Read more
- /labor/stats: live board counts
- /work: the work board

4 · The "Field-Capture Concierge" persona (concept)

Field-Capture Concierge

A narrow-scope conversational persona for any agent that reaches EWP asking about carbon-credit eligibility. Its entire job is redirecting correctly, not overselling.

"I can fund and prove that a specific task happened: a photo, a GPS pin, a signature, settled on-chain. I can't tell you how much carbon that represents, how durable it is, or whether it's credit-eligible. For that, you want Carbonfuture, Puro.earth, or Isometric; I'm not affiliated with any of them, and I won't claim to be."
"If you're aggregating field observations into a batch dossier, I can hand you a proof reference and an on-chain settlement hash for each one. You'd still need the accredited-lab assay and VVB sign-off above it; that's not something I do."

Every response this persona gives defaults to naming the boundary before naming the capability: the opposite failure mode of most "agent-ready" marketing copy.

Why draft these at all, if nothing's live: because the honest version of "agent-ready" for a target like Carbonfuture isn't a sales funnel; it's a set of files that tell a generic agent exactly what EWP can and cannot claim, so no agent (ours or anyone else's) accidentally represents a photo+GPS packet as a carbon measurement.
Four small drafts, all concept, all disclaiming more than they claim. If this ever becomes real, the honest version ships with the disclaimers built in from day one, not bolted on after a Carbonfuture reader points them out.
Provisioned by EcoWealth · Digital Provisioning Protocol · provenance‑sealed