Integrating with External Frameworks
Map Green Goods data to existing impact measurement standards and frameworks.
Sustainable Development Goals (SDGs)
Green Goods Actions Map To:
SDG 13: Climate Action (tree planting, carbon sequestration)
SDG 14: Life Below Water (waterway restoration)
SDG 15: Life on Land (biodiversity, reforestation)
Query actions by SDG alignment (future tagging system).
Carbon Credit Frameworks
Extract Carbon Data:
query CarbonWork {
Work(where: {title: {_ilike: "%tree%"}}) {
title
metadata
actionUID
approvals(where: {approved: {_eq: true}}) {
timestamp
}
}
}Calculate:
Trees planted × average CO2 sequestered per tree
Area restored × carbon per hectare
Long-term monitoring via attestation chain
Biodiversity Indices
Species Documentation:
Metrics:
Species count
Habitat quality indicators
Population trends over time
Karma GAP Standard
Automatic Integration:
All gardens = GAP projects
All approved work = GAP impacts
Query via Karma GAP API
Benefits:
Standardized across protocols
Multi-chain reporting
Funder-friendly format
Custom Frameworks
Build Your Own Mappings:
Query Green Goods GraphQL API
Extract relevant metrics
Transform to your format
Import to your system
Example: Custom Dashboard
Export Formats
CSV: Spreadsheets and basic analysis JSON: Databases and programmatic access GraphQL: Real-time integrations
Learn More
Last updated