Chronos#
The cooperative research portal. Time-anchored. Empirically receipted. Historically grounded.
The Liana Banyan Platform is 37 years in development. Every decision, every insight, every moment of cooperative design has a timestamp. Chronos is where that record becomes a research surface — not a marketing timeline, but an honest empirical archive.
Mission#
Chronos provides a cooperative-class research portal where Members, scholars, and cooperative institutions can query the historical substrate of the Liana Banyan Platform — understanding not just what the platform does, but how it came to be what it is, and why.
Three guiding principles:
- Time-class — every artifact has a timestamp; every query is time-anchored
- Empirical-receipt-class — every result carries a receipt (provenance, source, confidence)
- Historical-substrate — the platform’s own history is part of its cooperative infrastructure
What Chronos Does#
Chronos lets you:
- Query the historical substrate (search by concept, date range, initiative, or canonical ref)
- Build timelines (visualize how cooperative decisions and innovations evolved)
- Ingest (Members contribute historical context that enriches the substrate)
The Eyewitness Benchmark#
Chronos is anchored to the Eyewitness Benchmark — the empirical agreement metric established in BP053/BP054. When Chronos returns a historical result, it carries an agreement score: how consistently different research methods and sources corroborate it.
Haiku-Opus 0.883 agreement — the canonical empirical baseline. Results at or above 0.883 agreement are marked as high-confidence. Results below carry explicit uncertainty notation.
“History is not what happened. It is what we can verify happened.”
Cross-ref: Pearl-CDN (Tier AA) · Eyewitness Benchmark (BP053/BP054) · CANON manifest (Tier BG)
The Platform Timeline Chronos maintains the canonical timeline of the Liana Banyan Platform — not as a marketing document, but as an empirical record. Every entry is time-anchored and carries an Eyewitness agreement score.
Era Overview Era Period Canonical Focus Foundation 1989–2010 Core cooperative design principles established Architecture 2011–2020 System architecture, legal structure, cooperative economics Build 2021–2025 Technical implementation, patent filing, platform construction Launch 2026 Public cooperative launch, Red Carpet, Member onboarding Rope of History — Knots at Events The platform’s history is best visualized as a rope along which knots are tied at each substrate event: every Pheromone fired, every Eblet minted, every canon ratified, every innovation moment captured. Knot spacing reflects innovation density — sparse for steady incremental work, tight clusters for high-density sessions where a single prompt thought cascades into many components. See the Rope of History page for the BP053→BP058 arc knot cluster.
...
About Chronos Why a Research Portal? The Liana Banyan Platform is not a startup with a three-year history. It is a 37-year design project that has produced 2,270 documented innovations, 21 provisional patent applications, and 228 Crown Jewels. That record is not marketing material — it is a research archive.
Chronos exists because the archive deserves a research interface. Not a website timeline that cherry-picks milestones. A substrate query system that lets you ask real questions and get empirically grounded answers.
...
Contributing to Chronos The Ingest Pipeline Chronos grows through Member contribution. When Members discover, document, or verify historical artifacts that belong in the cooperative substrate, they submit them through the ingest pipeline.
What Can Be Ingested Artifact Type Examples Historical documents Founding documents, early correspondence, planning records Canonical decisions Platform decisions not yet in substrate Innovation records Cooperative innovations with clear timestamps Personal testimony Member accounts of cooperative history (with corroboration) External references Published works, public records, news coverage Submission Format POST /chronos/ingest
Authorization: Bearer <member-token>
Content-Type: application/json
{
"canonical_ref": "string (create or cite existing)",
"title": "string",
"artifact_type": "document | decision | innovation | testimony | reference",
"content": "string (the artifact content or excerpt)",
"created_ts": "ISO 8601 (exact or estimated)",
"temporal_class": "anchored | estimated",
"sources": ["array of source descriptions"],
"contributor_id": "string (your Member ID)",
"witness_ids": ["array of Member IDs who can corroborate"],
"initiative": "string (Sweet Sixteen initiative name if applicable)"
} Verification Process All ingested artifacts go through a three-stage verification:
...
Chronos Query Interface How to Query Chronos accepts queries in three forms:
1. Concept Query Search for a named concept, doctrine, innovation, or initiative across the historical substrate.
GET /chronos/query?concept=cooperative+marks&era=BP040-BP057&confidence=high Returns: All canonical artifacts matching the concept, time-anchored, with Eyewitness agreement score.
2. Timeline Query Build a chronological view of how a concept or initiative evolved.
GET /chronos/timeline?initiative=VSL&from=2025-01-01&to=2026-05-25 Returns: Ordered sequence of artifacts related to the initiative, with timestamps and provenance.
3. Canonical Ref Query Retrieve a specific artifact by its canonical reference.
...