ForgeBox is a sovereign media center built on Kodi's GPL v2 open-source core. Forked. Rebranded. Hardened with BSV chain verification, sCrypt content licensing, encrypted transport, and micropayment streaming. It is the anti-cable-box, anti-Apple TV, anti-Roku. A media hub that requires zero permission from any corporation, ISP, or content gatekeeper.
Every add-on is chain-stamped before distribution. Every content license is an sCrypt contract on BSV. Every stream is encrypted through WireGuard mesh. Every payment flows directly from viewer to creator via ForgePay micropayments.
Piracy is a distribution problem, not a morality problem. 50 sats per stream with zero friction means creators get paid more than Spotify pays them, and users pay less than Netflix charges them. Economics kill piracy without lawsuits, DRM, or surveillance. ForgeBox proves it.
Every screen in your house is a toll booth. Cable boxes charge $150/month for 500 channels of garbage you never watch. Streaming services started as cable killers and became cable. Netflix, Hulu, Disney+, HBO Max, Peacock, Paramount+, Apple TV+, Amazon Prime. Stack them up and you are paying $100/month again. Full circle. The Archons just changed uniforms.
| Service | Monthly Cost | What You Get | What They Get |
|---|---|---|---|
| Cable TV | $100-200 | 500 channels, 490 unwatched | Your attention, your data, your habits |
| Netflix | $15-23 | Content they can remove anytime | Behavioral profile, viewing habits, household data |
| Disney+ | $8-14 | Content they rotate to create urgency | Family data, children's behavioral profiles |
| Hulu | $8-18 | Ads on the tier you already pay for | Ad targeting data, cross-platform tracking |
| Apple TV+ | $10 | Hardware lock-in disguised as content | Ecosystem capture, device purchase data |
| Amazon Prime | $15 | Content bundled with shipping to obscure the cost | Purchase history, Alexa data, Ring footage |
| ForgeBox | $0/month | Everything. Forever. You own the device. | Nothing. No account. No data. No surveillance. |
Apple TV costs $129 and only works well inside Apple's ecosystem. Roku sells your data to advertisers and injects ads into your home screen. Fire Stick is an Amazon surveillance device with a media player attached. Every "smart" TV phones home with your viewing habits. Samsung TVs display ads on hardware you already purchased.
You paid for the device. You do not own it. The manufacturer decides what apps you can install, what content you can access, what ads you see on your own television. Root your Fire Stick and Amazon bricks it. Sideload on Roku and your warranty is void. The hardware you bought is not yours.
Netflix pays creators a flat buyout. Once the check clears, the creator earns nothing more regardless of how many millions watch. YouTube pays $0.003-0.005 per view after taking 45%. Spotify pays $0.003 per stream. Independent filmmakers, musicians, and artists cannot survive on these economics. The platforms pocket the difference between what users pay and what creators receive.
The gap is staggering. Netflix revenue: $34 billion. Netflix content spend: $17 billion. Half the money never reaches creators. It funds the platform, the algorithm, the recommendation engine designed to keep you watching longer so they can sell more ads or justify another price increase.
Your ISP inspects your traffic. They know you are watching Netflix. They know you are torrenting. They know you are using a VPN. Deep packet inspection lets them throttle specific services, prioritize their own content offerings, and sell your browsing data. Net neutrality is dead in the US. Your ISP is another gatekeeper between you and your media.
ForgeBox routes all traffic through WireGuard mesh via ForgeHard. Your ISP sees encrypted packets. Nothing else. They cannot throttle what they cannot identify.
Digital Rights Management does not stop piracy. It never has. Every DRM scheme in history has been cracked, usually within weeks. What DRM does accomplish: it prevents legitimate customers from using content they paid for. Cannot play your purchased movie on an unsupported device. Cannot back up your library. Cannot share with family members on different platforms. DRM punishes compliance and incentivizes piracy.
ForgeBox replaces DRM with economics. The license IS the transaction. An sCrypt contract on BSV that says: this key paid 50 sats to play this content. No separate DRM layer. No encryption that breaks playback. No phone-home verification. The chain proves you paid. That is the license. Period.
Kodi is the most battle-tested open-source media center on Earth. 20 years of development. Runs on Linux, Windows, macOS, Android, iOS, Raspberry Pi. Supports every codec, every format, every protocol. GPL v2 licensed: legal to fork, modify, and redistribute. Thousands of add-ons. Millions of users. The codebase is proven.
ForgeBox forks Kodi's core and adds three capabilities it lacks: chain verification, native micropayments, and encrypted transport. We do not reinvent the media player. We sovereign-harden the best one that already exists.
┌─────────────────────────────────────────────────────────┐
│ FORGEBOX │
│ │
│ ┌─────────────┐ ┌──────────────┐ ┌────────────────┐ │
│ │ Kodi Core │ │ Chain Layer │ │ Payment Layer │ │
│ │ (GPL v2) │ │ (ForgeOverlay│ │ (ForgePay) │ │
│ │ │ │ + BSV) │ │ │ │
│ │ - Playback │ │ - Add-on │ │ - Micropayment │ │
│ │ - Codecs │ │ verify │ │ per stream │ │
│ │ - Skins │ │ - License │ │ - sCrypt │ │
│ │ - Add-ons │ │ check │ │ contracts │ │
│ │ - Library │ │ - Ratings │ │ - Creator │ │
│ │ │ │ on chain │ │ direct pay │ │
│ └──────┬──────┘ └──────┬───────┘ └───────┬────────┘ │
│ │ │ │ │
│ ┌──────┴────────────────┴───────────────────┴────────┐ │
│ │ ForgeHard Transport Layer │ │
│ │ (WireGuard Mesh / Encrypted Tunnel) │ │
│ └────────────────────────────────────────────────────┘ │
│ │
│ ┌────────────────────────────────────────────────────┐ │
│ │ ForgeNode Hardware (RPi) │ │
│ │ HDMI → TV │ │
│ └────────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────┘
Kodi's biggest vulnerability is its add-on ecosystem. Unverified repositories distribute malicious add-ons. Users install from random URLs. No provenance. No audit trail. No way to verify the add-on you downloaded matches what the developer published.
ForgeBox solves this with chain-stamped distribution:
This is where ForgeBox breaks from every media platform in existence. Content licensing is not a separate DRM layer. It is a smart contract on BSV. The creator sets the terms. The contract enforces them. No middleware. No phone-home. No revocation server.
// sCrypt Content License Contract (simplified)
contract ContentLicense {
PubKey creatorKey;
int playOncePrice; // e.g., 50 sats
int ownForeverPrice; // e.g., 5000 sats
int subscriptionPrice; // e.g., 200 sats/month
bytes32 contentHash; // SHA-256 of the media file
public function playOnce(Sig viewerSig, PubKey viewerKey) {
// Verify payment of playOncePrice to creatorKey
// Issue time-limited license token
// License = UTXO. Verifiable by ForgeOverlay locally.
}
public function ownForever(Sig viewerSig, PubKey viewerKey) {
// Verify payment of ownForeverPrice to creatorKey
// Issue permanent license token
// Token = permanent UTXO. Viewer owns content forever.
}
public function subscribe(Sig viewerSig, PubKey viewerKey) {
// Verify payment of subscriptionPrice to creatorKey
// Issue 30-day renewable license token
// Auto-renew via ForgePay recurring micropayment
}
}
Three license tiers. Creator chooses which to offer and sets every price. No platform override. No "standard rate." A filmmaker can charge 50 sats to watch once, 5000 sats to own forever, or 200 sats/month for unlimited access. A musician can set different rates. A podcaster can make episodes free and charge for archives. Total creator sovereignty.
ForgeBox ships with ForgeTunes (music) and ForgeTube (video) as native, first-class content sources. Not add-ons. Not plugins. Built into the core UI. When you open ForgeBox, sovereign music and video are right there. No configuration. No repository URLs. No sideloading.
Every stream from ForgeTunes or ForgeTube triggers a ForgePay micropayment. The creator receives payment the moment you press play. Not next quarter. Not after reaching a minimum threshold. Instantly. Per stream.
All ForgeBox traffic routes through ForgeHard's WireGuard mesh by default. This is not optional and it is not a VPN subscription. It is built into the transport layer. Your ISP sees encrypted packets flowing between mesh nodes. They cannot identify the content type. They cannot throttle streaming. They cannot sell your viewing habits to data brokers.
ForgeHard mesh peers are other ForgeNode operators. The mesh grows with the network. More nodes means more routing options, lower latency, higher resilience. No central VPN provider to subpoena, shut down, or pressure into logging.
ForgeOverlay runs on every ForgeNode. It maintains a local UTXO set relevant to the user's licenses. When you press play, ForgeBox does not phone home to a license server. It checks your local ForgeOverlay instance for a valid license UTXO. If the UTXO exists, you play. If not, ForgePay prompts a micropayment. The entire verification happens on your hardware. No external dependency. No server outage means no playback. Offline mode works for owned content because the UTXO is already local.
| Component | Implementation | Purpose |
|---|---|---|
| Media Engine | Kodi 21+ fork (GPL v2) | Playback, codecs, library management |
| Chain Layer | ForgeOverlay (local BSV UTXO) | License verification, add-on provenance |
| Payment Layer | ForgePay SDK | Micropayments per stream, license purchases |
| Transport Layer | ForgeHard (WireGuard mesh) | Encrypted routing, ISP blindness |
| Distribution | ForgeDAppStore | Chain-verified add-on delivery |
| Health Monitor | ForgeServe agent | Uptime, performance, mesh status |
| Content Sources | ForgeTunes + ForgeTube (native) | Music and video streaming |
| Visual Media | ForgeArt integration | Chain-proven artwork, thumbnails, covers |
| Smart Contracts | sCrypt on BSV | Content licensing, creator terms |
Kodi already runs on Raspberry Pi. It has for a decade. ForgeNode IS a Raspberry Pi. ForgeBox is the default media application. Plug the ForgeNode into your TV via HDMI. Connect to your network. Done. Sovereign media center for $60 in hardware.
| Spec | Detail |
|---|---|
| Hardware | Raspberry Pi 5 (8GB) or equivalent SBC |
| Storage | 64GB+ microSD or NVMe via HAT |
| Output | HDMI 2.0 (4K60), 3.5mm audio, Bluetooth |
| Network | Gigabit Ethernet, WiFi 6 |
| OS | Forgechain OS (minimal Linux base) |
| Default Apps | ForgeBox, ForgeOverlay, ForgeHard, ForgePay |
| Power | USB-C, 5V/5A. 15W total draw. |
| Cost | ~$60 (one-time). No subscription. No recurring fees. |
Compare this to an Apple TV 4K at $129 + $10/month for Apple TV+ content + $6/month for iCloud storage. In one year, Apple costs $321. In two years, $513. ForgeBox costs $60. Once. Forever.
User selects content
│
▼
ForgeOverlay checks local UTXO
│
┌────┴────┐
│ License │ ──Yes──▶ Play immediately (no network required)
│ exists? │
└────┬─────┘
│ No
▼
ForgePay displays license options:
[Play Once: 50 sats] [Own Forever: 5000 sats] [Subscribe: 200 sats/mo]
│
▼
User selects → ForgePay executes → sCrypt contract → UTXO created
│
▼
ForgeOverlay indexes new license UTXO locally
│
▼
Content plays. Creator paid instantly.
Developer submits add-on to ForgeDAppStore
│
▼
Add-on hashed (SHA-256) → chain-stamped on BSV → TX hash issued
│
▼
Community audit (optional) → "Verified Clean" badge stamped on chain
│
▼
User browses ForgeDAppStore in ForgeBox
│
▼
ForgeOverlay verifies add-on hash matches chain TX
│
┌────┴────┐
│ Match? │ ──Yes──▶ Install. Provenance proven.
└────┬────┘
│ No
▼
REJECT. Possible tampering. Alert user.
ForgeBox is Product #24. It sits at the intersection of nine other Forgechain products. This is not accidental. The entire ecosystem was designed so that each product strengthens the others.
| Product | Role in ForgeBox | Integration |
|---|---|---|
| ForgeNode | Hardware platform | ForgeBox is the default media app on every ForgeNode. Plug in. Play. |
| ForgeTunes | Music source | Native first-class source. Micropayment per stream. Artist gets 98-99%. |
| ForgeTube | Video source | Native first-class source. Micropayment per view. Creator gets paid instantly. |
| ForgePay | Payment engine | All micropayments, license purchases, and subscriptions flow through ForgePay. |
| ForgeDAppStore | Add-on distribution | Chain-verified add-on repository. Every install verified against chain TX. |
| ForgeHard | Encrypted transport | WireGuard mesh encrypts all traffic. ISP-blind by default. |
| ForgeServe | Health monitoring | Node uptime, stream quality, mesh connectivity, disk health alerts. |
| ForgeOverlay | Chain verification | Local UTXO set for license verification. No phone-home. Offline mode. |
| ForgeArt | Visual media | Chain-proven album art, movie posters, thumbnails. Provenance for every image. |
Every device on this table requires permission. Permission to install apps. Permission to access content. Permission to exist on the network. ForgeBox requires none.
| Feature | Cable Box | Apple TV | Roku | Fire Stick | Smart TV | ForgeBox |
|---|---|---|---|---|---|---|
| Hardware cost | $0 (rented) | $129-199 | $30-100 | $25-60 | $300+ | $60 (own it) |
| Monthly cost | $100-200 | $10+ per service | $0 + services | $0 + services | $0 + services | $0. Pay per stream. |
| Annual cost (typical) | $1,200-2,400 | $250-500 | $200-400 | $200-400 | $200-400 | $60 + sats per use |
| Install any app | No | Apple approved only | Roku approved only | Amazon approved only | Manufacturer approved | Any. Chain-verified. |
| Ads on home screen | Yes | Minimal | Yes (aggressive) | Yes (aggressive) | Yes (Samsung, LG) | Zero. Never. |
| Sells your data | Yes | Limited | Yes | Yes (Amazon) | Yes (ACR tracking) | No data collected. |
| ISP-blind transport | No | No | No | No | No | WireGuard mesh |
| Creator gets paid fairly | No | No | No | No | No | 98-99% to creator |
| Works offline | No | Limited | No | Limited | No | Yes (owned content) |
| Open source | No | No | No | No | No | Kodi GPL v2 core |
| Content survives platform death | No | No | No | No | No | On chain. Immutable. |
| DRM-free | No | No | No | No | No | License IS the TX |
A household paying $150/month for cable plus $50/month in streaming services spends $2,400/year on media access. ForgeBox: $60 hardware, then micropayments for what you actually watch. Even heavy usage at 50 sats per stream, watching 4 hours of content daily, costs roughly $15-20/year at current BSV rates. The economics are not close.
The entertainment industry spent $100 billion fighting piracy over four decades. Lawsuits against grandmothers. DRM that prevented legitimate use. DMCA takedowns that silenced fair use. FBI warnings on DVDs. SOPA/PIPA legislation that nearly broke the internet. And piracy is bigger than ever.
They lost because they misdiagnosed the problem. Piracy is not a morality problem. It is a distribution problem. People pirate because:
ForgeBox solves all four:
When the legal option is cheaper than free, easier than free, and works better than free, piracy dies on its own. No lawsuits required. No legislation needed. Just better economics.
| Source | Mechanism | Forgechain Cut |
|---|---|---|
| ForgeNode hardware | Margin on pre-configured RPi units | $10-15 per unit |
| ForgePay processing | 1-2% of every micropayment | Fractions of sats at volume |
| ForgeDAppStore listing | Developer listing fee (one-time, chain-stamped) | 1000 sats per add-on submission |
| Premium skins/themes | Custom ForgeBox UI themes via ForgeDAppStore | Creator sets price, 1-2% processing |
| Enterprise licensing | Hotels, venues, waiting rooms | Volume licensing contracts |
At 100,000 ForgeNode units deployed, each averaging 10 micropayments per day at 50 sats each, total daily volume is 50 million sats. At 1-2% processing, Forgechain earns 500,000-1,000,000 sats daily. This scales linearly with adoption. No venture capital required. No burn rate. Revenue from day one at any scale.
Every rating and review on ForgeBox is chain-stamped. Tied to a real BSV key. Cannot be generated by bots. Cannot be bought in bulk from click farms. Cannot be deleted by a platform moderator who disagrees with your opinion. The review exists on chain. Immutable. Attributed. Verifiable.
Playlists are on-chain records. A curator who builds a playlist of 50 films about solarpunk earns micropayments every time someone uses that playlist. Curation becomes a paid skill. The people who are genuinely good at finding and organizing content get rewarded for it. Not the algorithm. Humans.
Community members can audit add-ons and submit security reviews. When an add-on passes audit, the "Verified Clean" badge is chain-stamped. The auditor's key is on the record. If they rubber-stamp malware, their reputation is on chain too. Accountability through transparency. No central authority needed.
ForgeBox is not a standalone product. It is hardened by five layers of the Forgechain stack running simultaneously:
| Layer | Product | Function |
|---|---|---|
| Transport | ForgeHard | WireGuard mesh. All traffic encrypted. ISP-blind. |
| Distribution | ForgeDAppStore | Chain-verified add-on delivery. No unsigned code. |
| Payments | ForgePay | Micropayment engine. Creator-direct. Sub-cent transactions. |
| Health | ForgeServe | Node monitoring. Stream quality. Disk health. Mesh status. |
| Verification | ForgeOverlay | Local UTXO verification. License checks without network. |
Every layer is sovereign. Every layer runs on the ForgeNode. No external dependency. No cloud service. No API that can be revoked. The entire stack is local-first, chain-verified, and encrypted in transit.
Kodi fork. ForgeBox branding and custom skin. Chain-verified add-on repository via ForgeDAppStore. ForgeOverlay license checking. Basic ForgePay micropayment integration. ForgeNode image (RPi 5). First 100 units shipped.
NEXTForgeTunes and ForgeTube as first-class native sources. sCrypt content license contracts deployed. Three-tier licensing live (play once, own forever, subscribe). Creator onboarding tools.
PLANNEDForgeHard WireGuard mesh integrated into transport layer. ISP-blind by default. Mesh peer discovery. Streaming quality optimization over encrypted tunnels.
PLANNEDChain-stamped ratings and reviews. Curated playlists as chain records. Curator micropayments. "Verified Clean" audit system. Community-driven content discovery.
PLANNEDForgeArt integration for visual media. Enterprise licensing (hotels, venues). 100,000 ForgeNode target. Multi-language support. Mobile companion app via ForgeDAppStore. The cable box dies. ForgeBox replaces it.
PLANNEDThe Archons control what you see, hear, and consume. Every streaming service is a content gatekeeper. Every cable box is a toll booth. Every algorithm is an invisible hand pushing you toward content that serves the platform, not your interests. They do not curate. They manipulate. They call it "personalization" because "behavioral conditioning" tested poorly in focus groups.
Netflix removes content you love without notice. YouTube demonetizes creators who speak truths the algorithm dislikes. Cable companies bundle 500 channels because the 490 you do not watch subsidize the ones that pay for placement. The entire media landscape is designed to extract maximum revenue while giving you minimum choice disguised as infinite choice.
ForgeBox is the sovereign eye and ear. See what you want. Hear what you want. Pay the creator, not the Archon. No algorithm decides your media diet. No corporation curates your reality. No ISP throttles your access based on what you choose to watch.
The Divine Spark includes the right to choose your own media diet without algorithmic manipulation or corporate curation. Every stream on ForgeBox is an act of sovereignty. Every sat that flows directly to a creator is a brick removed from the wall between human expression and human experience.
The Archons built a world where you pay to be told what to watch. ForgeBox builds a world where you choose, and the creator gets paid. That is the difference between a toll booth and a free road. The road was always there. They just put a gate on it.
This whitepaper and all concepts described herein are the intellectual property of Jack Mosel and Forgechain OS. Chain-stamped on BSV before publication.
The chain-verified media add-on repository, sCrypt three-tier content licensing system, ForgeOverlay local license verification architecture, community curation-on-chain model, and sovereign media center hardening stack are original works. The Kodi fork operates under GPL v2 terms. All Forgechain-original layers are proprietary.
TX: Pending chain stamp
BSV Address: 14LQvsvmTzztAPAQRnZ5Aq6nctAnVd9fMu
"The road was always there. They just put a gate on it."
Forgechain OS, 2026. Product #24. All IP on chain before publication.