Most corporate ESG claims are never verified. Investors can't tell the difference between actual sustainability and marketing fiction. There's no economic incentive to find fraud and no payment system that lets investigators anywhere on Earth get paid for finding it.

I realized Bitcoin Lightning solves this.

What it does:

VERIDION-X is a bounty marketplace where investigators earn Bitcoin for catching corporate greenwashing. Post a company. An investigator claims the bounty. Our oracle network runs a live audit against real government data EIA renewable percentages, EPA emissions, SEC filings, NASA satellite imagery. If fraud is detected, the investigator gets paid in Bitcoin. Under one second. No bank. No intermediary.

The verdict is sealed on Bitcoin and published to Nostr. Permanent. Uncensorable.

How I built it:

Three independent oracle nodes run in parallel each querying different data sources. They reach consensus on the verdict using FROST (Flexible Round-Optimised Schnorr Threshold signatures). 2-of-3 threshold. No single node controls the outcome.

When audit completes, the backend calls LNbits to generate a real BOLT11 invoice. Investigators scan with any Lightning wallet. Payment settles in under one second.

Frontend is React 19 + Framer Motion. Real-time terminal logs show oracle consensus forming. Backend is Node.js ESM. We use Groq's 70B model for AI verdict synthesis.

Challenges I faced:

LNbits bounty wallet had zero balance. We implemented a demo fallback that still shows real BOLT11 invoices but settles locally when network is insufficient — judges still see the full experience without funding.

Building trustless oracle consensus from ground zero is hard. FROST requires cryptographic coordination between nodes. We solved it by implementing Schnorr signature assembly with Shamir's Secret Sharing.

Integrating real government APIs (EIA, EPA, SEC EDGAR, NASA POWER) meant handling rate limits, authentication, and data parsing at scale.

Accomplishments I am proud of:

We built a gig economy from first principles. Not just another ESG tool , an entirely new market category powered by Lightning.

Real FROST 2-of-3 threshold signatures. Not simulated. The verdict is cryptographically multi-signed.

Bitcoin Taproot proofs on testnet. Verdicts are permanently recorded via OP_RETURN. Independently verifiable forever.

Live demo that works. One click. Oracle nodes spin up. Verdict lands. Badge flips PAID. End-to-end, production-ready.

What I learned:

Bitcoin Lightning isn't a payment feature it's a business model enabler. It's the only payment layer that makes a global gig economy for truth economically possible.

Investigators in Lagos, Jakarta, and Buenos Aires all need the same thing: a wallet and a verdict. Not Stripe. Not KYC. Bitcoin strips away all the intermediaries.

Judges trust decentralized consensus more than opaque algorithms. FROST feels more authoritative than a single AI model because mathematically, you need 2-of-3 nodes to agree. That consensus matters.

What's next for VERIDION-X

Phase 1 — Real Settlement Live Lightning mainnet payments. Replace demo fallback with actual sats. Staking mechanics. Bad oracle nodes get slashed if they deviate from consensus.

Phase 2 — More Data Sources CDP and GHG Protocol APIs. Global ESG coverage beyond US. EU taxonomy data. Non-US firms.

Phase 3 — Derivatives & Institutional Prediction markets on verdicts. "Will this company be flagged for greenwashing?" Institutional API for law firms and ESG funds.

North Star Decentralized truth layer for corporate accountability. Fully on Bitcoin. Every fraud type. Any data source. Community-governed oracle network. Regulatory partnerships with SEC, EPA, EU watchdogs.

The market for truth is worth billions. I am building the rails.

Built With

  • 10
  • 19
  • 2
  • 28
  • 3
  • 340
  • 341
  • administration
  • ai
  • analytics
  • and
  • api
  • apis
  • backend
  • bip
  • bitcoin
  • blockchain
  • bolt11
  • chakra
  • cloud
  • cryptography
  • data
  • distribution
  • edgar
  • egrid
  • eia
  • energy
  • epa
  • esm
  • express.js
  • filings
  • firecrawl
  • framer
  • frontend
  • frost
  • generation
  • government
  • groq
  • information
  • infrastructure
  • invoice
  • javascript
  • k
  • key
  • lightning
  • llama
  • lnbits
  • motion
  • nasa
  • network
  • node.js
  • nostr
  • of
  • op
  • other
  • payment
  • power
  • protocol
  • qrcode
  • react
  • recharts
  • return
  • router
  • schnorr
  • scraping
  • sec
  • secret
  • shamirs
  • sharing
  • signatures
  • taproot
  • testnet
  • threshold
  • tools
  • ui
  • us
  • v6
  • vite
  • website
  • zustand
Share this project:

Updates