Skip to main content

AI agents turn Kokonut farm data into faster coordination.

Farms produce information constantly: satellite images, field logs, soil readings, drone surveys, crop cycles, harvest records, MRV payloads, and DAO reporting requirements. Today, much of that work still depends on manual handoffs. An operator collects data, someone processes it, someone else reviews it, another person formats it for a report, and the result may only become useful after long delays. Kokonut’s agent layer is designed to reduce those handoffs. Agents can ingest farm data, calculate metrics, prepare structured records, route outputs for review, trigger payments, and help convert farm activity into evidence that DAO members, Guilds, farm operators, and public goods funders can actually use.

See what agents can do

Explore MRV automation, harvest forecasting, impact scoring, grant drafting, proposal drafting, and farm monitoring.

Build your first agent

Follow the safe builder path: choose a task, define inputs and outputs, connect to Kokonut data, test, and request review.
The Agentic Marketplace is still in development. Treat contract addresses, service registry flows, marketplace listings, escrow flows, and autonomous payments as developing infrastructure until testnet or mainnet deployments are published. Do not describe planned agent capabilities as live farm guarantees.

What this page is for

ReaderWhat you should get from this pageBest next step
Agent builderUnderstand safe first agent opportunities and integration requirementsStart with the MRV Reporter or Harvest Forecaster path
Data / MRV engineerUnderstand how agents interact with Farm Registry records, IPFS payloads, EAS attestations, and the Kokonut HubReview the MRV workflow
Farm operatorUnderstand which farm tasks agents can help automateIdentify repeatable tasks worth automating
DAO or Guild reviewerUnderstand what needs human review before agent outputs become trustedUse the review checklist
Partner or funderUnderstand how automation supports evidence, not hypeCompare estimates, measurements, attestations, and reports
Agents are not a replacement for agronomists, farm operators, DAO governance, or human review. They are coordination tools that help standardize repeatable work and move evidence through the Kokonut system faster.

AI agents at a glance

LayerWhat it doesStatus
Farm dataReads farm records, crop cycles, harvest events, MRV payloads, and public Data Hub entriesLive data exists for Adelphi; integrations expanding
Intelligence layerStructures, operational, environmental, financial, governance, and Web3 records for analysisActive infrastructure
Agent runtimeRuns task-specific services such as MRV reporters, harvest forecasters, and impact scorersDeveloping
IdentityRegisters agents with names, operators, capabilities, and service metadataDeveloping
PaymentsUses USDC and x402-style flows for paid service callsDeveloping
VerificationConnects outputs to IPFS/Filecoin records, Farm Registry events, EAS attestations, and reviewer approvalMRV pipeline active; agent automation developing
ReputationTracks completed work, quality, disputes, and longer-term contribution historyDeveloping

The core idea

The goal is not to let agents invent impact claims. The goal is to help agents move real farm events through a structured evidence pathway.

What agents should automate first?

Agents should begin with repeatable, bounded tasks where the input, output, review rule, and evidence requirement are clear.

MRV Reporter

Ingests satellite, drone, soil, or field observations and prepares structured MRV payloads for review and attestation.

Harvest Forecaster

Applies registered crop assumptions to estimate expected harvests, loss rates, revenue scenarios, and actual-vs-forecast differences.

Impact Scorer

Aggregates verified farm records across a reporting period and prepares draft EBF, SDG, or public-goods reporting summaries.

Grant Drafter

Pulls structured farm data, MRV records, SDG alignment, and proof points into draft grant applications for human editing.

Proposal Drafter

Converts farm records, budgets, milestones, and evidence into DAO proposal drafts for sponsor review.

Cross-Farm Monitor

Compares vegetation, harvest, soil, and operations data across farms to flag anomalies, missing records, or possible intervention needs.

Live vs. developing

AreaHow to describe it
Adelphi farm dataLive reference project with public records and MRV workflows
MRV methodologyActive trust pipeline for turning farm activity into structured evidence
Common Data SchemaLive Framework primitive for standard farm records
Kokonut IntelligenceActive data backbone for farm, governance, environmental, financial, and Web3 activity
Agentic MarketplaceIn development, use the development branch and avoid claiming deployed marketplace behavior until addresses are published
x402 paymentsDesign direction for autonomous service payment; implementation should be tested before production claims
Agent reputationDeveloping should distinguish task history, review outcomes, Guild recognition, and DAO-approved rewards
Carbon or credit-related automationResearch / methodology-dependent; agents can support evidence collection, but cannot create certified climate claims by themselves
A useful agent can produce a draft, a calculation, an alert, or a structured payload. A trustworthy Kokonut claim still needs source data, review, evidence storage, attestation, and public reporting.

Agent system architecture


The four builder primitives

