-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Context
Currently the dashboard is private (per-subscriber). We need a public-facing impact page that shows aggregate stats across all Regenerative Compute retirements. This serves multiple purposes:
- Social proof — visitors see real, growing numbers before they subscribe
- Content marketing — shareable stats for blog posts, tweets, partner pitches
- Transparency — reinforces the "on-chain, verifiable" brand promise
- Retention — subscribers see they're part of something bigger
What to show
Aggregate stats
- Total carbon credits retired (all time)
- Total biodiversity credits retired (all time)
- Total USS credits retired (all time)
- Number of active subscribers
- Number of pool runs completed
- Total ecological investment (dollars directed to credits)
Live/recent activity
- Most recent pool run with TX hashes (linked to Mintscan)
- Monthly trend — credits retired per month (simple chart or table)
- "This month so far" counter if mid-cycle
On-chain verification
- Links to actual retirement transactions on Regen Ledger
- Links to retirement certificates (regen.network/certificate/XXX)
- Emphasis: "Every number on this page is verifiable on-chain"
Design considerations
- Should be a public page at something like
compute.regen.network/impact - No login required
- Mobile-friendly
- Could include an embeddable badge/widget that partners can put on their sites ("Powered by Regenerative Compute — X credits retired")
- Keep it simple — numbers + links + one clear CTA to subscribe
Data sources
pool_runstable for aggregate retirement totals and TX hashessubscriberstable for active subscriber count- Indexer GraphQL for on-chain verification links
- All data already exists — this is primarily a frontend/presentation task
Acceptance Criteria
- Public page at
/impact(no auth required) - Shows aggregate credits retired by type
- Shows active subscriber count
- Links to on-chain transactions
- Includes CTA to subscribe
- Mobile responsive
- Consider embeddable badge/widget for partners
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels