Overview
The economics of book publishing have not been meaningfully updated in half a century. Royalties are calculated twice a year on the basis of reconciled distributor statements. Authors whose books are selling today will wait six months to a year to see their share of those sales. On the way a number of corporations — distributors, wholesalers, platforms, retailers — will take their cut. Amazon now controls more than half of the US book trade and two thirds of ebook sales; median income for full-time authors in the United States is approximately $25,000 a year.
The digital revolution did not fix this. In most respects it made things worse: concentrating the retail market around a single dominant platform, depressing ebook prices and therefore author royalties, and introducing new intermediaries without eliminating old ones. The one thing the digital age could most usefully have done — use the instant transmission of electronic sale information to pay creators at the moment of sale — has not been done. The proceeds from a digital sale, like those from a physical one, are still consolidated and disbursed on a schedule designed for the era of paper ledgers.
Creator Currency (CC) is a protocol that addresses this directly. By encoding royalty splits into smart contracts deployed at publication, CC ensures that every activation of a digital copy — whether triggered by an encoded link in a digital edition or a QR code printed in a physical book — immediately and automatically distributes the agreed payment to every stakeholder named in the contract: author, publisher, agent, translator, bookseller. The payment is not a fee that intermediaries can redirect or delay. It is the mechanism by which a readable copy comes into existence. The reader receives a permanent, DRM-free digital edition carrying a cryptographic bookplate — a personalized, verifiable record of their edition and the terms on which it was made. The system is circulation-positive by design: every activation, including those triggered by shared links or QR codes, flows payment to creators.
Creator Currency is entirely open source and decentralized. There are no platforms to trust, no opaque calculations carried out by third parties, and no corporations positioned to change the terms. CC does not ask the publishing industry to change how it works: it asks publishers to add a link or a QR code when they go to press.
This document is a condensed overview of the Creator Currency architecture, covering the protocol design, its underlying principles, and how adoption begins. The initial proof-of-concept operates with USDC-denominated payments; the native CC token and full monetary design described in Section I.6 represent the longer-term architecture, to be developed following successful deployment. A full technical specification, legal framework, and implementation plan are available on request.
I—Architecture
1. Works and Contracts
The system is organized around Works: creative outputs of definite authorship, identified by a cryptographic hash of the canonical content. For a book, the hash is a fingerprint of the canonical text string; for a musical recording, of the canonical audio file; for a film, of the canonical video file.
A Work is represented on the blockchain as the central element of a Work Contract: a smart contract deployed once, at publication or release, encoding the content hash of the canonical work; the legal identity and wallet addresses of all Contract Payees; the payment splits among those payees (expressed as percentages summing to 100%); and pricing parameters governing activation and resale across different media. The Work Contract is the source of all downstream rights and the permanent record of all governance decisions made over the life of the work. The simplest case would include the content hash of a single, self-published work, the identity and wallet of the author, and a directive that they receive 100% of all payments.
The Work Contract can include a legal attestation of human authorship as well as creative ownership. The protocol encodes the creators’ and publishers’ claim on downstream value as a structural feature of how digital copies exist, rather than as a legal right requiring enforcement.
2. Copy Tokens and Activation
A reader’s, listener’s, or viewer’s right to access a work is not tied to a particular format but to their possession of a Copy Token (CT): a blockchain token representing a license to access this work in any medium provided for in the Work Contract. For a book, this could include a physical print copy, epub, and audiobook. The Work Contract holds a registry of available media for every work at the time of publication, and rights holders can extend access to new media as they become available.
Copy Tokens are minted on demand at the moment a holder first activates their copy. There is no fixed supply of CTs for a given work. Every physical copy in a standard trade edition can be sold with an identical encoded link or QR code—a bearer instrument pointing to the Work Contract’s mint function. When any individual follows that link or scans that code and makes the specified payment, a new Copy Token is minted to their wallet. A creator or publisher who never directly interacts with the blockchain can still have their works circulate fully within the system: consumers activate, tokens mint, and payments flow without any administrative action at the point of publication, distribution, sale or resale.
If an encoded link or QR code is shared beyond the original purchaser, each consumer who activates a Copy Token still pays the applicable price and triggers the agreed payments. The open mint is intentional, and broad sharing benefits creators and publishers rather than undermining the system.
3. The Activation Layer
The most important structural feature of Creator Currency is where the royalty mechanism sits. The history of blockchain-based content systems demonstrates why this matters.
ERC-2981, the Ethereum standard for NFT royalties, was technically sound: it established a clean, widely adopted standard by which a royalty percentage could be embedded in any NFT contract, so that secondary sales would automatically trigger creator payments. By 2022, it was generating meaningful royalty income for artists and musicians. By 2023, it was functionally dead.
The collapse was competitive, not technical. Blur, a marketplace that launched in late 2022 with a zero-fee model, overtook OpenSea—which had been the ecosystem’s largest enforcer of royalties—by making royalties optional. OpenSea capitulated entirely by August 2023, making creator fees optional for all new collections. Their own post-mortem was candid: “We thought we could catalyse widespread enforcement of creator earnings, and we hoped others might come up with more resilient solutions—this hasn’t happened.”
The lesson is structural. ERC-2981 placed the royalty mechanism in the transfer layer—a fee attached to the act of reselling a token from one wallet to another. Enforcement was voluntary for any marketplace that facilitated the transfer, and under competitive pressure that is exactly what happened. Creator Currency places the royalty mechanism in the activation layer—the moment at which a copy first comes into existence as a usable object. A Copy Token that has not been activated is not a readable book, a listenable album, or a watchable film; activation is what makes it one, and the royalty payment is encoded in that activation. An intermediary who wanted to bypass this mechanism would not be redirecting a fee—they simply would not be able to access the product. The architectural difference is between a toll that can be driven around and a bridge that is the only way across.
Audius, the blockchain-based music streaming platform, offers a different lesson. It attracted significant artist sign-ups and reached tens of millions of listeners, but failed to cross over to mainstream audiences because it required listeners to migrate—to leave Spotify or Apple Music and adopt a new platform.
Creator Currency does not ask listeners, readers, or viewers to go anywhere new. The encoded link or QR code activates a copy of a work the reader has bought from a retailer they already use, in a format they know how to open. The blockchain is not the product, it is the infrastructure beneath the product.
The protocol is designed for deployment on existing Ethereum Layer 2 infrastructure, where transaction costs are low enough that a one-token activation does not lose a significant fraction of its value to fees, and where existing open source payment routing tools can integrate with conventional e-commerce platforms without requiring readers to hold or understand cryptocurrency.
4. Setting Prices
The Creator Currency protocol is designed to give creators and publishers more control and flexibility in setting prices than they have now. Prices can be set separately for different works, formats, editions, and publication runs in the Work Contract. A book publisher might set $24.95 USDC for a hardcover run, $9.99 USDC for a standalone ebook, ℂ2 for an audiobook bundled with a print edition, and ℂ1 for an ebook bundled similarly. They can also set prices for digital editions that have sold through their publication runs, as well as for secondary market resale.
The protocol will also maintain a system-wide Prevailing Copy Price (PCP): a reference price denominated in the native token that serves as the baseline for Copy Token activation where no other price has been specified. The PCP begins at 1 CC token and is subject to revision through a layered governance process that gives Copy Token holders proposal power, Contract Payees a majority veto, and (if chosen) Work Contract parties individual vetoes for the duration of their legal personhood.
Work Contracts can specify prices using a formula expressed as a ratio of the PCP, an absolute value in CC tokens, or—for registered Publication Runs—an absolute value in USDC. Formula-based prices will track governance automatically; absolute values are fixed until the contract is amended with the agreement of all parties, or the sunset mechanism takes effect.
5. Human Verification
All parties to a Work Contract must be legal persons, understood to include estates, companies, trusts and other legal entities. In an Ethereum framework, these identities are governed by ERC-725/735, which provides mechanisms for payment, claim verification and governance. The CC protocol enables verifiable claims as to what kind of legal person is signing any given contract—whether human, corporation, or AI.
One of the most consequential claims that creators can make is that they are a living, human author or artist. ERC-735 provides mechanisms for this, including the verification of trusted third parties, which could be explicitly named in the Work Contract and verifiable by anyone deciding whether to activate a Copy Token. That verification would then be trackable and auditable through the entire creative economy, including every transaction flowing from a given Work Contract.
If a court were to determine that a work had been attested as human-authored but was in fact written by an AI, that reversal could be encoded in the blockchain and transmitted to every consumer considering a Copy Token activation. The blockchain’s value is that the outcome will be instantly and permanently available to every participant. The moment a reversal is recorded, every future Copy Token activation reflects it. This is a significant improvement over the current situation, in which a court ruling about authorship might take years to filter through to readers, or fail entirely to reach them.
The governing principle is an old one: render unto Caesar what is Caesar’s. The legal system determines facts—whether an individual is a natural person, whether a work was written by a human, whether an estate has legal standing. The blockchain enforces consequences—routing payments, lapsing veto rights, updating governance weights. The chain does not need to make these determinations itself. It needs a defined process by which they are communicated to it and recorded in a form it can act upon. The two systems are complementary rather than competing.
6. Monetary Design
The initial proof-of-concept operates with USDC-denominated payments — stable, immediately usable, and requiring no new infrastructure on the creator or publisher side. This is the right foundation: demonstrating that creators can be paid on time, in full, and transparently is the core proposition, and it stands on its own terms.
A USDC-only protocol can, however, only go so far. Without a native token there is no token demand grounded in activation activity, no flywheel connecting creative circulation to monetary value, and no financial stakes attached to governance. The system remains a royalty distribution mechanism — useful and important, but not yet a new monetary instrument for the creative economy.
The approach this specification recommends is a managed float anchored to a floor of 1 USDC per CC token, below which the protocol intervenes to defend the floor using a dedicated reserve. The floor is set at 1 USDC deliberately: the PCP begins at 1 CC token, so at launch each activation generates at least 1 USDC in payments to creators and publishers. The reserve is capitalized at founding from an initial token sale and sustained over time by directing a defined percentage of all activation fees—between one and two and a half percent—into the reserve pool. Above the floor the token trades freely; speculative interest is preserved and welcomed, since a growing catalog of activated works creates genuine token demand.
One theoretical foundation for this design was laid by Vitalik Buterin in 2014, where he argued that currencies generate “phantom value” through seigniorage, and that the crucial design question is where that value goes. Bitcoin directs seigniorage to miners; CC directs it to a stablecoin-denominated reserve that underwrites creator income and publisher revenue.
The PCP governance mechanism serves as a self-correcting response: if CC appreciates significantly, the community can lower the PCP in token terms so that the fiat-equivalent cost of activating a copy remains reasonable for readers. If CC depreciates toward the floor, the community can raise the PCP to compensate, maintaining creator income in real terms.
Contract Payees may elect to auto-convert payouts to USDC at the moment of distribution, receiving predictable fiat-equivalent income. Those who believe in the currency’s long-term appreciation can hold CC and participate in governance. This is a personal preference encoded in wallet settings, not a system-wide commitment.
If the currency layer fails, the infrastructure layer need not fail with it. A devolution pathway—triggered by a DAO supermajority vote at a defined reserve threshold—replaces CC-denominated settlement with direct USDC settlement, preserving every Work Contract, Copy Token, royalty split, and the governance structure. What remains after devolution is a USDC-based system that forgoes the flywheel but retains everything else.
II—Principles
1. Open Source and DRM-Free
The Creator Currency protocol will be fully open source, from the smart contract layer to the implementation of the activation interface. This is a structural requirement of the system’s own logic. Publishers who have watched proprietary platforms alter their terms, squeeze margins, and exit their markets will not stake their income on a closed protocol. Open source means the protocol does what this specification says it does, verifiably, and cannot be silently amended. The 5% activation interface fee creates an economic incentive for third parties to build the front-end infrastructure—the facilitator market—which only functions if the protocol is open for anyone to build on.
Epub and audiobook files distributed through CC will be DRM-free and carry a cryptographic seal that authenticates each delivered copy. The case against DRM in book publishing has been argued for two decades. DRM does not meaningfully prevent piracy; what it reliably does is frustrate legitimate readers, locking purchased files to specific platforms and devices. Tor Books removed DRM from its entire ebook list in 2012 and reported no measurable increase in piracy. The independent music industry reached the same conclusion earlier: Qobuz, Bandcamp, HDtracks, and eventually the major labels all started providing high quality, DRM-free downloads.
What replaces DRM in the CC system is a cryptographically sealed bookplate—the digital equivalent of a centuries-old publishing convention. At the moment a Copy Token is minted, the personalized epub or audiobook, carrying a visible bookplate identifying the activating reader, is hashed and that hash is committed on-chain alongside the mint event. The bookplate displays a short verification stamp pointing back to the commitment, so any reader can confirm that the file in their hands is the genuine article from the named publisher, untouched between mint and download. The seal is a positive assertion of authenticity rather than a negative restriction of any kind. It gives the reader a feature—a way to verify their copy is real—as much as it gives the publisher a potential way to recognize paid circulation. Copy Tokens themselves carry a reader-controlled visibility flag, so the bookplate and the toggle together let each reader determine how visible their reading is on-chain.
This reframes the piracy question almost entirely. In a conventional DRM model, sharing a file is treated as an attack on creator income, and the system’s energy is directed toward preventing it. In CC, a reader who shares an epub with a friend has given that friend a verifiable copy with known provenance. The friend who wants their own can activate one through the QR code at a price determined by the publisher; if they do, a royalty flows; if they don’t, the original copy still authenticates back to the original wallet. A publisher who wants to know whether a title is circulating widely can sample files in the wild and learn, in aggregate, how many copies are authentic CC mints, how many have been stripped or modified, and how many are counterfeit. That is a real market signal, useful for pricing and circulation decisions, with no door opened to identifying individual readers. The accountability is informational rather than adversarial; the bookplate is a feature of the reader’s copy, not a leash held by the publisher.
2. Circulation, Not Restriction
In a conventional DRM system, sharing is the enemy of creator income: every unauthorized copy is framed as a lost sale, and the system’s energy is directed toward policing circulation. In Creator Currency, sharing is the mechanism of creator income. Every person who clicks an encoded link and activates a Copy Token contributes to the payment pool. The broader the circulation of the code, the larger the aggregate payment to creators. The publisher who provides an encoded link or QR code and the author who posts it to their readers are not fighting piracy—they are issuing an open invitation, and the protocol rewards them for doing so.
Jeremy Silver (2016) found that most blockchain-based digital rights management proposals reproduce the restrictive dynamics of existing IP systems rather than redesigning them—a “chain gang” that uses immutability to lock down access more effectively than conventional DRM. Creator Currency’s design is a direct answer to this charge. The encoded link, the open mint, and the DRM-free file together constitute a system in which the interests of creators and consumers are structurally aligned rather than opposed.
III—Getting Started
Creator Currency does not need the whole publishing industry on board to get going. It needs just enough to establish a functioning ecosystem—a catalog of activated works, a community of token holders, and a reserve that can defend the floor—to allow the advantages to advertise themselves.
1. Independent Creators, Publishers and Retailers
Independent publishers and self-published authors are the natural first wave. They share the structural conditions that make early adoption rational: fewer pre-existing contracts restricting digital distribution rights, fewer intermediaries whose consent is required, and the largest margin improvement from direct digital sales. A committed independent press brings not one title but a whole catalog, and typically a community of readers who trust its editorial judgment. For a press currently receiving 40–60% of net after distributor, platform and aggregator fees, a direct digital sale through CC activation could net 90% or more of the activation payment before paying author royalties.
Independent bookstores close the loop. When a bookstore sells a physical book and the customer receives a bundled epub or audiobook activation—a genuine value-added offer communicated at the point of sale—the store has differentiated the transaction from anonymous online retailers at no cost to them. The hand-selling conversation that independent booksellers are rightly celebrated for becomes still more powerful with a concrete extra to offer.
A Bookshop.org integration could give the platform an immersive digital discovery experience—online browsing, epub and audiobook downloads—while keeping the economic incentives aligned with independent bookstores. A reader who discovers a book on Bookshop.org, reads the first chapter in-browser, buys the print book and then activates a Copy Token for the epub, has had an experience that Amazon does not currently offer and independent publishers cannot yet facilitate.
The music industry offers a parallel adoption vector. A QR code on a vinyl sleeve that could activate a lossless download of the same recording, with royalties immediately paid out to every musician, producer, and songwriter listed in the Work Contract, at splits they negotiated and nobody can subsequently alter. For artists who have spent years watching streaming platforms pay fractional cents per play, that proposition has a directness that no amount of advocacy about blockchain’s potential could match.
2. Creating Value
What makes this proposal different from its predecessors is not that the technology is better, though it is. It is that the incentive architecture, for the first time, aligns every party in the ecosystem—creators, readers, publishers, retailers, facilitators, governance participants—in the same direction. Previous systems relied on platform goodwill and after-the-fact enforcement to transfer value from readers to creators, and we know how that goes. Creator Currency bakes that value into the tokens, whose activation sends it up the chain directly to the creative workers—where no competitive pressure, monopoly power, or financial sleight-of-hand can capture or redirect it.