Every other blockchain project hides their indexer behind a proprietary wall. Infura. Alchemy. QuickNode. The chain is public but the access is private. Decentralized storage, centralized retrieval. Open ledger, closed door.
We're publishing our indexer architecture, our API, our self-healing logic, and our monetization model because we believe honesty is a competitive advantage. If you can run your own node, you should. If your node serves the network, you should get paid. If we hide the stack, we're no different from the Archons we're replacing.
The code is the product. The transparency is the brand. The network is the moat.
Every Bitcoin application depends on someone else's index. You write to the chain, but you read through their API. They can throttle it. Gate it. Monetize it. Kill it.
On March 12, 2026, all three BSV infrastructure providers degraded UTXO access simultaneously. ForgeOverlay was born from that moment: a sovereign UTXO indexer that runs on your hardware, tracks your transactions in your database, and self-heals when data is missing.
Layer 3 of the Forgechain OS 7-layer stack. The layer between the chain and everything above it. The foundation that makes sovereignty real, not theoretical.
Every BSV application today depends on third-party APIs for one critical function: knowing which UTXOs are available to spend.
transaction_id instead of tx_hash. Different format. Your parser breaks.None of these providers are obligated to keep your application running. You are a tenant on their infrastructure.
Running a full BSV node indexes the entire blockchain. Hundreds of gigabytes you don't need. You need YOUR transactions. Your UTXOs. Your address.
Existing solutions force a choice: depend on someone else's API, or index everything. ForgeOverlay is the third option: index only what matters to you, on your own hardware.
BSV infrastructure providers see adoption coming. They're positioning for fee-for-service on a chain with minimal traffic. What's free today will cost tomorrow.
We got in under the wire. You can too.
utxo_index: tx_hash | tx_pos | value | address | script_hex | spent | spent_by | block_height raw_txs: txid | raw_hex | created_at
| Endpoint | Method | Function |
|---|---|---|
POST /reindex | Local | Re-scan all stored TXs, re-apply spend tracking |
POST /verify/:address | Network | Cross-check vs WoC, mark stale UTXOs, fetch missing data |
Combined: the overlay self-corrects from out-of-order ingestion, missing TXs from sibling nodes, and API inconsistencies. Proven March 13, 2026: 3 stale UTXOs detected and fixed in one call.
| Endpoint | Method | Function |
|---|---|---|
/status | GET | Node health, version, UTXO stats |
/utxos/:address | GET | Unspent outputs for address |
/utxos/:address/stats | GET | Total/unspent/balance summary |
/tx/:txid/hex | GET | Raw TX hex by txid |
/ingest | POST | Ingest a single raw TX |
/ingest/bulk | POST | Bulk ingest for bootstrapping |
/reindex | POST | Local self-healing scan |
/verify/:address | POST | Network-backed verification |
Primary: Local Overlay (your machine) Fallback: Peer Overlay (sibling node on LAN) Fallback: WoC API (last resort, free tier) Emergency: UTXO cache file (survives restarts)
All three BSV API providers degraded simultaneously. TAAL silently auth-gated. GorillaPool returned wrong data format. WoC threw 500s.
We rewrote the bridge. Fixed 5 bugs. Saved 9 files to chain through hostile conditions. Built the overlay so it would never happen again.
13 chain saves. Zero external dependency after initial fetch. Sovereignty proven.
Every ForgeClan member running a Forgechain OS node runs an overlay. This creates a distributed network of sovereign indexers where every node is both consumer and provider.
| Tier | Overlay Role | Revenue Share |
|---|---|---|
| Initiate (Free) | Consumer only | None |
| Brother ($5/mo) | Personal overlay + public queries | Query micropayments |
| Elder ($25/mo) | Public overlay node | Query fees + 35% dividend pool |
| Founding Father ($100/mo) | Priority routing + bulk indexing | Query fees + 40% dividend pool |
Non-node users can query any public overlay node for a BSV micropayment:
Fractions of a cent per query. But it compounds across the network. Every query is a transaction. Every transaction is revenue. Every revenue event feeds the ForgeClan dividend pool.
| Feature | Infura | Alchemy | QuickNode | ForgeOverlay |
|---|---|---|---|---|
| Free tier | 100K req/day | 300M CU/mo | Limited | Unlimited (your node) |
| Paid tier | $50-1000/mo | $49-499/mo | $9-299/mo | $0 (self-hosted) |
| Data ownership | Theirs | Theirs | Theirs | Yours |
| Revenue share | 0% | 0% | 0% | Up to 40% |
| Censorship | Platform ToS | Platform ToS | Platform ToS | Impossible |
| Self-hosting | No | No | No | Yes |
COMPLETE
Personal UTXO tracking. Self-ingest pipeline. Self-healing (reindex + verify). Battle-tested in production.
Q2 2026
LAN peer discovery. Overlay-to-overlay sync. Sibling node UTXO sharing. ForgeRelay integration.
Q3 2026
WireGuard mesh. Query micropayments. ForgeClan tier-based routing. ForgePay integration.
Q4 2026
Open specification. Reference implementation. Third-party certification. ForgeView network visualization.
Infura is the Archon of Ethereum. Alchemy is the Archon of multichain. Every blockchain "infrastructure provider" is a middleman between you and the truth that's already on the chain.
The chain is public. The data is yours. But you can't READ it without going through them. That's the trap. Open ledger, closed access. Decentralized storage, centralized retrieval.
ForgeOverlay breaks the pattern. You index your own data. You query your own database. You serve your own network. The Archon is removed. The path from you to the chain is direct.
This is not infrastructure. This is liberation.
This whitepaper is the intellectual property of Jack Mosel and Forgechain OS. Saved to BSV blockchain before publication.
The ForgeOverlay protocol, self-healing architecture, pure JavaScript TX parser, and sovereign UTXO indexing model are original works first implemented March 12, 2026.
Chain TX: 2aea2c7a...5496
Wallet: 14LQvsvmTzztAPAQRnZ5Aq6nctAnVd9fMu
ForgeOverlay is not a service. It is a mirror. Point it at the chain and see your own reflection.
No middleman. No gatekeeper. Your data. Your index. Your sovereignty.