Verdian Ag: Technical Brief & Methodology
1. Executive Summary
Verdian Ag provides agricultural intelligence infrastructure. Our primary objective is to bridge the data gap that prevents institutional capital from reaching smallholder farmers.
Traditional agricultural lending relies on collateral and credit history—assets that rural farmers often lack. Verdian Ag replaces this requirement with verifiable, continuous agronomic data. By processing multi-spectral satellite imagery and localized weather data, we model field-level crop stress, vigor, and compliance with recommended agronomic practices.
This processing pipeline outputs the Verdian Score, a structured performance metric designed to support risk assessment. For financial institutions, this translates opaque farming operations into transparent, monitorable assets. For farmers, it provides a data-backed record of their reliability and yield potential.
2. The Verdian Score Architecture
The Verdian Score is a composite metric (0-100) intended to help lenders and partners make informed decisions. It is not a financial credit score; it is an agronomic performance and behavioral compliance score.
The score is synthesized from three primary indices:
- Vigor & Biomass Index: Derived from continuous multi-spectral satellite observation, measuring the physiological health and growth stage of the crop.
- Moisture & Stress Index: Evaluated by estimating soil moisture patterns, evapotranspiration rates, and historical drought stress penalties.
- Behavioral Compliance Ratio: A measure of a farmer's adherence to localized agronomic advisories (e.g., timeliness of planting, responsiveness to irrigation alerts), acting as a proxy for operational reliability.
3. Data Ingestion & Processing
Verdian Ag operates entirely remotely, relying on publicly available and commercially accessible datasets rather than expensive on-site IoT sensors.
3.1 Satellite Analytics Engine
We ingest continuous optical and synthetic-aperture radar (SAR) data. This multi-modal approach ensures consistent data collection regardless of cloud cover.
Our preprocessing pipeline includes:
- Atmospheric Correction: Removing cloud shadows and atmospheric interference from optical imagery.
- Incidence Angle Normalization: Standardizing radar backscatter coefficients to ensure accurate structural modeling across different satellite passes.
- Spatial Aggregation: Processing pixel-level data precisely within the geofenced boundaries of individual smallholder farms.
3.2 Climate and Operations Data
The satellite baseline is enriched with:
- Meteorological APIs: Ingesting historical rainfall data, 14-day forecasts, and temperature extremes.
- Ground-Truth Operational Logs: Data submitted by farmers or extension agents via our mobile interfaces, including planting dates, fertilizer application, and soil type assessments.
4. Agronomic Modeling
Rather than simply displaying raw satellite indices (like NDVI), Verdian Ag processes this data through specialized agronomic models to estimate specific stress factors.
4.1 Water Stress Modeling
We model soil moisture depletion by tracking precipitation inputs against estimated crop evapotranspiration (ETc). When the moisture level drops below the crop's specific permanent wilting point, the model applies a cumulative water stress penalty to the baseline yield forecast.
4.2 Biomass and Yield Estimation
We estimate biomass accumulation using established algorithms (such as adapting principles from the FAO AquaCrop model). By tracking the actual canopy cover growth curve against an idealized logistic S-curve for that specific crop and climate zone, we can estimate discrepancies in vigor and adjust end-of-season yield projections accordingly.
5. Technology Access & Delivery
To ensure our intelligence reaches the environments where it is needed most, Verdian Ag utilizes low-bandwidth, high-accessibility delivery channels.
5.1 The Offline-First PWA
Extension agents and cooperative managers utilize our Progressive Web App (PWA). This application is heavily optimized with Service Workers and IndexedDB, allowing agents to map geofenced field boundaries and log baseline data in areas with zero internet connectivity. Data synchronizes automatically when the device reconnects to a network.
5.2 Conversational Advisory (AI-WhatsApp Bot)
Farmers receive localized agronomic advisories directly via WhatsApp. By integrating natural language processing (NLP), the bot allows farmers to interact conversationally—including via audio voice notes for low-literacy users. This channel delivers timely alerts (e.g., "High heat stress predicted in 3 days, irrigate if possible") and allows farmers to easily log critical events like planting or harvesting.
6. Representative Output Schema
To support institutional integration, Verdian Ag structures its field intelligence into standardized data payloads.
(Note: This is a representative schema intended to illustrate the structure and types of data our models generate for pre-verification and risk assessment purposes.)
{
"field_id": "uuid-v4-string",
"assessment_date": "2026-02-22T00:00:00Z",
"crop_type": "maize_white",
"metrics": {
"verdian_score": 82,
"confidence_level": 0.88,
"vigor_index": {
"current_value": 0.65,
"7_day_trend": "stable"
},
"water_stress": {
"status": "nominal",
"days_since_rain": 4,
"estimated_depletion_percent": 35
},
"compliance_ratio": 0.90
},
"flags": [
{
"type": "heat_stress_warning",
"severity": "medium",
"predicted_onset": "2026-02-25"
}
]
}