π’ What is MyZubster?
MyZubster is the world's first decentralized, blockchain-based global map for plants and domestic animals. Every plant and pet registered becomes a permanent, verifiable record on the Monero blockchain.
π± Plants β Digital Assets with GPS + Photos
πΎ Pets β NFC Tags + GPS Tracking
πΊοΈ Global Map β Transparent & Permanent
π€ AI Agents β Gemma Skills-powered Automation
πΏ Conservation β 5% of fees go to environmental projects
β οΈ Payment Policy: Monero (XMR) ONLY
MyZubster accepts MONERO (XMR) ONLY.
Accepted Rejected
β
Monero (XMR) β USDC, USDT, ETH, BTC
β
Privacy & anonymity β PayPal, bank transfers
β
Micro-transactions β Fiat currencies
Why Monero?
π Privacy - No KYC required
π° Low Fees - Micro-transactions (β¬0.10) possible
π Global - Anyone can participate from anywhere
πΏ Sustainable - 5% of fees go to environmental projects
π Fee Structure
Fee Type Percentage Destination
Creator Fee 2% Platform development
Conservation Fund 5% Environmental & animal welfare projects
AI Agent Fee 3% Gemma Skills integration
Operations 90% Infrastructure, hosting, support
Creator Wallet (2%):
text
45M4DW1ug8bdQowWpxucTpgsfjLbVxbYaAra79VewmBobuuhgqTjyD4R3DzpqLM2veiphcB16n24qN1QbLg3y2PYGK3Qkoe
π± For Plants
How It Works
Find a plant/tree anywhere in the world
Take photos and note GPS coordinates
Register on MyZubster platform
Pay registration fee in XMR
Plant appears on the global map
Earn rewards in XMR for registrations and verifications
Earn Rewards
Action Reward (XMR)
Register Plant 0.001 XMR
Verify Plant 0.002 XMR
Update Growth 0.0005 XMR
Discover New Plant 0.01 XMR
πΎ For Pets (MyZubster Pets)
How It Works
Attach an NFC tag to your pet's collar
Register your pet on MyZubster Pets
Pay registration fee in XMR
Pet record is stored permanently on blockchain
Pet appears on the global map
Track your pet with GPS
What Data Is Stored
Field Description
Name Pet's name
Species Dog, cat, horse, etc.
Breed Specific breed
Birthdate Age
Owner Monero address
GPS Current location
Photos IPFS hash
NFC ID Unique chip ID
Benefits for Pet Owners
Benefit Description
Proof of Ownership Immutable record on blockchain
Lost Pet Recovery GPS + NFC to find lost pets
Medical History Vaccinations, visits, medications
Earn Rewards Get XMR for pet activities
Community Network of pet owners
π€ AI Agents with Gemma Skills
We've integrated Google's Gemma Skills framework to create specialized AI agents for MyZubster.
Agent Architecture
text
src/agents/
βββ init.js # Agent exports
βββ skills/
β βββ plantAgent.js # Plant Agent (recognition, monitoring, verification, conservation)
β βββ petAgent.js # Pet Agent (NFC, GPS, health, recovery)
β βββ paymentAgent.js # Payment Agent (XMR, fees, rewards, fraud detection)
β βββ verificationAgent.js # Verification Agent (plant/pet verification, voting, quality scoring)
βββ memory/
β βββ longTermMemory.js # Long-term memory system with PostgreSQL
βββ orchestrator/
βββ agentOrchestrator.js # Agent coordinator and task router
AI Agents
Agent Skills Purpose
πΏ Plant Agent Recognition, Monitoring, Verification, Conservation Identify and track plants
πΎ Pet Agent NFC Reading, GPS Tracking, Health, Recovery Track and protect pets
π° Payment Agent XMR Processing, Fee Calculation, Rewards, Fraud Detection Handle all payments
π Verification Agent Plant/Pet Verification, Voting, Quality Scoring Validate registrations
How Agents Work
User registers a plant or pet β Data is sent to the agent system
Agent processes the request β Uses Gemma Skills for analysis
Verification Agent validates β Checks data quality and authenticity
Payment Agent processes fees β Calculates and distributes XMR
Memory stores everything β Long-term storage for future reference
Example: Plant Registration Flow
javascript
// User submits plant data
const plantData = {
species: 'Quercus robur',
gps: { lat: 41.9028, lng: 12.4964 },
photos: ['photo1.jpg', 'photo2.jpg']
};
// Agent processes
const plantAgent = new PlantAgent();
const verificationAgent = new VerificationAgent();
const paymentAgent = new PaymentAgent();
// 1. Verify plant
const verified = await verificationAgent.verifyPlant(plantData);
// 2. Process payment
const fees = paymentAgent.calculateFees(0.10); // 0.10 XMR
// 3. Store in memory
await memory.store('plant', { ...plantData, verified, fees });
π° Bounty Program
Earn Monero (XMR) by contributing to the project!
Tier XMR Fiat Tasks
Spicciolo 0.0005 β¬0.10 Typo, broken link
Spiccioletto 0.001 β¬0.20 Warnings, comments
Spicciona 0.003 β¬0.60 Tests, README
SuperSpiccio 0.01 β¬2.00 Simple feature
Premium 0.06 β¬12.00 Complex feature
Elite 0.10+ β¬20.00+ Architecture, security
Open Bounties
Issue Description Bounty
8 Plant Registration System 0.06 XMR
9 Global Plant Map Visualization 0.06 XMR
10 Plant Verification System 0.06 XMR
11 Plant Rewards System 0.03 XMR
12 Plant NFT-like Certificates 0.06 XMR
NFC Pet NFC Integration 0.06 XMR
GPS Pet GPS Tracking 0.06 XMR
How to Participate
Find an issue with the π° label
Comment "I'll take this!"
Develop the solution
Open a PR with your Monero address
Receive payment in XMR!
π Documentation & Guides
Project Documentation
Document Description Link
Main README Project overview and getting started README.md
Economics Tokenomics and fee structure ECONOMICS.md
Contributing How to contribute to the project CONTRIBUTING.md
Code Review Guide Open Code Review process CODE_REVIEW_GUIDE.md
Funding Fund transparency and donations FUNDING.md
Conservation Conservation projects and impact CONSERVATION.md
AI Agents Documentation
Document Description Link
AI Agents Full documentation of AI agent system AI Agents
Plant Agent Plant recognition, monitoring, verification plantAgent.js
Pet Agent NFC, GPS, health, recovery petAgent.js
Payment Agent XMR processing, fees, rewards paymentAgent.js
Verification Agent Validation, voting, quality scoring verificationAgent.js
Long-Term Memory PostgreSQL-based memory system longTermMemory.js
Agent Orchestrator Agent coordinator and task router agentOrchestrator.js
API Documentation
Document Description Link
Gateway API Payment gateway API documentation Gateway
Marketplace API Marketplace and NFT API Marketplace
Docs API Documentation and guides Docs
Gemma Skills Resources
Resource Description Link
Gemma Skills Official Google AI framework Google AI
AI Agents Guide How to build AI agents Guide
πΊοΈ Roadmap 2026-2028
Phase 1: Foundation (Q3 2026) β
β
Architecture & Documentation
β
XMR-only payment policy
β
GitHub repositories setup
β
Open Code Review process
β
First external contributors
Phase 2: Core Features (Q4 2026)
β‘
MVP Launch
β‘
Plant Registration System (GPS + Photos)
β‘
Global Map Visualization
β‘
Plant Verification System
β‘
Monero Payment Integration
β‘
NFT-like Plant Certificates
Phase 3: Animals & NFC (Q1 2027)
β‘
MyZubster Pets Launch
β‘
NFC Tag Integration
β‘
GPS Tracking for Pets
β‘
Pet Registration System
β‘
Pet Verification System
β‘
Mobile App (iOS + Android)
Phase 4: AI Integration (Q2 2027)
β‘
Multi-Agent AI System β
β‘
Plant Agent (monitoring + verification) β
β‘
Pet Agent (tracking + health) β
β‘
Verification Agent (automated validation) β
β‘
Payment Agent (XMR automation) β
β‘
Long-Term Memory System β
β‘
Agent Orchestrator β
Phase 5: Ecosystem (Q3 2027)
β‘
Veterinary API Integration
β‘
Carbon Credits Integration
β‘
Global Partnerships
β‘
Community DAO
β‘
Multi-language Support (i18n)
Phase 6: Scale (Q4 2027+)
β‘
1M+ Plants Registered
β‘
100K+ Pets Registered
β‘
50+ Countries Active
β‘
Sustainable Revenue Model
β‘
Full Decentralization
π Repository Structure
text
myzubster/
βββ gateway/ β Payment Gateway (MyZubsterGateway)
βββ marketplace/ β Marketplace (MyZubster-Marketplace)
βββ docs/ β Documentation (myzubster-docs)
β βββ field/ β Sant'Aquilina Field Project
β βββ housing/ β Housing Info
β βββ collaborators/β Collaborators
β βββ animals/ β MyZubster Pets
βββ assets/ β Project Assets
βββ src/
β βββ agents/ β AI Agents (Gemma Skills)
β β βββ skills/ β Plant, Pet, Payment, Verification Agents
β β βββ memory/ β Long-Term Memory System
β β βββ orchestrator/ β Agent Orchestrator
β βββ ... β Other source code
βββ app/ β Main Application
Repository Links
Repository Description Link
Main Repo Project code and documentation myzubster
Gateway Payment gateway in XMR MyZubsterGateway
Marketplace Plant and pet marketplace MyZubster-Marketplace
Docs Project documentation myzubster-docs
Assets Project assets myzubster-assets
App Main application MyZubster-App
π Open Code Review
We follow Open Code Review - all PRs are public, all comments are constructive, and everyone learns together.
Learn more: CODE_REVIEW_GUIDE.md
πΏ Sant'Aquilina Field Project (Vision)
A few friends and I visited a beautiful field near Sant'Aquilina and started dreaming about a permaculture + training + coexistence project.
This is just a vision for now. No agreements have been made.
What We Imagined
π± Permaculture - Sustainable farming, synergistic gardens
ποΈ Training - Outdoor gym, fitness, yoga
π€ Coexistence - Community spaces, shared activities
π Sustainability - Environmental education and practice
Estimated Budget (if pursued)
Expense Item Estimated Cost
Field Rent (24 months) β¬20,000
Permaculture Equipment β¬3,000
Training Equipment β¬3,500
Irrigation System β¬2,500
Structures (gazebo, fencing) β¬4,000
Tools & Utensils β¬2,000
Insurance (24 months) β¬2,000
Permits & Bureaucracy β¬1,000
Marketing & Communication β¬1,000
Contingency (10%) β¬1,000
TOTAL β¬40,000
π The Vision
Imagine a world where:
β
Every tree has a permanent record
β
Every pet is trackable and verifiable
β
Deforestation is visible and transparent
β
Conservation is funded automatically
β
Anyone can participate from anywhere
β
AI agents monitor and protect nature
β
Environmental projects are funded transparently
That's what we're building.
π€ How You Can Help
- π° Donate in Monero text
45M4DW1ug8bdQowWpxucTpgsfjLbVxbYaAra79VewmBobuuhgqTjyD4R3DzpqLM2veiphcB16n24qN1QbLg3y2PYGK3Qkoe
- π± Register a Plant or πΎ Register a Pet
Visit MyZubster and register a plant or pet. Contribute to the global map and receive rewards in XMR.
-
π¨βπ» Become a Collaborator
π» Development (Node.js, React, Monero, AI)
π± Permaculture (design, implementation)
πΎ Animal Welfare (NFC, GPS, veterinary)
π’ Marketing (social, content creation)
π° Fundraising (partnerships, sponsors)
π’ Share the Project
Share on social media, with friends, and in environmental communities.
π Contact & Social
GitHub Profile
Platform Link
GitHub DanielIoni-creator
GitHub Repo myzubster
Social Media
Platform Link
Twitter/X @myzubster
Dev.to DanielIoni-creator
Project Links
Resource Link
Main Repo https://github.com/DanielIoni-creator/myzubster
Gateway https://github.com/DanielIoni-creator/MyZubsterGateway
Marketplace https://github.com/DanielIoni-creator/MyZubster-Marketplace
Docs https://github.com/DanielIoni-creator/myzubster-docs
Creator Wallet 45M4DW1ug8bdQowWpxucTpgsfjLbVxbYa...
π Thank You
Thank you to everyone following and supporting this project. Special thanks to our contributors:
guoyunfeng - i18n, PGP, Monero integration
terminator-cmd - Monero wallet, webhooks
Byaigo - Token balances, P2P messaging
harshaaaaw - Email notifications
π±πΎπ€π Together, we plant the future. One plant, one pet, one field at a time.
Built with β€οΈ for the planet by DanielIoni-creator
π Tags
text
monero, blockchain, opensource, sustainability, permaculture, web3, crypto, green-tech, animals, pets, nfc, gps, ai, machine-learning, multi-agent, gemma-skills, google-ai, long-term-memory, plant-map, conservation, carbon-offset, decentralized, privacy, xmr
Top comments (0)