strataos Documentation
Complete technical reference for building on Roxy Systems substrate
The 50ms Guarantee
strataos provides sub-50ms p99 latency for all substrate operations. This isn't a target—it's a contractual guarantee. Every operation you build inherits this performance baseline.
Getting Started
strataos provides four computational primitives that make Time and Truth infrastructure. Before diving into implementation, understand the substrate architecture:
Witness
Byzantine fault-tolerant attestation layer. Truth verified through cryptographic quorum, not consensus.
ChronosLedger
Immutable temporal anchoring with guaranteed sub-50ms latency. Time becomes infrastructure.
Harmonics
Perceptual sensing layer. Detects tension, drift, and strain before they become failures.
Accord
Coordination primitive. Where perception becomes operational response.
Core Concepts
Temporal Integrity
Every event in strataos is anchored to an immutable timestamp with cryptographic proof. This creates a linearizable history where causality is preserved and provable.
Quorum Attestation
Unlike consensus systems, Witness uses Byzantine fault-tolerant quorum attestation. This achieves finality in one round trip while maintaining security.
| Property | Traditional Consensus | Witness Quorum |
|---|---|---|
| Finality | Multiple rounds | Single round |
| Latency (p99) | 200-500ms | <50ms |
| Security Model | 51% honest | ⅔ quorum BFT |
| Scalability | Degrades with nodes | Horizontal |
Substrate Architecture
Witness: Presence as Primitive
Witness provides cryptographic attestation of presence and action. It answers the question: "Did this happen, and can we prove it?"
Submit an event for quorum attestation
ChronosLedger: Persistence as Primitive
ChronosLedger provides immutable temporal anchoring. Every event gets a cryptographically signed timestamp that can never be altered or deleted.
Create immutable temporal anchor
Harmonics: Perception as Primitive
Harmonics monitors system health and detects anomalies before they become failures. It's the substrate's nervous system.
Query system health metrics
Accord: Coordination as Primitive
Accord enables multi-party coordination without central authority. It's how independent nodes agree on actions.
Propose coordinated action
API Reference
Authentication
All API requests require authentication using Roxy Identity tokens:
Core Endpoints
Create cryptographic attestation with quorum verification
Verify attestation proof
Anchor data with immutable timestamp
Query temporal history with causal ordering
Real-time system health metrics
Propose multi-party coordinated action
Rate Limits
| Tier | Requests/Second | Burst Limit |
|---|---|---|
| Development | 100 | 200 |
| Production | 10,000 | 50,000 |
| Enterprise | Custom | Custom |
Integration Patterns
Event-Driven Architecture
strataos naturally supports event-driven patterns. Use Witness + ChronosLedger for guaranteed delivery and temporal ordering:
Performance Characteristics
Contractual Guarantees
- ✓ p99 latency: <50ms
- ✓ p95 latency: <30ms
- ✓ p50 latency: <15ms
- ✓ Availability: 99.99%
- ✓ Durability: 11 nines
Error Handling
All API errors follow a consistent format:
Next Steps
Ready to Build?
Official SDKs (Python, JavaScript, Rust, Go) releasing 2027
Join SDK WaitlistFoundry partners get priority access · Apply to Foundry