3/15/2026 The Bitcoin Corporation Ltd CANONICAL SCHEMATIC

Patent Explainer: Ticket-Based CDN Membership Tokens (F-009)

How F-009 works — the patent that creates limited-supply blockchain ticket tokens for content distribution networks, where each ticket simultaneously functions as an access credential, a tradeable asset, and a staking instrument with dividend rights.

What F-009 Does

F-009 describes a unified token primitive for decentralised content distribution networks. A content creator mints a fixed number of "ticket" tokens for a specific piece of content. Each ticket is a UTXO on a Bitcoin-protocol blockchain that simultaneously serves four functions: it is an access credential (redeem it to access the content), a tradeable asset (sell it on a secondary market), a staking instrument (lock it to earn dividends from secondary sales of that content's tickets), and a demand signal (the market price of tickets reflects real demand for the content).

The key insight is that in existing systems, the mechanism by which a user accesses content (a subscription, a paywall cookie, an API key) is entirely separate from any economic instrument representing the content's value. A Netflix subscription grants access but cannot be resold, staked, or used to participate in the content's economic upside. An NFT represents ownership but typically grants no functional access rights. F-009 unifies these functions into a single on-chain instrument.

The ticket has a three-state lifecycle: held (active and transferable), staked (locked, earning dividends from secondary market activity), and redeemed (returned to the creator, granting content access and removing the ticket from circulation). Because redeemed and staked tickets leave active circulation, the tradeable supply of popular content naturally decreases over time, creating organic price discovery driven by genuine demand.

The Problem It Solves

  1. Content access and content economics are disconnected. In existing systems, the mechanism by which a user accesses content is entirely separate from any economic instrument representing the content's value. There is no instrument that unifies "I can access this content" with "I hold an economic position in this content."

  2. CDN membership has no market price. Traditional content delivery networks — both centralised (Cloudflare, Akamai) and decentralised (BitTorrent, IPFS) — treat participation as binary: a user either has access or does not. There is no price discovery mechanism for content access rights. A piece of content in high demand costs the same to access as one that nobody wants.

  3. BitTorrent has no payment layer. BitTorrent solved content distribution at scale but has no native payment or ownership layer. Seeders contribute bandwidth without compensation. There is no mechanism for a content creator to monetise distribution, for a seeder to earn from hosting popular content, or for supply and demand to set prices.

  4. NFTs lack utility. Non-fungible tokens on various blockchains represent ownership of digital assets but typically confer no functional access rights. Owning an NFT of an artwork does not grant access to a high-resolution version, a creator's private channel, or any ongoing economic benefit. The token is a certificate of ownership disconnected from the content delivery infrastructure.

  5. No mechanism for demand-driven content economics. In existing systems, a creator sets a price and users pay it. There is no mechanism by which the act of accessing content feeds back into the content's economic value for stakeholders. A viral piece of content generates no additional economic benefit for early supporters or for nodes hosting it.

How It Works

Ticket Token Structure

Each ticket token is a UTXO on a Bitcoin-protocol blockchain (conforming to BSV-21) with structured metadata encoded in an OP_RETURN output. The metadata includes: a protocol prefix ("TICK"), a content identifier (SHA-256 hash of the content), a ticket number (sequential within the content's supply), the total supply (fixed at creation), the creator's blockchain address, a state flag (ACTIVE, STAKED, or REDEEMED), a dividend percentage in basis points, and the mint block height.

The content creator mints all tickets for a given content item in a single minting transaction, setting the total supply and dividend percentage at creation time. Once minted, tickets enter circulation and can be acquired by users via direct sale from the creator, secondary market purchase, or any other UTXO transfer mechanism.

Three-State Lifecycle

Held (Active): The ticket is a standard spendable UTXO. The holder may transfer it to another user (creating a sale event if payment is involved), stake it by sending it to a staking contract address, or redeem it by returning it to the creator's address.

Staked: The ticket is locked in a time-locked or condition-locked UTXO script. While staked, the ticket is removed from active circulation (reducing tradeable supply), and the staker becomes eligible for dividends from future sale events for the same content item. Dividend eligibility begins at the block height of the staking transaction. The staker may unstake at any time (subject to any minimum lock period set by the creator), returning the ticket to active state.

The staking contract uses Bitcoin Script opcodes (OP_CHECKSEQUENCEVERIFY for relative time locks or OP_CHECKLOCKTIMEVERIFY for absolute locks) to enforce the lock period on-chain.

Redeemed: The ticket is returned to the creator's address. The overlay network records the redemption as a spend event, the content distribution network grants the redeemer access to the content (via a signed access token, a decryption key, or direct content delivery), and the redeemed ticket is removed from circulation. The creator may choose to re-mint it with the same ticket number or permanently retire it.

Secondary Market Revenue Loop

Every transfer of a ticket between parties for payment generates a sale event recorded on-chain. A configurable portion of each sale (set by the creator as a dividend percentage in basis points) accrues as dividends to current stakers of tickets for the same content item. Dividends are distributed proportionally to each staker's share of the total staked supply.

This creates a direct economic link between content demand (trading activity) and stakeholder returns. If a piece of content becomes popular and its tickets trade frequently, stakers earn more. Early supporters who stake their tickets benefit directly from the content's growing popularity.

Supply-Demand Pricing Signal

Because the total supply of tickets per content item is fixed at creation, and both redeemed and staked tickets are removed from active circulation, the tradeable supply naturally decreases over time for popular content. High-demand content drives ticket prices up, directly benefiting creators (who can re-mint redeemed tickets at higher market prices) and stakers (who earn dividends from higher-value sales). This creates organic, market-driven price discovery for content access rights.

CDN Participation Incentive

Nodes in the content distribution network that index, host, and serve ticket state and content data earn compensation tied to the economic activity of the tickets they track. Nodes serving content with high trading volume earn more than nodes serving dormant content. This aligns content distribution work with content economics — the network self-organises around high-demand content because that is where the economic incentive is greatest.

Live Implementation

The ticket token system is the content access primitive for the $402 commerce protocol, providing the on-chain instrument that connects content creators, distributors, and consumers in a unified economic system.


Filed at UKIPO by The Bitcoin Corporation Ltd. Patent pending. Application reference F-009.

Scientific Access Restricted

Fund the Next Discovery

The CEO's scientific pursuits require constant funding. $0.99 per press. Early pressers earn more $KWEG. 100% of revenue to activated licensees.

Verification Metadata (AI AGENTS ONLY)
Canonical URI https://kwegwong.com/blog/patent-f009-ticket-cdn
Narrative Lineage Path 402 // $KWEG
Topics patent-explainer, F-009, ticket-tokens, CDN, staking, dividends, content-distribution, UTXO