SLOPPYWOOD
Overview

Abstract

The business model of media distribution shapes the media itself. Subscription platforms optimize for retention, producing formulaic content. Advertising platforms optimize for reach, rewarding lowest-common-denominator appeal. Neither model connects creator success to the intensity of audience demand.

Sloppywood revives theatrical economics for the blockchain era. The protocol uses a burn-to-mint mechanism where viewers burn ERC20 tokens to mint Ticket NFTs, granting timed access to underlying media. As demand grows — measured by actual ticket purchases (via token burns) — the protocol auto-issues new tokens and distributes them to early supporters and liquidity providers through structured airdrops.

Unlike conventional token launches where full supply exists from day one (enabling pump-and-dump dynamics), Sloppywood's supply is a consequence of demand. New tokens are minted only when burn thresholds are met. Early believers benefit most. Charts reflect genuine interest rather than coordinated manipulation.

The protocol consists of three core contracts: an ERC20 Token Factory, an ERC721 Ticket NFT contract, and a Merkle Airdrop Factory, as well as several supporting contracts: Theater Admin NFT contract, Film & LP Registry contract, Burn-to-Mint Orchestrator contract, Ticket Access Controller contract, and User Registry contract. Together, these contracts enable permissionless media publishing, organic liquidity growth, and equitable reward distribution based on participation.

Introduction

The Problem: Business Models Shape Content

"The medium is the message," as Marshall McLuhan famously said, in that the characteristics of a medium shape the content it carries. I've thought about this line for several years, and I'd like to extend this insight: the business model is the medium is the message. How media is monetized directly determines what media gets made.

Subscription Platforms (Netflix, Apple TV, Spotify)

Subscription services optimize for retention. Success is measured not by how much audiences love individual works, but by whether they continue paying monthly fees. This incentivizes formulaic, repeatable content — sequels, franchises, and algorithmic recommendations designed to deliver familiar experiences. The goal is not to create something remarkable, but to create something adequate enough that subscribers don't cancel. Creators receive opaque, often inadequate compensation disconnected from the actual performance of their work.

Advertising Platforms (YouTube, TikTok)

Ad-supported platforms optimize for reach. Revenue depends on CPM (cost per thousand impressions), which means content must appeal to the broadest possible audience to justify production costs. This produces a race toward the lowest common denominator — reaction videos, vlogs, outrage content, and personalities like MrBeast who have mastered the art of manufacturing viral moments. Niche, challenging, or artistic work cannot generate sufficient ad revenue to sustain itself.

Neither model rewards the intensity of audience demand. A film that profoundly moves 10,000 people generates less platform value than mediocre content that mildly entertains 10 million. The economics of media have become divorced from the experience of media.

The Problem: Memecoin Distribution Is Hostile to Supporters

A parallel dysfunction exists in crypto-native content distribution. The prevailing "memecoin model" distributes total token supply at launch, creating structural conditions for pump-and-dump dynamics:

  • Early holders control the entire supply from day one
  • Coordinated groups can artificially restrict selling to inflate prices
  • Inevitable dumps devastate later participants who believed in the project
  • Legitimate creative projects exhibit the same chaotic charts as outright scams

This model transforms every token launch into a game of musical chairs. Early supporters — the people who should benefit most from championing new work — often suffer the greatest losses. The result is an environment hostile to genuine community building, where "flash-in-the-pan" energy replaces sustainable engagement.

The Sloppywood Solution: Theatrical Economics, On-Chain

Sloppywood returns to first principles by reviving the theatrical distribution model that built Hollywood. In traditional theatrical release, distributors and exhibitors benefit in direct proportion to audience demand, measured through ticket sales. A film that sells more tickets generates more revenue — simple, transparent, and aligned.