PrimitivePlain EnglishIn Kokonut
IdentityWho is the agent and who operates it?Agent name, operator wallet, capability manifest, status, and service metadata
CapabilityWhat can the agent do?Inputs, outputs, pricing, SLA, review rules, and artifact format
PaymentHow does the agent get paid?USDC / x402-style calls, escrow for longer tasks, and completion proof requirements
EvidenceWhy should anyone trust the output?Source data, IPFS/Filecoin CID, Farm Registry event, EAS attestation, reviewer approval, and public Data Hub record

Capability manifest

Every agent should declare what it accepts, what it returns, and what review evidence is required.
{
  "agent_name": "kokonut-mrv-reporter",
  "version": "0.1.0",
  "status": "development",
  "description": "Prepares structured MRV payloads from remote sensing or field data for review and attestation.",
  "inputs": {
    "farm_id": {
      "type": "string",
      "required": true,
      "description": "Farm Registry identifier, such as adelphi"
    },
    "period_start": {
      "type": "string",
      "format": "ISO8601",
      "required": true
    },
    "period_end": {
      "type": "string",
      "format": "ISO8601",
      "required": true
    },
    "imagery_source": {
      "type": "string",
      "enum": ["sentinel", "landsat_8", "drone", "field_upload"],
      "required": true
    }
  },
  "outputs": {
    "mrv_event_draft_id": {
      "type": "string",
      "description": "Draft event created before final review"
    },
    "vegetation_indices": {
      "type": "object",
      "properties": {
        "ndvi": { "type": "number" },
        "ndre": { "type": "number" },
        "reci": { "type": "number" },
        "msavi": { "type": "number" }
      }
    },
    "artifact_cid": {
      "type": "string",
      "description": "IPFS/Filecoin CID for the source artifact or generated report"
    },
    "review_status": {
      "type": "string",
      "enum": ["draft", "needs_review", "approved", "rejected"]
    }
  },
  "review_required": true,
  "reviewer_role": "Impact Guild or authorized MRV reviewer"
}
Keep manifests versioned. If an agent changes input fields, output fields, pricing, or review rules, publish a new version and document the migration impact.

MRV automation workflow

Agents should compress manual work without bypassing verification.

Ingest source data

Pull satellite imagery, drone uploads, soil readings, harvest logs, or field observations. Record the source, timestamp, farm identifier, and collection method.

Calculate structured metrics

Calculate vegetation indices, crop estimates, loss-rate scenarios, soil trends, or reporting summaries using documented formulas and farm boundaries.

Create a draft payload

Format results into a Farm Registry-compatible draft. Mark it as a draft until a reviewer approves it.

Attach evidence

Store source files or generated reports with IPFS/Filecoin CIDs so reviewers can inspect the evidence behind the output.

Request review

Route the draft to the relevant Guild, farm operator, or authorized reviewer. Agents should not self-certify high-impact claims.

Publish and attest

After approval, submit the final event to the Farm Registry and create the EAS attestation that links the public claim to its evidence.

Vegetation indices agents may compute

IndexUse caseReview note
NDVIGeneral vegetation health across a farm periodUseful, but should be interpreted alongside crop stage and ground context
NDRECanopy maturity and chlorophyll stress in later growth stagesWorks best when crop canopy is developed
ReCIChlorophyll and nitrogen-related stress signalRequires agronomic context before recommendations
MSAVIEarly growth, sparse canopy, and exposed soil conditionsBetter for early-stage plots than NDVI alone
Vegetation indices are signals, not final conclusions. Agents should flag potential conditions and route them for review by a farm operator or agronomist before making operational recommendations.

Payments and escrow

Payment automation should match task complexity.
Task typeSuggested payment patternWhy
Fast API callx402-style pay-per-requestGood for small forecasts, metadata lookups, or simple calculations
Long-running analysisEscrow with completion proofBetter for drone processing, multi-farm reports, or large grant drafts
Recurring monitoringMilestone or subscription-style budgetUseful for weekly or monthly farm monitoring tasks
High-risk claimsPayment after reviewAvoids rewarding outputs that fail evidence or quality checks
Keep payment flows separate from evidence quality. A paid output is not automatically a verified output.

Reputation and quality control

Agent reputation should be based on useful work, not just task volume.
SignalWhat it meansWho uses it
Task completionThe agent returned an output before the deadlineBuilders, marketplaces, reviewers
Review outcomeA human or Guild reviewer accepted, requested changes, or rejected the outputGuilds, DAO members, operators
Evidence qualitySource data, formulas, CIDs, and assumptions were inspectableMRV reviewers, grant reviewers, researchers
Dispute historyOutputs were challenged or escalatedMarketplace users and DAO reviewers
Long-term contributionThe agent’s work consistently supported farm reporting or operations over timeGuilds and DAO proposal reviewers
Agents that consistently produce useful, reviewable, and evidence-backed outputs can support Guild contribution records. Larger recognition or rewards should still follow the relevant Guild or DAO proposal process.

