Preamble
The Searle Protocol License is a family of open content licenses designed for the age of artificial intelligence. While traditional licenses (MIT, Apache, GPL, Creative Commons) address human use, redistribution, and modification of creative works, they were written before large-scale AI training became a dominant form of content consumption.
This license fills that gap. It gives creators explicit, machine-readable, legally grounded control over whether and how their work may be used for AI/ML training, while preserving traditional rights for human use.
The license is named after philosopher John Searle, whose Chinese Room argument illustrates that systems can process information without understanding it — a fitting metaphor for AI models that consume creative works without comprehending their value to their creators.
License Variants
The Searle Protocol License uses a modular permission system across three dimensions: Training, Reading (Inference), and Commerce.
| Identifier | Name | AI Training | AI Reading | Commercial |
|---|---|---|---|---|
| Searle-OS-1.0 | Open Searle | ✓ Allowed | ✓ Any model | ✓ Yes |
| Searle-NT-1.0 | No Training | ✗ Prohibited | ✓ Any model | ✓ Yes |
| Searle-NT-OW-1.0 | No Training, Open Weight | ✗ Prohibited | ⚠ Open-weight only | ✓ Yes |
| Searle-NR-1.0 | No Reading | ✗ Prohibited | ✗ Prohibited | ✓ Yes |
| Searle-NC-NT-1.0 | Non-Commercial, No Training | ✗ Prohibited | ✓ Any model | ✗ No |
| Searle-NC-NT-OW-1.0 | Non-Commercial, No Training, Open Weight | ✗ Prohibited | ⚠ Open-weight only | ✗ No |
| Searle-NC-NR-1.0 | Non-Commercial, No Reading | ✗ Prohibited | ✗ Prohibited | ✗ No |
| Searle-FP-1.0 | Full Protection | ✗ Prohibited | ⚠ Per platform terms | ⚠ Per terms |
Optional Suffixes: Each variant may append -OCA (On-Chain Attribution) and/or -WM (Watermark). Example: Searle-NT-OW-OCA-WM-1.0.
Article 1 — Definitions
1.1 "Work" means the original creative content to which this license is attached, including but not limited to: software code, text documents, datasets, AI agent instructions, conversational memory, prompts, configuration files, images, audio, video, research data, and any derivative compilations thereof.
1.2 "Creator" means the original author(s) or rights holder(s) of the Work who applies this license.
1.3 "Recipient" means any person or entity that obtains, accesses, or receives a copy of the Work.
1.4 "AI Training" means any process by which the Work, in whole or in part, is used as input for:
(a) Training, fine-tuning, distilling, or reinforcing machine learning models, including but not limited to LLMs, diffusion models, embedding models, reward models, and reinforcement learning systems;
(b) Constructing or augmenting training datasets, evaluation benchmarks, or retrieval corpora subsequently used for the purposes in (a);
(c) Automated knowledge extraction, text/data mining, or feature learning where the output is incorporated into a model's parameters or retrieval index;
(d) Synthetic data generation pipelines where the Work serves as a seed, template, or style reference.
1.5 "AI Inference" (also "AI Reading") means the runtime use of an already-trained model to process, interpret, or respond based on the Work, without incorporating the Work into the model's persistent parameters. This includes RAG, prompt context injection, tool invocation, in-context learning, and chain-of-thought processing. AI Inference is not considered AI Training unless the inference pipeline feeds back into a training loop.
1.5.1 "Open-Weight Model" means a machine learning model whose trained parameters (weights) are publicly available for download, inspection, and local execution, under a license that permits at minimum non-commercial research use. A model qualifies as open-weight if:
(a) The complete model weights are published and freely downloadable;
(b) The model can be executed locally without requiring API calls to a proprietary service;
(c) The model's architecture is documented sufficiently for independent verification.
(d) Authoritative Classification: The Searle Protocol maintainers will publish an Open-Weight Model Registry at https://searleprotocol.org/registry/open-weight-models (available upon protocol launch). This registry is advisory. In case of dispute, factual criteria (a)–(c) prevail.
Models that are not open-weight include: models accessible only through proprietary APIs (e.g., OpenAI GPT, Anthropic Claude, Google Gemini Pro) even if their architecture is publicly known.
1.5.2 "Closed-Weight Model" means any AI model that does not meet the definition of an Open-Weight Model in Article 1.5.1.
1.6 "On-Chain Attribution" means a record on a public blockchain containing the Work's content hash, creator address, timestamp, and optional metadata, registered through the Searle Protocol smart contracts or any compatible attribution registry.
1.7 "Watermark" means any visible, invisible, steganographic, or metadata-based identifier embedded in a distributed copy of the Work that uniquely identifies the Recipient, distribution timestamp, or distribution channel.
1.8 "Commercial Use" means any use of the Work primarily intended for or directed toward commercial advantage or monetary compensation, including use within a product or service offered for sale, subscription, or advertising revenue.
Article 2 — Grant of Rights (Human Use)
2.1 Subject to the terms of this license, the Creator grants the Recipient a worldwide, royalty-free, non-exclusive license to:
(a) Searle-OS, Searle-NT, Searle-NT-OW, and Searle-NR: Use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Work, and to permit persons to whom the Work is furnished to do so.
(b) Searle-NC-NT, Searle-NC-NT-OW, and Searle-NC-NR: Use, copy, modify, and distribute the Work for non-commercial purposes only. Commercial use requires separate written permission from the Creator.
(c) Searle-FP: Use the Work only as expressly permitted in an accompanying commercial license agreement or platform terms of service. In the absence of such agreement, only personal, non-commercial, non-redistributable use is permitted.
2.2 All grants under this Article are conditional upon compliance with Article 3 (AI Training Restrictions) and Article 4 (Attribution Requirements).
Article 3 — AI Training Restrictions
3.1 Searle-OS: AI Training is permitted without restriction.
3.2 All variants except Searle-OS: AI Training is expressly prohibited without prior written consent from the Creator. This prohibition applies regardless of:
(a) Whether the training is conducted by the Recipient or a third party;
(b) Whether the training is commercial or non-commercial in nature;
(c) Whether the Work constitutes a substantial or insubstantial portion of the training corpus;
(d) The jurisdiction in which the training occurs;
(e) Whether the trained model is publicly released or kept private.
3.3 AI Reading / Inference Restrictions:
(a) Searle-OS, Searle-NT, Searle-NC-NT (R+ variants): AI Inference is permitted with any model, provided that for NC variants the non-commercial restriction of Article 2.1(b) continues to apply. The Work must not be cached in a manner that constitutes a training dataset, and the inference system must not employ online learning or feedback loops that incorporate the Work into model parameters.
(b) Searle-NT-OW, Searle-NC-NT-OW (RO variants — Open-Weight Only): AI Inference is permitted only with Open-Weight Models (Article 1.5.1). For NC variants, the non-commercial restriction of Article 2.1(b) applies to all inference use. Processing by Closed-Weight Models (Article 1.5.2), including proprietary API services, is prohibited unless the Creator grants explicit written consent. A platform that routes content to a Closed-Weight Model without disclosure violates this license. Sublicenses must preserve the Open-Weight-Only restriction; any sublicense that fails to do so is void and constitutes a material breach.
(c) Searle-NR, Searle-NC-NR (R- variants — No Reading): AI Inference is prohibited entirely. The Work may not be submitted as input to any AI model, included in RAG retrieval indices, vector databases, or embedding stores, or processed by any automated system employing machine learning. Sublicenses must include the AI Training and AI Inference prohibitions; failure to do so is a material breach.
(d) Searle-FP (Full Protection): AI Inference is subject to the platform terms of service. The platform operator determines which models may access the Work. The default is Open-Weight Only unless the platform terms specify otherwise.
3.4 Research Exception: For Searle-NT, Searle-NT-OW, and Searle-NR variants only, academic research institutions may use the Work for AI Training in non-commercial, peer-reviewed research, provided: (a) the resulting model is not deployed commercially; (b) the research publication cites the Work and this license; (c) the Creator is notified in writing at least 30 calendar days prior to publication; (d) the trained model is not released publicly without the Creator's consent. This exception does NOT apply to any NC variant or Searle-FP.
3.5 Machine-Readable Opt-Out: Works licensed under any Training-prohibited variant SHOULD include machine-readable metadata. Recommended methods:
<!-- HTML meta tag --> <meta name="searle-license" content="Searle-NT-1.0"> <meta name="ai-training" content="disallowed"> <!-- HTTP header --> X-Searle-License: Searle-NT-1.0 X-AI-Training: disallowed
Article 4 — Attribution Requirements
4.1 All Variants: The Recipient must retain all copyright notices, license notices, and attribution statements in all copies or substantial portions of the Work.
4.2 Searle-FP (On-Chain Attribution Required):
(a) The Work must be registered on a public blockchain via the Searle Protocol smart contracts or a compatible registry before distribution;
(b) The on-chain record (content hash, creator address, timestamp) constitutes the authoritative proof of authorship;
(c) Distributed copies must include or reference the on-chain attribution identifier;
(d) Tampering with on-chain attribution records constitutes a material breach.
4.3 Optional On-Chain Attribution (-OCA suffix): When present, the on-chain record serves as supplementary evidence of authorship. In case of disputes, the earliest on-chain record with a matching content hash is prima facie evidence of prior creation.
Article 5 — Watermark and Integrity Provisions
5.1 Works distributed under Searle-FP, or any variant with the -WM suffix, may contain Watermarks. Recipients shall not remove, alter, obscure, or attempt to reverse-engineer any Watermark, or distribute de-watermarked copies.
5.2 Watermark detection constitutes admissible evidence that a specific copy was distributed to a specific Recipient. Unauthorized redistribution of a watermarked copy may trigger license termination under Article 8, on-chain penalty proceedings, and civil liability under applicable copyright law.
5.3 The absence of a detectable Watermark does not imply the absence of restrictions. The license terms apply regardless of whether Watermarks are present.
Article 6 — On-Chain Economic Mechanisms
6.1 Applicability: This Article applies only when the Work is registered and distributed through a platform implementing the Searle Protocol smart contracts.
6.2 Staking Requirement: Platforms implementing Searle-FP may require Creators to stake digital assets. The stake is subject to a lock period (default: 30 days) and may be partially forfeited (up to 50% per incident) if the Creator is found to have misrepresented authorship. Forfeiture requires an on-chain proposal, a cooldown period (minimum 48 hours), and is publicly auditable.
6.3 Challenge and Dispute Resolution: Any party may challenge the authorship of a registered Work via the on-chain dispute mechanism. Successful challengers may receive a portion of the forfeited stake. On-chain dispute resolution supplements, but does not replace, legal remedies.
6.4 Transparency: All on-chain economic operations (staking, forfeiture, challenge outcomes) are publicly auditable.
Article 7 — Compatibility
7.1 The Searle Protocol License is designed to be compatible with existing license ecosystems:
| Base License | Compatible Searle Extension | Combined Effect |
|---|---|---|
| MIT | + Searle-NT | MIT terms for code use; AI training prohibited |
| Apache-2.0 | + Searle-NT | Apache terms + patent grant; AI training prohibited |
| CC-BY-4.0 | + Searle-NT | CC attribution terms; AI training prohibited |
| GPL-3.0 | + Searle-NT | Copyleft terms; AI training prohibited |
| Proprietary | + Searle-FP | Full commercial control + on-chain attribution |
7.2 Dual Licensing: Creators may dual-license under a traditional license AND a Searle variant:
SPDX-License-Identifier: MIT AND Searle-NT-1.0
7.3 SPDX Compatibility: Searle Protocol License identifiers are designed for compatibility with SPDX naming conventions and may be submitted for inclusion in the SPDX License List in a future version.
Article 8 — Termination
8.1 This license terminates automatically if the Recipient: (a) violates AI Training restrictions of Article 3; (b) removes or tampers with Watermarks; (c) falsifies on-chain attribution records; (d) otherwise materially breaches any term of this license.
8.2 Upon termination: (a) the Recipient must cease all use and destroy all copies; (b) termination does not extinguish the Creator's right to seek damages; (c) on-chain penalty mechanisms may be invoked independently.
8.3 Reinstatement: A terminated license may be reinstated if the Recipient cures the violation within 30 days of becoming aware of it, and the Creator has not sent a written notice of permanent termination.
Article 9 — Disclaimer and Limitation of Liability
9.1 THE WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
9.2 IN NO EVENT SHALL THE CREATOR BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE WORK.
9.3 On-chain registration constitutes timestamped evidence of authorship, NOT a legal determination of copyright ownership. Disputes regarding underlying copyright are subject to applicable law and jurisdiction.
Article 10 — Governing Law and Jurisdiction
10.1 This license shall be interpreted in accordance with the copyright laws applicable in the jurisdiction of the Creator, unless otherwise specified.
10.1.1 Anonymous or Pseudonymous Creators: Where the Creator is anonymous or identifiable only by a blockchain address, the governing law shall be: (a) the jurisdiction declared in machine-readable metadata; (b) the jurisdiction of the platform through which the Work was first published; (c) if neither is determinable, disputes shall be resolved under the UNCITRAL Arbitration Rules, with the SIAC as appointing authority.
10.2 This license does not constitute legal advice. Creators and Recipients are encouraged to seek independent legal counsel.
10.3 If any provision of this license is held to be unenforceable, the remaining provisions shall continue in full force and effect.
Article 11 — Future Versions
11.1 Solrizon, as the current maintainer, may publish revised versions of this license. Maintenance authority may be transferred to a Searle Protocol Foundation if established. Each version will be given a distinguishing version number.
11.2 Works licensed under a specific version remain governed by that version. The Creator may, at their discretion, re-license under a later version.
11.3 No future version shall retroactively weaken the AI Training protections of prior versions without the Creator's explicit consent.
11.4 Official Language: The English-language text is the authoritative version. Official translations will be published at https://searleprotocol.org/license/v1.0/translations/ when available.
How to Apply This License
Short Form (source files):
// SPDX-License-Identifier: Searle-NT-1.0 // Copyright (c) [YEAR] [CREATOR NAME] // Licensed under the Searle Protocol License v1.0 — No Training variant. // AI Training is prohibited. See LICENSE for details. // On-chain: [CHAIN:CONTRACT:ASSET_ID] (if registered)
Machine-Readable Metadata (searle.json):
{
"$schema": "https://searleprotocol.org/schema/license-v1.0.json",
"license": "Searle-NT-1.0",
"version": "1.0",
"permissions": {
"humanUse": true,
"commercialUse": true,
"aiTraining": false,
"aiInference": "allowed"
},
"onChain": {
"chain": "base",
"contract": "0x...",
"assetId": 42
}
}Searle Protocol License v1.0 — Published by Solrizon — February 2026