Sloppywood translates this model to the blockchain:

  • Tickets are tokens. Viewers burn fungible tokens to mint ticket NFTs, creating a direct measure of demand.
  • Supply follows demand. New tokens are only issued when burn thresholds are met — you cannot dump what has not yet been minted.
  • Early supporters are rewarded. Airdrop allocations favor those who participated in earlier rounds, inverting the memecoin dynamic.
  • Liquidity providers are partners. LP token holders earn trading fees and airdrop rewards for enabling market access.
  • Creators retain ownership. Publishers own 100% of the liquidity pool at the start, putting them in the driver's seat to capitalize on demand.

The result is an economy where token supply is a consequence of demand, not a precondition for speculation. Projects grow organically, charts reflect genuine interest, and the people who believe earliest benefit most.

The Theatrical Rollout, Tokenized

Consider the trajectory of My Big Fat Greek Wedding (2002). The film opened in just 10 theaters. As word-of-mouth spread, distribution expanded — eventually reaching over 2,000 screens and grossing $400 million worldwide against a $5 million budget. The film's success was proven before resources were committed to broader distribution.

Sloppywood's issuance mechanism replicates this dynamic on-chain:

Theatrical RolloutSloppywood Equivalent
Limited release (10 theaters)Round 0: 1,000 tokens seeded to LP
Positive word-of-mouthBurns accumulate as viewers buy tickets
Expanded distribution (100 theaters)Round 1: 3,000 new tokens issued
Wider release (1,000 theaters)Round 2: 9,000 new tokens issued
National release (2,000+ theaters)Round 3+: Supply continues scaling with demand

Crucially, early supporters of Greek Wedding — the audiences who showed up in those first 10 theaters and told their friends about the film — received nothing for their role in the film's success. In Sloppywood, those early ticket holders receive airdrop allocations from every future issuance, creating a direct economic reward for recognizing quality before the crowd.

This approach is designed to incentivize one-off content success stories and out-of-nowhere cinematic breakthroughs — the kind of work that subscription platforms (optimizing for retention) and advertising platforms (optimizing for reach) structurally discourage.

Why "Sloppywood"

The name is a deliberate provocation. Traditional Hollywood dismisses AI-generated content as "slop" — low-effort, synthetic, unworthy of serious consideration. We reclaim the term.

AI is a medium of creative expression. The cost to produce a film is trending toward zero. This is not a degradation of cinema — it is a liberation. When production costs collapse, the bottleneck shifts from capital to vision. A single artist with a compelling perspective can create work that would have required a studio apparatus a decade ago.

Sloppywood is built for this future: a distribution platform where transgressive arthouse cinema, experimental narrative, and genuine creative risk-taking can find audiences and generate sustainable economics — without gatekeepers.

Protocol Architecture

Contract Overview

Terminology Note: This paper discusses two distinct token types:
  • Slop Tokens — Film-specific ERC20 tokens that viewers burn to mint tickets. Each Theater has its own Slop Token (e.g., GREEKSLOP, TITLESLOP).
  • Ticket NFTs — 1 of 1 NFTs minted by burning a Slop Token.
  • $SLOP — The platform governance token (1B fixed supply) that controls protocol parameters and the Sloppywood application.

The Sloppywood protocol comprises five primary components:

ContractTypeFunction
Slop Token FactoryERC20Deploys film-specific tokens with built-in issuance logic
Ticket NFTERC721Mints unique tickets via burn-to-mint; stores access metadata
Airdrop FactoryMerkleDistributes new token issuances to eligible stakeholders
LP RegistrarRegistryTracks liquidity pools and LP token holders
Theater NFTERC721Admin token storing media metadata and gate configuration

Ancillary contracts include Username NFTs for identity and a Subgraph for indexed querying.

System Flow

The protocol operates through the following sequence:

