Proof of Creativity Protocol (PCP)
How do we attribute value when AI creates?
Proof of Creativity addresses the IP attribution problem for AI-generated content — tracking provenance, attributing contributions, and flowing value to creators in the generation chain.
The Problem
When AI generates content:
- Who owns it?
- What training data contributed?
- How does value flow to original creators?
- How do we prevent plagiarism at scale?
Story Protocol
story.foundation — Building the IP infrastructure for AI.
Three components form the stack:
| Component | Function | What It Proves |
|---|---|---|
| IP Registration | On-chain record of creative work | This existed before AI touched it |
| Licensing | Programmable terms for derivative use | This agent had permission to use it |
| Royalty Distribution | Automatic value flow to contributors | The original creator got paid |
Each component is a smart contract. Registration creates an immutable provenance record. Licensing encodes terms that agents can read programmatically. Royalties flow automatically when derivatives generate revenue.
Commerce Flow Position
PCP is the EVALUATE stage in the agent commerce flow:
DISCOVER → COMMUNICATE → COMMERCE → AUTHORIZE → SETTLE → EVALUATE
↑
PCP
After settlement, PCP answers: was the output original? Did value flow to contributors? Does the creator's reputation change? Without this stage, agent commerce has no quality signal feeding back into discovery.
The Extraction Test
When an agent generates content, three questions determine whether PCP applies:
- Derived from identifiable source? — If yes, provenance chain required
- Commercially distributed? — If yes, licensing terms must be satisfied
- Revenue generated? — If yes, royalty distribution triggers
If all three are no, PCP is unnecessary overhead. If any are yes, skipping PCP creates legal and ethical liability that compounds with scale.
Related Projects
- whatthefreg.wtf — IP registration
- myceliumnetwork.io — Creative attribution network
Context
- Agent Protocols — The protocol landscape PCP closes
- Agent Commerce — Transaction protocol that PCP evaluates
- Verifiable Intent — Authorization proof that precedes PCP
- Protocols — What protocols are
- Smart Contracts — The on-chain layer PCP runs on
Links
- Story Protocol Docs — Architecture and integration guides
- Story Protocol GitHub — Reference implementations
Questions
When AI-generated content has no identifiable source — trained on billions of fragments — does the concept of "original creator" still apply?
- If licensing terms are programmable, who writes the terms for training data that predates the protocol?
- At what scale does manual IP registration become impossible, and what replaces it?
- Does PCP create a moat for early registrants, or does it level the field for all creators?