SEARLE
PROTOCOL
The Open License Standard for AI Content Rights. Define how machine intelligence interacts with your creative work. Training, reading, and commerce — your content, your rules.
THE CHINESE ROOM
Named after John Searle's argument demonstrating that a computer executing a program cannot be shown to have a "mind" or "understanding," regardless of how intelligently it may behave.
THE GAP IN
THE CODE.
Traditional open source licenses (MIT, Apache, CC) were written for humans. They do not account for the scale of ingestion by Large Language Models.
Robots.txt is a gentleman's agreement. Creators need a cryptographically verifiable, machine-readable standard to declare "No Training" or "Open Weights Only" with legal force.
DEFINE YOUR BOUNDARIES
Adjust the dimensions below to find your protocol.
AI TRAINING
Can models use this data to update their weights?
AI READING
Can models read this content during inference (RAG)?
COMMERCE
Is commercial use allowed for the output?
SEARLE-NT
SPDX: Searle-NT-1.0SEARLE-OS
SEARLE-NT
SEARLE-OW
SEARLE-NR
SEARLE-NC
SEARLE-NC-OW
SEARLE-STRICT
SEARLE-FP
MACHINE READABLE
Choose Variant
Select the license that matches your intent from the grid above.
Add Metadata
Include JSON-LD or Meta tags in your document head.
Chain Attestation (Optional)
Register your content hash on the Base registry for immutable proof.
<head> <!-- License Meta Tag --> <meta name="searle:license" content="SEARLE-NT-v1.0"> <!-- JSON-LD Structured Data --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "DigitalDocument", "license": "https://searleprotocol.org/licenses/NT", "usageInfo": { "@type": "RightsStatement", "aiTraining": false, "aiReading": true, "commercial": true } } </script> </head>
IMMUTABLE PROOF
ON BASE.
"The protocol itself is the first asset protected by itself."
FAQ
Is this legally binding?
Searle Protocol creates a standardized machine-readable declaration of intent. While untested in court specifically for AI training, it provides a clearer legal standing than silent copyright.
How does verification work?
Scrapers verify the hash of your content against the signature on the Base blockchain to ensure the license hasn't been tampered with.
Does this stop scrapers?
It stops compliant scrapers immediately. For non-compliant scrapers, it builds a massive class-action evidentiary trail.