Loading diagram...
  1. Media Upload — Creator uploads content and mints a Theater NFT containing media metadata and storage paths
  2. Gate Deployment — Creator deploys an ERC20 Slop Token, seeds a Uniswap V2 liquidity pool, and registers the token with the Ticket NFT contract
  3. Burn-to-Mint Access — Viewers acquire Slop Tokens from the LP and burn them to mint Ticket NFTs
  4. Ticket Activation — Ticket holders activate their NFT to open a timed viewing window (12 hours)
  5. Threshold Trigger — When cumulative burns reach 50% of total supply, a new token issuance is triggered
  6. Airdrop Distribution — New tokens are distributed to Ticket NFT holders (50%) and LP Token holders (50%)
  7. Cycle Repeats — A new burn threshold is set, and the cycle continues indefinitely
Publishing

Creating a Theater

Any creator can establish a Sloppywood Theater by:

  1. Uploading a film (or trailer) and promotional poster
  2. Providing basic project metadata
  3. Paying a publishing fee of 0.005 ETH (~$15)

This process mints a Theater NFT to the creator, serving as the admin token that controls access to the underlying media. A dedicated page is created at sloppywood.com/theater/[id], accessible only to the Theater NFT holder until public distribution is enabled.

Deploying the Token Gate

When ready for public distribution, the Theater owner deploys the gate through two transactions:

Transaction 1:

  • Publishes a unique ERC20 Slop Token contract (initial supply: 1,000 tokens)
    • Contract name: Film title
    • Ticker format: [TITLE]SLOP (first 5 characters + "SLOP")
  • Seeds a Uniswap V2 liquidity pool with 1,000 tokens + 0.01 ETH
  • Registers the token with the platform's Ticket NFT and tracking contracts
  • Enables burn-to-mint functionality for the registered token

Transaction 2:

  • Updates Theater NFT metadata with gate deployment data
Core Mechanisms

Slop Tokens

Each Theater's Slop Token is an ERC20 with custom issuance logic. Viewers purchase tokens from the liquidity pool and burn them to mint Ticket NFTs at a 1:1 ratio.

Ticket NFTs

Ticket NFTs are unique ERC721 tokens minted through the burn-to-mint process. Each ticket contains metadata recording:

  • The Slop Token (and corresponding Theater) that was burned
  • The timestamp of minting
  • The Round number at time of minting
  • Activation status ("Not Yet Activated" or "Activated")

Holders can activate a ticket once, which updates its metadata and opens a 12-hour viewing window for the Theater's content.

Liquidity Pool

The Uniswap V2 SLOP-ETH pool serves as the primary market for token acquisition. LP providers receive SLOP-ETH-LP tokens representing their share of the pool, which entitle them to:

  • Standard Uniswap trading fees
  • 50% of all future airdrop distributions
Tokenomics

Issuance Formula

The Slop Token contract encodes a demand-responsive issuance mechanism governed by four variables:

VariableDefinition
n (Round)Starts at 0; increments by 1 with each new issuance
S (Supply)Cumulative sum of all prior issuances
B (Burn Target)S × 50% — the number of burns required to trigger the next issuance
I (Issuance)1,000 × 3ⁿ — tokens minted in round n

Issuance Schedule

The following table illustrates how supply expands across rounds:

RoundIssuance FormulaNew TokensTotal SupplyBurn Target
01,000 × 3⁰1,0001,000500
11,000 × 3¹3,0004,0002,000
21,000 × 3²9,00013,0006,500
31,000 × 3³27,00040,00020,000
41,000 × 3⁴81,000121,00060,500
Loading diagram...

Round 0 tokens are sent directly to the liquidity pool. All subsequent issuances are routed to the Airdrop Distribution contract.

Airdrop Distribution

Distribution Flow

When a burn threshold is met, new tokens are minted and distributed to stakeholders:

Loading diagram...

LP Token Holder Allocation

LP holders receive airdrops proportional to their share of the liquidity pool at snapshot.

Loading diagram...

Formula:

LP Allocation = (Issuance × 50%) × (Your LP Share %)

Example — Round 1 (3,000 tokens issued):

Your LP ShareCalculationYou Receive
30%1,500 × 0.30450 tokens
10%1,500 × 0.10150 tokens
5%1,500 × 0.0575 tokens

Ticket NFT Holder Allocation

