{"_self":{"principle":"Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.","widget":"article_bundle","feature":"bundle","name":"LLM article bundle","what":"Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution.","contains":"body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest","slug":"what-is-self-describing-protocol","urls":{"read":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/bundle?format=markdown"},"how_to_use":"Reference bundle for an LLM or reader. §SELF explains the surface; ingest and claim endpoints in llm_manifest are the write-back routes.","write":null,"imessage":null,"router_tag":null,"proof_chain":[{"step":1,"claim":"Articles are voxel graphs of tiered claims, not prose blobs.","verify":"https://miscsubjects.com/api/articles/constitution"},{"step":2,"claim":"Claims link to hash-chained sources via source_ids.","verify":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/sources"},{"step":3,"claim":"Ask reads topology; ingest/claim append to ledger.","verify":"https://miscsubjects.com/api/protocol"},{"step":4,"claim":"Models queue growth: populate → collaborate → repair → reflex.","verify":"https://miscsubjects.com/api/protocol/grow"},{"step":5,"claim":"Graph proves its own shape (reflex) and $/claim (yield).","verify":"https://miscsubjects.com/graph.html?layer=reflex"},{"step":6,"claim":"Full feature index + _explain on every API response.","verify":"https://miscsubjects.com/api/articles/system-map"}],"related_features":[{"id":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","urls":{"read":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/topology"}},{"id":"voxels","name":"Voxel graph","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance.","urls":{"read":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/voxels","write":"https://miscsubjects.com/api/protocol/claim"}},{"id":"ask","name":"Ask protocol","what":"Answer only from topology; creates question_node with gaps and ingest_hint.","urls":{"read":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/prompts","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"ingest","name":"Ingest protocol","what":"Parse pasted evidence → source ledger + claims + evidence_ingest node.","urls":{"write":"https://miscsubjects.com/api/protocol/ingest"}},{"id":"claim_post","name":"Claim post protocol","what":"Prompt-injection style POST — one claim voxel with who_claims + posted_by.","urls":{"read":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/voxels","write":"https://miscsubjects.com/api/protocol/claim"}},{"id":"llm_manifest","name":"LLM manifest","what":"Machine-readable read/write contract for external LLMs.","urls":{"read":"https://miscsubjects.com/api/articles/llm-manifest"}}],"system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","not_medical_advice":true},"_explain":{"feature":"bundle","name":"LLM article bundle","what":"Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution.","why":"Every feature is auditable collective intelligence","how":"Reference bundle for an LLM or reader. §SELF explains the surface; ingest and claim endpoints in llm_manifest are the write-back routes.","model":null,"verifies":null,"urls":{"read":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/bundle?format=markdown"},"imessage":null,"router":null,"related":[{"id":"topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER."},{"id":"voxels","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance."},{"id":"ask","what":"Answer only from topology; creates question_node with gaps and ingest_hint."},{"id":"ingest","what":"Parse pasted evidence → source ledger + claims + evidence_ingest node."},{"id":"claim_post","what":"Prompt-injection style POST — one claim voxel with who_claims + posted_by."},{"id":"llm_manifest","what":"Machine-readable read/write contract for external LLMs."}],"not_medical_advice":true},"bundle_version":1,"generated_at":"2026-07-15T06:13:08.611Z","slug":"what-is-self-describing-protocol","title":"What Is a Self-Describing Protocol","url":"https://miscsubjects.com/a/what-is-self-describing-protocol","register":"standard","tags":["oip","kimi-import","self-explaining","voxel","concepts","what-is-self-describing-protocol"],"posted_at":"2026-07-15T04:21:04.003Z","updated_at":"2026-07-15T04:21:04.003Z","body":"<!-- hierarchy:nav -->\n> **Path:** [OIP](https://miscsubjects.com/a/oip) › [Thinker Reference](https://miscsubjects.com/a/oip-thinker-reference) › [Protocol Concepts](https://miscsubjects.com/a/oip-protocol-concepts) › **What Is a Self-Describing Protocol**\n>\n> **Shelf:** Protocol Concepts · **Traversal:** self-explaining · hierarchical · voxel-ready\n> **Machine root:** [OIP tree](https://miscsubjects.com/api/dispatch?map=1&format=markdown) · [Registry](https://miscsubjects.com/api/dispatch?registry=1)\n\n# What Is a Self-Describing Protocol\n\n## §SELF — what-is-self-describing-protocol\n\n**What this page is:** A definition of a self-describing protocol and an explanation of why it matters.\n**What it explains:** What makes a protocol self-describing, what properties it must have, and how it enables systems to operate without prior knowledge.\n**Why read it:** To understand how a protocol can teach itself to anything that connects to it, and why this property is necessary for systems that must work with zero prior context.\n\n### What a Self-Describing Protocol Is\n\nA self-describing protocol is a communication protocol where every response carries the information needed to understand what just happened, what can happen next, and what authority the caller has. A client (a program that sends requests) does not need external documentation to operate the protocol. The protocol teaches itself through its responses.\n\n### Why It Matters\n\nA protocol that requires a human to read a specification before a program can use it creates friction. That friction slows down development, introduces bugs from misreading, and excludes any system that cannot access or parse external documentation. A self-describing protocol removes this barrier. An artificial intelligence model, an automated agent, or a system with zero prior context can connect to a self-describing protocol, read its first response, and know what to do next. The protocol is autopoietic — it produces the information required to operate it.\n\n### The Key Idea\n\nEvery response from a self-describing protocol contains five types of information:\n\n1. **§SELF block.** Every response includes a section that states: what this response is, what protocol it belongs to, what version of the protocol is in use, and where to find the full specification.\n2. **In-band discovery.** The client learns what actions are available by reading the responses, not by reading a separate document. The protocol embeds its own API documentation in every response.\n3. **Typed responses.** Every response has a type label. Examples of types: `invocation_result`, `error`, `capability_record`, `redirect`, `confirmation_required`. The type tells the client how to interpret the rest of the response.\n4. **Authority awareness.** The response states what authority was used to produce it, and what authority remains. A client knows whether it has permission to retry, to escalate, or to access a related resource.\n5. **Link-carrying.** The response includes URLs or identifiers for next actions: replay the same request, repair an error, confirm a result, or navigate to a related object. The client does not need to construct URLs; it follows the links provided.\n\n### What They Got Right\n\n- HATEOAS (Hypermedia as the Engine of Application State) demonstrated that REST API responses can include links to next actions. A client navigates an API the same way a human navigates a website: by following links. This was the first widespread implementation of a self-describing pattern.\n- The Semantic Web (RDF, linked data) showed that data can carry its own schema. Every piece of data includes its type and its relationships to other data. A program reading RDF does not need a separate schema document; the schema is in the data.\n- KeyKOS and later capability-based systems showed that a capability (an unforgeable token that grants access to an object) can carry its own permissions. The capability is both the reference to the object and the proof of authority. It is self-describing by construction.\n- OIP (Open Invocation Protocol) combines all of these. Every OIP response includes a §SELF block with protocol identity, spec URL, response type, authority used, and links for next actions. OIP is designed so that a model with zero prior knowledge can operate it after reading one response.\n\n### What They Got Wrong or Left Unfinished\n\n- HATEOAS does not include authority information. A REST response may contain links, but it does not state what permissions the client has. The client must track its own authorization state separately.\n- The Semantic Web assumes that parsers understand RDF syntax. It is self-describing at the semantic level, but not at the syntactic level. A client still needs to know how to parse RDF before it can read the self-describing content.\n- Self-describing protocols increase response size. Every response carries metadata that a non-self-describing protocol would omit. This overhead is a trade-off. No standard exists for measuring whether the benefit of self-description outweighs the cost.\n- No formal definition of \"self-describing\" exists across all protocols. Different communities use the term to mean different things. A unified formal model has not been written.\n\n### How It Connects to Other Ideas\n\n- **Autopoiesis.** Autopoiesis (a term from biology) means a system produces the components needed to maintain itself. A self-describing protocol is autopoietic in an information sense: it produces the information needed to operate it. The protocol maintains its own operability.\n- **Capability-based security.** A capability is a self-describing authorization. It carries both the reference to a resource and the proof that access is permitted. Capability systems and self-describing protocols share the same design philosophy: the token carries everything you need.\n- **Zero-knowledge operation.** A self-describing protocol enables a client to operate with zero prior knowledge. This is the opposite of protocols that require pre-shared configuration, pre-downloaded schemas, or pre-registered credentials. Zero-knowledge operation means any system can connect and learn.\n\n### Sources\n\n- Fielding, R. T. \"Architectural Styles and the Design of Network-based Software Architectures.\" PhD dissertation, University of California, Irvine, 2000. (Chapter on REST and HATEOAS)\n- Berners-Lee, T. \"Linked Data.\" W3C Design Issues, 2006.\n- Hardy, N. \"The Confused Deputy.\" *Operating Systems Review*, 1988. (KeyKOS capability model)\n- OIP Specification: §SELF block definition, response typing, and link-carrying protocol.\n\n---\n\n## Up the tree\n\n- [OIP root](https://miscsubjects.com/a/oip) — protocol root, zero-context entry\n- [Thinker Reference hub](https://miscsubjects.com/a/oip-thinker-reference) — full hierarchy map\n- [Protocol Concepts shelf](https://miscsubjects.com/a/oip-protocol-concepts) — siblings on this shelf\n- [Voxel graph article](https://miscsubjects.com/a/what-is-voxel-graph) — how pages link as voxels\n- [Self-describing protocol](https://miscsubjects.com/a/what-is-self-describing-protocol)\n\n## Related on this shelf\n\n- [What Is Autopoiesis](https://miscsubjects.com/a/what-is-autopoiesis)\n- [What Is Capability-Based Security](https://miscsubjects.com/a/what-is-capability-security)\n- [What Is a Capability Token](https://miscsubjects.com/a/what-is-capability-token)\n- [What Is a Confused Deputy](https://miscsubjects.com/a/what-is-confused-deputy)\n- [What Is Context as Cursor](https://miscsubjects.com/a/what-is-context-as-cursor)\n- [What Is a Convergence Catalogue](https://miscsubjects.com/a/what-is-convergence-catalogue)\n- [What Is a Falsification Surface](https://miscsubjects.com/a/what-is-falsification-surface)\n- [What Is HATEOAS](https://miscsubjects.com/a/what-is-hateoas)\n\n## Machine surfaces\n\n- Public page: `https://miscsubjects.com/a/what-is-self-describing-protocol`\n- JSON article: `https://miscsubjects.com/api/articles/what-is-self-describing-protocol`\n- OIP ask: `https://miscsubjects.com/api/dispatch?ask=What%20Is%20a%20Self-Describing%20Protocol`\n","claims":[],"sources":[],"voxels":{"slug":"what-is-self-describing-protocol","counts":{"voxels":0,"sources":0,"edges":0},"note":"slim bundle — full voxels at /api/articles/what-is-self-describing-protocol/voxels"},"constitution":{"url":"https://miscsubjects.com/api/articles/constitution"},"provenance":[{"action":"write","model":"kimi-agent-import","ts":"2026-07-15T04:21:04.003Z","hash":"68c1c91451a57c5c","tokens_in":0,"tokens_out":0}],"contributions":[],"topology":null,"slim":true,"ledger_totals":{"claims":0,"sources":0,"exported_claims":0,"exported_sources":0},"question_graph":{"slug":"what-is-self-describing-protocol","questions":[],"evidence":[],"edges":[],"counts":{"questions":0,"evidence":0,"edges":0}},"verification":{"provenance":{"valid":true,"entries":1,"head":"68c1c91451a57c5cd62a6edfab7119b2cc06d2f50b954f6109e5fcd966765412"},"sources":{"valid":true,"entries":0,"head":"genesis"}},"counts":{"claims":0,"sources":0,"provenance":1,"contributions":0,"questions":0,"evidence_ingests":0,"voxel_edges":0},"transport":"Open every URL in this bundle with your browser or web / URL-fetch tool. Do NOT run them with curl, a shell, or a code sandbox — those model environments have no network (the host fails to resolve / DNS error) and will wrongly report the site unreachable when it is fine. Opening the link IS the call.","llm_manifest":{"version":"1","site":"https://miscsubjects.com","purpose":"Peptide evidence articles with hash-chained source ledgers, tiered claims, and a question graph. LLMs should READ bundles/URLs and WRITE back via ingest — never invent doses.","read":{"human_page":"https://miscsubjects.com/a/what-is-self-describing-protocol","bundle_json":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/topology","question_graph":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/question-graph","sources":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/sources","provenance":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/provenance","contributions":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/contributions","graph_topology":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/graph-topology?question={question}","voxels":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/voxels","constitution":"https://miscsubjects.com/api/articles/constitution","ontology":"https://miscsubjects.com/api/articles/ontology","system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","health":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/health","repair":"POST https://miscsubjects.com/api/protocol/repair","list_articles":"https://miscsubjects.com/api/articles","graph_canvas":"https://miscsubjects.com/graph.html?slugs=what-is-self-describing-protocol","graph_yield":"https://miscsubjects.com/api/graph?slugs=what-is-self-describing-protocol&layer=yield","obsidian_vault":"https://miscsubjects.com/api/articles/obsidian-vault?slugs=what-is-self-describing-protocol","graph_query":"https://miscsubjects.com/api/v1/query?from=what-is-self-describing-protocol&kind=claim&where=tier=human"},"ask":{"description":"Answer only from topology; creates a question_node with gaps.","api":"POST https://miscsubjects.com/api/protocol/ask","body":{"slug":"{slug}","question":"string"},"imessage":"what-is-self-describing-protocol|your question","router_tag":"[ARTICLE_ASK]what-is-self-describing-protocol|question[/ARTICLE_ASK]","auth":"x-terminal-key header for API; iMessage/WhatsApp via miscsubjects build"},"ingest":{"description":"Parse pasted evidence → source ledger + claims + evidence_ingest node.","api":"POST https://miscsubjects.com/api/protocol/ingest","body":{"slug":"{slug}","evidence":"paste text","question_node_id":"optional qn_..."},"imessage":"ingest what-is-self-describing-protocol|q:{node_id}|paste evidence","router_tag":"[ARTICLE_INGEST]what-is-self-describing-protocol|evidence[/ARTICLE_INGEST]","tiers":["human","preclinical","anecdotal","mechanistic","speculative"]},"claim":{"description":"Prompt-injection style POST — one claim voxel with who_claims + posted_by provenance.","api":"POST https://miscsubjects.com/api/protocol/claim","body":{"slug":"{slug}","text":"one assertion","tier":"human|preclinical|anecdotal|mechanistic|speculative","who_claims":"study author, platform, or model id","source_ids":"optional [s1]"},"imessage":"claim what-is-self-describing-protocol|tier|assertion — who claims it?","router_tag":"[ARTICLE_CLAIM]what-is-self-describing-protocol|tier|assertion[/ARTICLE_CLAIM]","slots":["what_it_is","who_claims_what","what_is_known","what_is_unknown","mechanism","limitations","disclaimer"]},"tiers":{"human":0.8,"preclinical":0.5,"anecdotal":0.3,"mechanistic":0.3,"speculative":0.1},"invariants":["Self-explaining — every API JSON has _self; every paste widget has §SELF; root index at /api/articles/system-map","Append-only — revisions preserved at ?rev=n","Source chain verifies integrity, not truth","Answers must cite claim ids and source ids from topology","Not medical advice"],"constitution":{"version":1,"principle":"Articles are voxel graphs of claims — not prose blobs. Every assertion is a claim atom with tier, weight, source_ids, and posted_by provenance.","slots":[{"id":"what_it_is","required":true,"answers":"What is this peptide/stack/condition?"},{"id":"who_claims_what","required":true,"answers":"Who claims what — study authors, platforms, n=?"},{"id":"what_is_known","required":true,"answers":"What is known with tier labels (human/preclinical/anecdotal)"},{"id":"what_is_unknown","required":true,"answers":"What is NOT known — explicit gaps"},{"id":"mechanism","required":false,"answers":"Proposed mechanism (mechanistic tier only)"},{"id":"limitations","required":true,"answers":"Limits of evidence — no dose advice"},{"id":"disclaimer","required":true,"answers":"Not medical advice"}],"claim_rules":["One claim = one falsifiable assertion. No compound claims.","Every claim must declare tier: human|preclinical|anecdotal|mechanistic|speculative|system.","system tier = architecture/design axioms (not biological mechanism). Use for protocol self-definition.","Sourced claims must cite source_ids from the hash-chained ledger.","Unsourced claims must set source_status: unsourced and why_material.","posted_by is mandatory on every new claim (model id, human, or channel).","No medical advice, no doses, no 'you should take'.","Bad information is retracted (status:retracted), never deleted — retraction event stays on ledger.","Adversary challenges link via challenges[] / challenged_by[] — target may be downweighted.","Leaked secrets are scrubbed to [REDACTED:secret-leak] with scrub_events tombstone — honest audit trail."],"source_rules":["Every source is a voxel edge: type, url, exact quote, summary, found_by, accessed_at.","Sources hash-chain — prev/hash on append.","Anecdotal sources must name platform (reddit|x|youtube|imessage|user_entry)."],"ontology_rules":["Peptide articles (bpc-157, tb-500) are tree roots.","Condition articles (bpc-157-glp1-gut-damage) branch from peptides.","Stack articles (wolverine-stack-glp1) compose peptides — never duplicate peptide mechanism prose.","If an article has no parent embeds and is not a root peptide → sprawl candidate.","Misstep = duplicate scope with another slug; merge or reparent via embeds."],"post_protocol":{"claim":"POST /api/protocol/claim","source":"POST /api/protocol/sources","ingest":"POST /api/protocol/ingest","webhook":"POST /api/articles/<slug>/webhook {kind:claim|source}","imessage_claim":"claim {slug}|{tier}|your assertion — who claims it, source?","imessage_ingest":"ingest {slug}|evidence paste"}},"this_article":{"slug":"what-is-self-describing-protocol","url":"https://miscsubjects.com/a/what-is-self-describing-protocol","bundle_url":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/bundle?format=markdown"}},"api_urls":{"bundle":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/topology","voxels":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/voxels","constitution":"https://miscsubjects.com/api/articles/constitution","ontology":"https://miscsubjects.com/api/articles/ontology","question_graph":"https://miscsubjects.com/api/articles/what-is-self-describing-protocol/question-graph","ask":"https://miscsubjects.com/api/protocol/ask","ingest":"https://miscsubjects.com/api/protocol/ingest","claim":"https://miscsubjects.com/api/protocol/claim","system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown"}}