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.
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 Rollout | Sloppywood Equivalent |
|---|---|
| Limited release (10 theaters) | Round 0: 1,000 tokens seeded to LP |
| Positive word-of-mouth | Burns 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.
Contract Overview
- 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:
| Contract | Type | Function |
|---|---|---|
| Slop Token Factory | ERC20 | Deploys film-specific tokens with built-in issuance logic |
| Ticket NFT | ERC721 | Mints unique tickets via burn-to-mint; stores access metadata |
| Airdrop Factory | Merkle | Distributes new token issuances to eligible stakeholders |
| LP Registrar | Registry | Tracks liquidity pools and LP token holders |
| Theater NFT | ERC721 | Admin 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:
- Media Upload — Creator uploads content and mints a Theater NFT containing media metadata and storage paths
- Gate Deployment — Creator deploys an ERC20 Slop Token, seeds a Uniswap V2 liquidity pool, and registers the token with the Ticket NFT contract
- Burn-to-Mint Access — Viewers acquire Slop Tokens from the LP and burn them to mint Ticket NFTs
- Ticket Activation — Ticket holders activate their NFT to open a timed viewing window (12 hours)
- Threshold Trigger — When cumulative burns reach 50% of total supply, a new token issuance is triggered
- Airdrop Distribution — New tokens are distributed to Ticket NFT holders (50%) and LP Token holders (50%)
- Cycle Repeats — A new burn threshold is set, and the cycle continues indefinitely
Creating a Theater
Any creator can establish a Sloppywood Theater by:
- Uploading a film (or trailer) and promotional poster
- Providing basic project metadata
- 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
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
Issuance Formula
The Slop Token contract encodes a demand-responsive issuance mechanism governed by four variables:
| Variable | Definition |
|---|---|
| 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:
| Round | Issuance Formula | New Tokens | Total Supply | Burn Target |
|---|---|---|---|---|
| 0 | 1,000 × 3⁰ | 1,000 | 1,000 | 500 |
| 1 | 1,000 × 3¹ | 3,000 | 4,000 | 2,000 |
| 2 | 1,000 × 3² | 9,000 | 13,000 | 6,500 |
| 3 | 1,000 × 3³ | 27,000 | 40,000 | 20,000 |
| 4 | 1,000 × 3⁴ | 81,000 | 121,000 | 60,500 |
Round 0 tokens are sent directly to the liquidity pool. All subsequent issuances are routed to the Airdrop Distribution contract.
Distribution Flow
When a burn threshold is met, new tokens are minted and distributed to stakeholders:
LP Token Holder Allocation
LP holders receive airdrops proportional to their share of the liquidity pool at snapshot.
Formula:
LP Allocation = (Issuance × 50%) × (Your LP Share %)Example — Round 1 (3,000 tokens issued):
| Your LP Share | Calculation | You Receive |
|---|---|---|
| 30% | 1,500 × 0.30 | 450 tokens |
| 10% | 1,500 × 0.10 | 150 tokens |
| 5% | 1,500 × 0.05 | 75 tokens |
Ticket NFT Holder Allocation
Ticket holders receive airdrops based on when they minted (which round) and how many tickets exist in their tier.
The math, step by step:
- Take 50% of the new issuance (the ticket holder share)
- Divide equally among the number of tiers (n = current round)
- Within each tier, divide equally among tickets in that tier
Formula:
Per-Ticket Allocation = (Issuance × 50%) ÷ Tiers ÷ Tickets_in_Your_TierWorked 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
Result:
| Holder Type | Allocation |
|---|---|
| LP provider with 20% share | 4,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 tickets | 13.5 tokens |
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.
Protocol Fee Structure
| Fee | Amount | Trigger |
|---|---|---|
| Theater Creation | 0.005 ETH | One-time, at Theater NFT mint |
| Initial Liquidity | 0.01 ETH | One-time, at gate deployment |
| Liquidity Removal | 5% | When LP tokens are redeemed |
| Issuance Fee | 5% | 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.
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.
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
| Allocation | Amount | Percentage | Purpose |
|---|---|---|---|
| Founder (Sisk) | 690,000,000 | 69% | Core development and protocol stewardship |
| Early Believers | 70,000,000 | 7% | Pre-launch supporters |
| Creator Airdrop | 240,000,000 | 24% | 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.
Development Phases
| Phase | Milestone |
|---|---|
| Phase 1: Foundation | Core 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: Ecosystem | Multi-film Theater support (up to 50 films per gate); Username NFT system; Subgraph indexing |
| Phase 4: Decentralization | Community governance proposals active; Protocol parameter adjustment via voting |
| Phase 5: Expansion | Cross-chain deployment; Additional DEX integrations; Mobile viewing experience |
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
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.
Worked Example
Scenario: A film launches on Sloppywood and achieves sustained demand through Round 3.
| Metric | Round 0 | Round 1 | Round 2 | Round 3 |
|---|---|---|---|---|
| New Issuance | 1,000 | 3,000 | 9,000 | 27,000 |
| Total Supply | 1,000 | 4,000 | 13,000 | 40,000 |
| Burn Target | 500 | 2,000 | 6,500 | 20,000 |
| Cumulative Burns | — | 500 | 2,000 | 6,500 |
| Total Tickets Minted | — | 500 | 2,000 | 6,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
| Term | Definition |
|---|---|
| $SLOP | Platform governance token (1B supply) controlling protocol and application |
| Slop Token | Film-specific ERC20 token burned to mint Ticket NFTs |
| Ticket NFT | ERC721 token granting timed access to Theater content |
| Theater NFT | Admin token representing ownership of a content collection |
| Burn-to-Mint | Mechanism where tokens are destroyed to create NFTs |
| Round | Issuance cycle; increments each time burn threshold is met |
| LP Token | Uniswap liquidity provider token representing pool share |