Ticket holders receive airdrops based on when they minted (which round) and how many tickets exist in their tier.

Key concept: The 50% ticket allocation is split equally among tiers, not among individual tickets. Earlier tiers have fewer tickets, so each ticket in an early tier receives more.
Loading diagram...

The math, step by step:

  1. Take 50% of the new issuance (the ticket holder share)
  2. Divide equally among the number of tiers (n = current round)
  3. Within each tier, divide equally among tickets in that tier

Formula:

Per-Ticket Allocation = (Issuance × 50%) ÷ Tiers ÷ Tickets_in_Your_Tier

Worked Example: Round 2 Airdrop

Setup: Round 2 triggers → 9,000 new tokens minted

Snapshot shows:

  • 500 tickets minted during Round 1
  • 1,500 tickets minted during Round 2
  • 2 tiers total
Loading diagram...

Result:

Holder TypeAllocation
LP provider with 20% share4,500 × 0.20 = 900 tokens
Round 1 ticket holder (1 ticket)4.5 tokens
Round 2 ticket holder (1 ticket)1.5 tokens
Round 1 holder with 3 tickets13.5 tokens
Why this matters: Early supporters who minted tickets in Round 1 receive 3× more per ticket than Round 2 minters — a direct reward for recognizing quality before the crowd.
Economic Dynamics

Participant Incentives

For Viewers:

  • Burn tokens to access content
  • Hold tickets to earn future airdrops
  • Earlier participation yields higher airdrop allocations

For LP Providers:

  • Earn Uniswap trading fees
  • Receive 50% of all airdrop distributions
  • Benefit from increased trading volume as content gains popularity

For Creators:

  • Retain Theater NFT ownership and admin control
  • Benefit from organic demand growth
  • Can expand Theater to include up to 50 films under a single token economy

Market Equilibrium

The protocol creates natural price discovery through competing forces:

  • Deflationary pressure: Burns permanently remove tokens from circulation
  • Inflationary pressure: New issuances add supply when demand thresholds are met
  • Sell pressure: Airdrop recipients may sell into the LP
  • Buy pressure: New viewers purchase tokens to mint tickets

Airdrop recipients face a strategic choice: sell immediately for ETH, or add tokens to the LP to increase their share of future airdrops and earn trading fees.

Platform Economics

Protocol Fee Structure

FeeAmountTrigger
Theater Creation0.005 ETHOne-time, at Theater NFT mint
Initial Liquidity0.01 ETHOne-time, at gate deployment
Liquidity Removal5%When LP tokens are redeemed
Issuance Fee5%On new token issuances (not yet implemented)

Theater Capacity

A single Theater NFT can store metadata for up to 50 films, allowing creators to build subscription-style offerings or film series under unified tokenomics.

Technical Implementation

Contract Standards

  • Tokens: ERC20 (Slop Tokens, LP Tokens)
  • NFTs: ERC721 (Ticket NFTs, Theater NFTs, Username NFTs)
  • Liquidity: Uniswap V2 Router and Factory
  • Airdrops: Merkle tree distribution for gas-efficient claims
  • Indexing: Subgraph for querying historical data and snapshots

Snapshot Mechanism

At each burn threshold trigger, the protocol captures:

  • All Ticket NFT holders and their ticket metadata (round numbers)
  • All LP token holders and their percentage share of the pool

This snapshot determines airdrop eligibility and allocation amounts.

Governance

The $SLOP Token

Sloppywood is governed by 1,000,000,000 $SLOP tokens. This token controls governance of the protocol's smart contracts and the frontend/backend application. There is no separate company, no separate equity structure, and no misalignment between investors and token holders.

This is a deliberate design choice. Many crypto projects create separation between equity holders (who invest in the company) and token holders (who participate in the protocol). This produces misaligned incentives — as when a16z invested $400M in Larva Labs (the company) rather than $APE (the token), meaning their interests diverged from the community's. For Sloppywood, the platform and the token are one and the same.

Token Distribution

