DEV Community

Daniel Ioni
Daniel Ioni

Posted on

Exploring a LIFE Pilot: Hemp, Environmental Evidence and MyZubster

Exploring a LIFE Pilot: Hemp, Environmental Evidence and MyZubster

As MyZubster continues exploring real-world environmental pilots, we are looking at another interesting field of experimentation:

hemp and environmental monitoring.

The idea is not simply to create another agricultural application.

We want to investigate whether the infrastructure we're building for MyZubster — maps, geolocated evidence, field verification, digital identities and auditable activity histories — could support a future LIFE-oriented pilot involving hemp cultivation and environmental data.

From a field to a verifiable environmental dataset

A pilot could begin with something very simple: documenting what actually happens in the field.

Pilot area

Geolocation

Initial environmental evidence

Cultivation/activity

Periodic observations

Photos + measurements

Field verification

Environmental results

Instead of treating photographs as isolated uploads, each observation could belong to a persistent pilot case.

That case could develop over weeks or months.

What could MyZubster contribute?

MyZubster is already being designed around the concept of connecting real-world activity with digital evidence.

For an agricultural/environmental pilot, that could mean associating a location with structured observations such as:

{
"pilot_id": "MYZ-LIFE-HEMP-001",
"category": "environment",
"location": "...",
"observation_date": "...",
"evidence": {
"photo_reference": "...",
"verification_status": "pending"
},
"activity": "...",
"result": "..."
}

The exact scientific indicators would need to be defined with the environmental and agricultural partners involved.

That's important: MyZubster would provide the digital evidence infrastructure, not replace scientific methodology.

Building a timeline instead of collecting random photos

One of the concepts we're testing elsewhere in MyZubster is the idea of an evidence lifecycle.

We could apply the same principle here:

BASELINE

ACTIVITY

OBSERVATION

EVIDENCE

VERIFICATION

NEW OBSERVATION

FINAL ASSESSMENT

This creates something much more useful than a gallery.

It creates a history of the pilot area.

Researchers and project partners could potentially inspect how a location changed during the experiment and trace the evidence associated with each stage.

Connecting the pilot to the MyZubster map

The map could become the main entry point.

A pilot location could expose its public-safe information:

where the experiment takes place → what is being tested → current stage → verified observations → environmental results

Sensitive information would remain protected, while suitable results could be made publicly accessible.

The architecture becomes:

Physical pilot


Geospatial layer


Evidence collection


Verification


MyZubster Map


Pilot history
People can become part of the evidence chain

This also connects with another area we're developing: MyZubster digital characters and identities.

A verified activity could eventually be associated with the person or organization responsible for that contribution.

For example:

Person

MyZubster identity

Field activity

Evidence

Verification

Environmental contribution

The goal isn't gamification for its own sake.

The interesting part is creating a traceable connection between who participated, what happened, where it happened and what evidence supports it.

Why this could be interesting for LIFE

A future LIFE proposal needs much more than software.

It needs environmental objectives, methodology, measurable indicators, qualified partners, governance and demonstrable impact.

Our role could be narrower and practical:

build the digital infrastructure that helps document what happens during the pilot.

MyZubster could potentially support:

mapping + evidence + verification + activity history + public communication

while scientific institutions, environmental organizations, agricultural partners and other competent actors define and validate the actual methodology.

The next step

Before calling this a LIFE project, we need the right partners and a properly defined pilot.

That's the stage we're working toward.

The question we're exploring is:

Can a physical environmental experiment generate a transparent, geolocated and verifiable digital history from its first day to its final results?

If the answer is yes, hemp could become one of several environmental use cases for the broader MyZubster evidence infrastructure.

We're building the tools to test it in the real world.

DEV.to tags: #opensource #sustainability #webdev #blockchain

Top comments (0)