Inspiration

The inspiration for this project comes from the disconnect between global climate finance and the African smallholder farmer. Billions of dollars are funneled into carbon credit markets annually, yet the farmers actually doing the work of reforestation and land restoration remain invisible to these systems. Without a verifiable link between a human identity and a specific plot of land, smallholders are excluded from green economy incentives. We wanted to build a bridge that allows a farmer to prove their environmental impact using the same credentials they use for national services.

What it does

Eco-ID is a digital public infrastructure layer that links a farmer's national digital identity (MOSIP) to their environmental stewardship. The system allows farmers to register their land plots via GPS and link them to their verified identity. By integrating satellite imagery and local verification data, the platform validates tree growth and soil restoration efforts. Once verified, the system "mints" digital carbon credits directly to the farmer’s ID-linked wallet, allowing them to access direct payments or use their environmental track record as collateral for green financing.

How we built it

We built the core prototype using Python and the Flask framework to handle the logic of identity-to-asset linking. The system uses a centralized registry to simulate the intersection of a foundational identity system and a functional land-use database. We focused on building an API-first architecture that could theoretically plug into the MOSIP eSignet service for secure, consent-based identity verification. The data structure was designed to hold geospatial coordinates alongside traditional identity attributes to ensure every carbon credit has a verifiable point of origin.

Challenges we ran into

The primary challenge was designing for the "connectivity gap." Many of the areas where reforestation is most critical have the least internet access. We had to rethink the verification process to include an offline-first logic, where a local agent can verify tree growth on-site and sync the data later without compromising the security of the farmer's digital signature. Additionally, ensuring data privacy while maintaining a transparent public ledger for carbon buyers required a delicate balance of encryption and open-access reporting.

Accomplishments that we're proud of

We are proud of creating a logic flow that turns a "static" identity into a "productive" one. Most digital ID use cases focus on access to existing services; our system allows the ID to become an engine for wealth creation. Successfully simulating the "Fraud Alert" mechanism where a single plot of land cannot be used to claim multiple credits by different identities was a major milestone in proving the system's integrity.

What we learned

We learned that Digital ID is not just about a card or a number. We realized that for a climate solution to be feasible in the African context, it must be inclusive of those with low digital literacy. This led us to move away from complex app interfaces toward a backend-heavy system that could eventually support simple USSD or voice-based interactions for the end user.

What's next for Eco-ID

The next phase involves integrating a more robust geospatial verification layer. We aim to move from simulated satellite data to actual API integrations with open-source environmental monitoring tools. We also plan to explore the issuance of Verifiable Credentials (VCs) so that a farmer can carry their "Eco-Status" as a portable digital certificate, recognized by banks and international climate funds alike.

Built With

Share this project:

Updates