The canonical technical specification is the authoritative source for every component design, interface, state machine, parameter, and open decision. This page describes where the spec lives, what it covers, and how it relates to the other documentation.Documentation Index
Fetch the complete documentation index at: https://docs.pelion.dev/llms.txt
Use this file to discover all available pages before exploring further.
Where to find it
The spec lives in the source repository atdocs/spec/pelion_technical_spec.md. It is a single markdown file, versioned in git, and is the authoritative source for every downstream artifact (engineering READMEs, this documentation site, whitepapers, any future formal audit).
When the spec and this documentation disagree, the spec is correct. This documentation is a distilled external framing and is expected to lag minor spec changes.
What each section covers
Executive summary (§1). The thesis in one paragraph. Problem statement, solution approach, and the specific innovations that differentiate Pelion from prior oracle designs. Problem and motivation (§2). UMA’s structural failure modes with the July 2025 Zelensky case study. Quantitative argument for why token-weighted voting cannot be patched. System architecture (§3). The five-layer stack. Mental model, data flow, and trust boundaries. Core components (§4). The bulk of the document. Each component has its own section with interface sketches, state machines, edge cases, and the specific parameters that require governance decision.- §4.1 Base Adapter Contracts
- §4.2 Question and Verdict Schemas (canonical off-chain formats)
- §4.3 Router Services
- §4.4 Bittensor Integration Layer (the scoring rubric is here, and it is the core IP)
- §4.5 Cross-Chain Relay (v1 bonded federated, v2 light-client roadmap)
- §4.6 Treasury System
- §4.7 Token Contract
How to read it
First pass. §1, §2, §3. 15 minutes. Covers the thesis, the problem, and the mental model. Technical deep-read. §4 and §5. One to two hours. This is the full system design. Token-focused read. §4.6 (treasury), §4.7 (token), §7 (governance). 30 minutes. Build-focused read. §8 (phases), §11 (priorities), §10 (open questions). 20 minutes.Relationship to this documentation
The documentation here is a distilled version organized for investor reading. It covers the narrative arc, not the exhaustive interface specifications. Specific mappings.| This doc page | Spec section |
|---|---|
| UMA’s structural failures | §2 |
| Why now | §2 |
| Architecture | §3 |
| Question lifecycle | §4.1 |
| Economic security | §5 |
| UNRESOLVABLE and calibration | §4.4 (scoring), §4.2 (schema) |
| Token mechanics | §4.7 |
| Treasury | §4.6 |
| Governance | §7 |
| Canonical schemas | §4.2 |
| Repository and modules | §8 (build status) |
| Benchmark methodology | §11 (Priority 1) |