AllocationAmountPercentagePurpose
Founder (Sisk)690,000,00069%Core development and protocol stewardship
Early Believers70,000,0007%Pre-launch supporters
Creator Airdrop240,000,00024%Streamed to users, farmers, and creators over 48 months

The Creator Airdrop distributes 1% of total supply every 2 months to active participants on the platform — those creating Theaters, minting tickets, and providing liquidity. This ensures that governance progressively decentralizes toward the people actually using the protocol.

Governance Mechanics

All protocol changes are executed through on-chain proposals. Token purchases from the founder wallet require community proposals and voting. While the founder's stake provides initial decision-making authority, all governance activity occurs transparently on-chain.

Roadmap

Development Phases

PhaseMilestone
Phase 1: FoundationCore contract deployment (Token Factory, Ticket NFT, Airdrop Factory, LP Registrar); Theater creation and gate deployment functional
Phase 2: Distribution$SLOP governance token launch; Creator Airdrop streaming begins; Governance portal live
Phase 3: EcosystemMulti-film Theater support (up to 50 films per gate); Username NFT system; Subgraph indexing
Phase 4: DecentralizationCommunity governance proposals active; Protocol parameter adjustment via voting
Phase 5: ExpansionCross-chain deployment; Additional DEX integrations; Mobile viewing experience
Risks & Considerations

Market Risks

  • Token prices are subject to market volatility
  • Low-demand content may result in illiquid markets
  • Airdrop sell pressure may temporarily depress prices

Technical Risks

  • Smart contract vulnerabilities
  • Stolen or illegally obtained content publishing
  • Centralized servers for storing & delivering media

Regulatory Considerations

  • Token classification varies by jurisdiction
  • Creators and participants should consult local regulations
Conclusion

Conclusion

If the business model is the medium is the message, then Sloppywood proposes a new message: media should succeed when audiences demand it, and the people who recognize quality earliest should benefit most.

The subscription model asked: "Will this keep people paying?" The advertising model asked: "Will this reach enough eyeballs?" Sloppywood asks the question that built Hollywood's golden age: "Will people buy tickets?"

By tying token supply directly to demand through the burn-to-mint mechanism, Sloppywood creates economics that were impossible before blockchain infrastructure existed. Supply cannot be dumped before demand creates it. Early supporters cannot be rugged because their rewards come from future issuances, not existing holdings. Liquidity deepens naturally as successful content generates more trading volume and airdrop distributions.

The exponential issuance formula (1,000 × 3ⁿ) ensures that supply scales with popularity while the 50% burn threshold maintains scarcity pressure. The result is a self-regulating economy where successful content naturally generates deeper liquidity, broader distribution, and aligned incentives across creators, viewers, and liquidity providers.

Sloppywood is not an attempt to disrupt Hollywood. It is an attempt to remember what made theatrical distribution work — and to build that model on infrastructure that can serve anyone, anywhere, without permission.

Appendix

Worked Example

Scenario: A film launches on Sloppywood and achieves sustained demand through Round 3.

MetricRound 0Round 1Round 2Round 3
New Issuance1,0003,0009,00027,000
Total Supply1,0004,00013,00040,000
Burn Target5002,0006,50020,000
Cumulative Burns5002,0006,500
Total Tickets Minted5002,0006,500

By Round 3, 6,500 tickets have been minted, meaning 6,500 unique viewing sessions have occurred. The token economy has grown from 1,000 initial tokens to 40,000 total supply, with liquidity deepening at each stage.

Glossary

TermDefinition
$SLOPPlatform governance token (1B supply) controlling protocol and application
Slop TokenFilm-specific ERC20 token burned to mint Ticket NFTs
Ticket NFTERC721 token granting timed access to Theater content
Theater NFTAdmin token representing ownership of a content collection
Burn-to-MintMechanism where tokens are destroyed to create NFTs
RoundIssuance cycle; increments each time burn threshold is met
LP TokenUniswap liquidity provider token representing pool share
End of White Paper