Inspiration

If you hold equity in a private startup, you cannot sell it. There is no market for it. You either wait years for an IPO that may never come, or you hire expensive lawyers and hunt for buyers through personal connections. On the other side, 90% of everyday investors are locked out of pre-IPO equity — the highest-returning asset class in modern finance — simply because they don't meet the SEC's accredited investor threshold.

We started from one question: what if anyone with a Bitcoin wallet could buy and sell startup equity the same way they buy Bitcoin?

What it does

NoBell is a decentralized, peer-to-peer equity marketplace built on Bitcoin. It lets startup shareholders tokenize their shares using Taproot Assets — a Bitcoin-native protocol — and list them for sale directly to investors, with no banks, lawyers, or middlemen.

An AI-powered risk inspector evaluates every listing before it goes live. It verifies the seller's ownership cryptographically using Merkle inclusion proofs, scores the company's financial health across 12 risk factors (burn rate, revenue growth, customer churn, funding efficiency, and more), and displays a plain-language composite risk score (0–100) to investors. Trades settle in Bitcoin — on-chain for the MVP, with a Lightning Network fast path as our stretch goal.

How we built it

  • Bitcoin + Taproot Assets (tapd): Base layer for minting and transferring tokenized equity on-chain. Each share token is anchored to a Bitcoin genesis transaction and verified via Sparse-Merkle Tree inclusion proofs.
  • Servicer Backend (REST API): Handles order creation, escrow, Bitcoin payment detection, and automated digital certificate generation — replacing traditional legal paperwork with a cryptographically signed ownership record.
  • AI Risk Engine: Scores startups across 6 weighted dimensions using a machine learning model trained on realistic startup financial data. Outputs a 0–100 composite risk score with 5 plain-language tiers.
  • React Frontend: Full marketplace UI with wallet connect, listing creation, order book, buy flow, portfolio dashboard, and admin validation panel.
  • Lightning Network (stretch goal): Edge nodes with RFQ-based decentralized pricing for instant atomic swaps.

Challenges we ran into

Taproot Assets is a relatively new protocol with sparse documentation outside of the official Lightning Labs docs. Understanding Sparse-Merkle Tree proof structures and integrating them into our ownership verification flow took significant time. On the frontend, syncing wallet state with the live order book — without a traditional login system, since your wallet address IS your identity — required rethinking our entire authentication model from scratch.

Accomplishments that we're proud of

We built a working end-to-end trade flow: a shareholder lists tokenized shares → the AI inspector validates ownership and scores the company → an investor purchases with Bitcoin → a digital ownership certificate is generated automatically. All of this happens without a single bank, lawyer, or centralized intermediary. The risk scoring engine produces results that are genuinely interpretable to a retail investor, not just a risk analyst.

What we learned

Bitcoin is more capable than most people give it credit for. Taproot Assets brings real-world asset tokenization to the most secure and decentralized blockchain in existence — without needing a new chain or a new token. We also learned that the hardest problem in decentralized finance isn't the blockchain layer — it's the user experience layer. Making trustless, cryptographic ownership feel as simple as a stock app is a design challenge as much as an engineering one.

What's next for NoBell

  • Full Lightning Network integration for instant settlement via edge nodes and RFQ-based decentralized pricing
  • Regulatory licensing under SEC Reg CF, EU ECSP, MAS Singapore, and UAE VARA frameworks
  • Rewards and cashback program for active investors (1%–3% cashback in platform tokens)
  • Mobile app with swipe-based startup discovery — because investing in the next great company should feel as natural as scrolling your feed

Built With

+ 31 more
Share this project:

Updates