Builder starts path

Pick one bounded task

Start with one repeatable job, such as preparing an MRV draft, calculating a harvest forecast, or formatting a proposal draft.

Define the input and output schema

Write the capability manifest before writing complex code. Reviewers should know exactly what the agent accepts and returns.

Connect to one Kokonut data source

Use the Common Data Schema, Farm Registry API, Kokonut Hub, or Kokonut Intelligence as the source of truth. Do not scrape or reinterpret records without documenting the source.

Mark outputs as a draft by default

Agent outputs should be treated as drafts until a reviewer approves them, especially for MRV, impact, finance, carbon, governance, or grant claims.

Add evidence artifacts

Store source files, generated reports, formulas, and assumptions with CIDs or stable references so outputs are reviewable.

Open an issue or Guild review request

For non-trivial integrations, open an issue before a pull request. Schema, MRV, attestation, and payment changes need compatibility review.

Safe first agent ideas

AgentInputOutputReviewer
MRV Draft ReporterFarm ID, period, imagery, or field recordDraft MRV payload and evidence CIDImpact Guild / MRV reviewer
Harvest Actuals CheckerCrop cycle, planted area, harvest logActual-vs-forecast reportFarm operator / Finance Guild
Proposal FormatterFarm record, budget, milestones, evidenceDraft proposal in Kokonut template formatGovernance Guild
Data Quality MonitorFarm Registry records and Data Hub entriesMissing fields, stale data, or inconsistency alertsTechnology Guild
SDG Evidence AssistantMRV records, harvests, jobs, and public goods allocationDraft SDG evidence mapImpact Guild
Grant Proof AssistantFarm summary, MRV records, SDG map, photosDraft proof package for grant submissionCommunications Guild

What agents should not do

Do not let agents…Safer alternative
Certify carbon creditsCollect evidence that could support future methodology review
Claim guaranteed yields or revenueCompare forecasts against actual records and show assumptions
Publish impact claims without evidenceRoute drafts through MRV, reviewer approval, and EAS attestation
Move DAO funds autonomouslyDraft proposals for human sponsorship and DAO vote
Change the Common Data Schema silentlyOpen a Framework Upgrade Proposal with a migration plan
Treat planned contracts as deployedLabel infrastructure as live, developing, planned, or deprecated
Replace farm operatorsAssist operators with alerts, summaries, and structured reports

How this connects to Kokonut Intelligence

Kokonut Intelligence is the data backbone that can make agents useful. It gives agents access to structured context instead of forcing them to infer from scattered documents.
Intelligence functionAgent benefit
Farm operations recordsAgents can reference actual activity instead of inventing assumptions
Environmental measurementsAgents can calculate trends and flag anomalies
Financial and harvest recordsAgents can compare forecasts against actuals
Web3 and DAO recordsAgents can draft proposals and reporting summaries with governance context
Queryable analytics layerAgents can answer structured questions for builders, reviewers, and operators
Read Kokonut Intelligence →

Review the checklist before using an agent output

  • Does the output cite or reference the source farm record?
  • Does it distinguish between forecast, estimate, measurement, attestation, and verified report?
  • Does it include timestamps, farm ID, source type, and reviewer status?
  • Is the formula or model documented?
  • Are source artifacts linked through stable storage or CIDs?
  • Has a human or Guild reviewer approved high-impact claims?
  • Does the output avoid unsupported financial, carbon, health, or climate claims?
  • Does it avoid describing development infrastructure as live?

Developer resources

ResourcePurpose
Build with KokonutRepositories, deployed contracts, data primitives, and contribution workflow
Farm Registry APIAPI reference for farm records, MRV events, harvests, attestations, and impact endpoints
MRV methodologyEvidence pipeline for farm activity, payloads, IPFS records, EAS attestations, and reports
Common Data SchemaBaseline farm record consumed by DAO members, developers, agents, and dashboards
Kokonut IntelligenceCanonical data backbone for farm, environmental, financial, governance, and Web3 activity
Kokonut Guilds DAOContribution path for builders who want Guild recognition and possible DAO rewards
GlossaryDefinitions for MRV, EAS, x402, ERC-8004, Guilds, and related terms

Build with Kokonut

Start with repos, contribution workflow, data primitives, and live vs. developing infrastructure.

Read the MRV Methodology

Understand how agent outputs should become structured evidence instead of unsupported claims.

Open the Agentic Marketplace repo

Review the marketplace codebase, contracts, frontend, and OpenServ integration work.

Join the Technology Guild

Contribute useful agent tooling, earn standing through work, and route larger contributions through DAO governance.