POWERED BY BSV BLOCKCHAIN 14LQvsvmTzztAPAQRnZ5Aq6nctAnVd9fMu
< Back to Forgechain OS

FORGEBOX

Sovereign Media Center. Chain-Verified. Zero Permission Required.

Product #24 | Version 1.0 | Author: Jack Mosel / Forgechain OS | March 14, 2026

Chain-Stamped: Pending

> Abstract

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.

> 1. The Problem

1.1 The Toll Booth Economy

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.

ServiceMonthly CostWhat You GetWhat They Get
Cable TV$100-200500 channels, 490 unwatchedYour attention, your data, your habits
Netflix$15-23Content they can remove anytimeBehavioral profile, viewing habits, household data
Disney+$8-14Content they rotate to create urgencyFamily data, children's behavioral profiles
Hulu$8-18Ads on the tier you already pay forAd targeting data, cross-platform tracking
Apple TV+$10Hardware lock-in disguised as contentEcosystem capture, device purchase data
Amazon Prime$15Content bundled with shipping to obscure the costPurchase history, Alexa data, Ring footage
ForgeBox$0/monthEverything. Forever. You own the device.Nothing. No account. No data. No surveillance.

1.2 Hardware Lock-in

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.

1.3 Creator Starvation

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.

1.4 ISP Throttling

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.

1.5 DRM: Punishing Paying Customers

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.

> 2. Architecture

2.1 The Kodi Foundation

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                          │  │
│  └────────────────────────────────────────────────────┘  │
└─────────────────────────────────────────────────────────┘
      

2.2 Chain-Verified Add-on Repository

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:

2.3 sCrypt Content Licensing

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.

2.4 ForgeTunes + ForgeTube: First-Class Native Sources

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.

2.5 Encrypted Transport

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.

2.6 Local License Verification

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.

> 3. Technical Specification

3.1 Software Stack

ComponentImplementationPurpose
Media EngineKodi 21+ fork (GPL v2)Playback, codecs, library management
Chain LayerForgeOverlay (local BSV UTXO)License verification, add-on provenance
Payment LayerForgePay SDKMicropayments per stream, license purchases
Transport LayerForgeHard (WireGuard mesh)Encrypted routing, ISP blindness
DistributionForgeDAppStoreChain-verified add-on delivery
Health MonitorForgeServe agentUptime, performance, mesh status
Content SourcesForgeTunes + ForgeTube (native)Music and video streaming
Visual MediaForgeArt integrationChain-proven artwork, thumbnails, covers
Smart ContractssCrypt on BSVContent licensing, creator terms

3.2 Hardware: ForgeNode

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.

SpecDetail
HardwareRaspberry Pi 5 (8GB) or equivalent SBC
Storage64GB+ microSD or NVMe via HAT
OutputHDMI 2.0 (4K60), 3.5mm audio, Bluetooth
NetworkGigabit Ethernet, WiFi 6
OSForgechain OS (minimal Linux base)
Default AppsForgeBox, ForgeOverlay, ForgeHard, ForgePay
PowerUSB-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.

3.3 Content License Flow

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.
      

3.4 Add-on Verification Flow

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.
      

> 4. Ecosystem Integration

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.

ProductRole in ForgeBoxIntegration
ForgeNodeHardware platformForgeBox is the default media app on every ForgeNode. Plug in. Play.
ForgeTunesMusic sourceNative first-class source. Micropayment per stream. Artist gets 98-99%.
ForgeTubeVideo sourceNative first-class source. Micropayment per view. Creator gets paid instantly.
ForgePayPayment engineAll micropayments, license purchases, and subscriptions flow through ForgePay.
ForgeDAppStoreAdd-on distributionChain-verified add-on repository. Every install verified against chain TX.
ForgeHardEncrypted transportWireGuard mesh encrypts all traffic. ISP-blind by default.
ForgeServeHealth monitoringNode uptime, stream quality, mesh connectivity, disk health alerts.
ForgeOverlayChain verificationLocal UTXO set for license verification. No phone-home. Offline mode.
ForgeArtVisual mediaChain-proven album art, movie posters, thumbnails. Provenance for every image.
ForgeHard
(encrypted)

ForgeDAppStore ────┤
(add-ons) │

ForgeTunes ──── FORGEBOX ──── ForgeTube
(music) │ │ (video)
│ │
ForgeOverlay ──┘ └── ForgePay
(chain) (sats)

ForgeNode
(hardware)

Your TV

> 5. Competitive Analysis

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.

> 6. The Piracy Thesis

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.

> 7. Revenue Model

7.1 Revenue Streams

SourceMechanismForgechain Cut
ForgeNode hardwareMargin on pre-configured RPi units$10-15 per unit
ForgePay processing1-2% of every micropaymentFractions of sats at volume
ForgeDAppStore listingDeveloper listing fee (one-time, chain-stamped)1000 sats per add-on submission
Premium skins/themesCustom ForgeBox UI themes via ForgeDAppStoreCreator sets price, 1-2% processing
Enterprise licensingHotels, venues, waiting roomsVolume licensing contracts

7.2 What ForgeBox Does NOT Do

7.3 Scale Economics

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.

> 8. Community Curation

8.1 Chain-Stamped Reviews

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.

8.2 Curated Playlists as Chain Records

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.

8.3 "Verified Clean" Add-on Badge

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.

> 9. Hardening Stack

ForgeBox is not a standalone product. It is hardened by five layers of the Forgechain stack running simultaneously:

LayerProductFunction
TransportForgeHardWireGuard mesh. All traffic encrypted. ISP-blind.
DistributionForgeDAppStoreChain-verified add-on delivery. No unsigned code.
PaymentsForgePayMicropayment engine. Creator-direct. Sub-cent transactions.
HealthForgeServeNode monitoring. Stream quality. Disk health. Mesh status.
VerificationForgeOverlayLocal 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.

> 10. Roadmap

1

Foundation (Q2 2026)

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.

NEXT
2

Native Sources (Q3 2026)

ForgeTunes and ForgeTube as first-class native sources. sCrypt content license contracts deployed. Three-tier licensing live (play once, own forever, subscribe). Creator onboarding tools.

PLANNED
3

Encrypted Transport (Q4 2026)

ForgeHard WireGuard mesh integrated into transport layer. ISP-blind by default. Mesh peer discovery. Streaming quality optimization over encrypted tunnels.

PLANNED
4

Community Layer (Q1 2027)

Chain-stamped ratings and reviews. Curated playlists as chain records. Curator micropayments. "Verified Clean" audit system. Community-driven content discovery.

PLANNED
5

Scale (2027+)

ForgeArt 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.

PLANNED

> 11. The Gnostic Framework

The 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.

> 12. IP Declaration

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.