Skip to content
@LexiTSP

Trust Standard Protocol by LexiCo AS

LexiTSP

Trust Standard Protocol

Protocol Verification Sovereign Open Standard

Cryptographically verifiable AI provenance.

🌐 https://truststandardprotocol.com

What is TSP?

TSP — Trust Standard Protocol — is an open protocol for cryptographically verifiable AI provenance.

TSP wraps AI outputs inside signed TrustEnvelope structures containing:

  • source declarations
  • process metadata
  • alignment information
  • timestamps & signatures
  • tamper-evident ledger chains

The protocol is designed so AI outputs can later be verified independently of the vendor that generated them.

DECLARE → WRAP → SIGN → VERIFY
VERIFY RESULT
────────────────────────
✓ Signature valid
✓ Chain intact
✓ Source declared
✓ Timestamp verified

STATUS: VERIFIED

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TRUST SHOULD BE INSPECTABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Why TSP Exists

Modern AI systems increasingly operate inside:

  • regulated environments
  • public-sector workflows
  • compliance-heavy industries
  • governance-sensitive systems

Yet most audit trails still rely on:

  • mutable databases
  • screenshots
  • unsigned metadata
  • vendor-controlled dashboards
  • unverifiable logs

TSP moves the trust boundary closer to the output itself.

The response, its provenance, and its process declaration become cryptographically bound together through:

  • RFC 8785 canonicalization
  • SHA-256 hashing
  • Ed25519 signatures
  • RFC 3161 timestamping
  • manifest-based verification infrastructure

The goal is simple:

AI outputs should remain independently verifiable even if the vendor disappears.


Core Principles

◉ Verification Over Implication

Capabilities should correspond to behavior the architecture can actually guarantee.

◉ Sovereign-by-Default

Verification should not require centralized vendor infrastructure.

◉ Explicit Declarations

Missing information should explicitly declare why it is missing.

Absence should never be silent.

◉ Auditability As Infrastructure

Auditability should not be layered on top after deployment.
It should exist at the protocol level.

◉ Architecture Over Mythology

Systems should derive credibility from:

  • reproducibility
  • explicit guarantees
  • operational clarity
  • and measurable behavior

—not narrative inflation.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
LANGUAGE = ARCHITECTURE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Ecosystem Areas

Area Purpose
@lexitsp/sdk Core protocol implementation
TrustEnvelope Signed provenance structure
Manifest Infrastructure Verification & trust roots
TrustBadge Verification-aware UI layer
Verification Tooling Independent validation flows
Governance Infrastructure Auditability & oversight workflows

TrustEnvelope

The core protocol object is the TrustEnvelope.

A TrustEnvelope contains:

{
  "source": {},
  "process": {},
  "alignment": {},
  "ledger": {},
  "signatures": []
}

The envelope is:

  • canonicalized
  • hashed
  • signed
  • chained
  • and independently verifiable.

Verification Flow

CONTENT
   ↓
HASH
   ↓
SIGNATURE
   ↓
LEDGER
   ↓
VERIFY

Verification is designed to remain:

  • reproducible
  • inspectable
  • vendor-independent
  • and operationally explicit.

Protocol Philosophy

TSP is built around a small set of recurring architectural principles:

  • trust should emerge from verification
  • provenance should survive infrastructure boundaries
  • auditability should remain inspectable
  • architecture should constrain claims
  • hidden state is dangerous

The protocol intentionally favors:

  • explicit guarantees over implied trust
  • bounded claims over marketing language
  • operational realism over abstraction-heavy narratives

Example Principles

Language must not exceed architecture.

Absence should never be silent.

Verification should remain independent.

Trust should be inspectable, not assumed.


Open Protocol

TSP is designed as:

  • an open protocol surface
  • a sovereign verification layer
  • and an independently implementable standard

The protocol intentionally separates:

  • open verification infrastructure
  • from optional operational tooling layered above it.

This allows:

  • independent implementations
  • protocol interoperability
  • vendor independence
  • and long-term architectural durability.

Current Focus

Current areas of focus include:

  • provenance verification infrastructure
  • protocol interoperability
  • manifest & trust systems
  • verification tooling
  • governance-oriented infrastructure
  • runtime auditability
  • bounded orchestration integration
  • reproducible validation flows

Repository Areas

Repository Area Focus
SDK Core protocol implementation
Verification Independent validation tooling
TrustBadge Verification-aware UI
Governance Auditability & oversight
Documentation Specifications & protocol rationale
Research Verification, provenance & bounded systems

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SIGNED · TIMESTAMPED · VERIFIED
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Contributing

We welcome collaboration around:

  • cryptographic provenance
  • protocol architecture
  • verification infrastructure
  • governance tooling
  • interoperability
  • auditability systems
  • bounded runtime orchestration
  • reproducible validation

See:

  • CONTRIBUTING.md
  • PHILOSOPHY.md
  • RESEARCH.md
  • ROADMAP.md

Connect


Long-Term Direction

The long-term direction is not simply building more AI tooling.

It is helping establish infrastructure where increasingly capable systems can remain:

  • verifiable
  • inspectable
  • auditable
  • governable
  • and operationally coherent as complexity scales

The broader goal is straightforward:

build systems where trust can increasingly emerge from architecture, provenance, verification, and explicit guarantees rather than opaque authority alone.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TSP/3.0 · RFC8785 · ED25519 · SHA-256
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Popular repositories Loading

  1. sdk sdk Public

    TypeScript SDK and CLI for Trust Standard Protocol

    TypeScript

  2. trustbadge-react trustbadge-react Public

    React TrustBadge component for Trust Standard Protocol envelopes

    TypeScript

  3. tsp-site tsp-site Public

    Trust Standard Protocol public site, docs, fixtures, and launch infrastructure

    TypeScript

  4. .github .github Public

    Trust Standard Protocol

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…