Technical notes
How Stvor works, cryptographically.
The cryptographic primitives are not novel — ed25519 and SHA-256 are industry standard. What Stvor provides is the composition: a commitment anchoring scheme designed specifically for the AI agent execution context, with a portable, offline-verifiable receipt format.
Architecture
Core concepts
Commitment anchoring
Canonical hash construction
Trust Receipt format
Threat model
ATS-1
Trust Receipt format (draft)
ATS-1 is the open Trust Receipt format Stvor is drafting: a portable JSON document signed with ECDSA P-256 over a canonical payload hash. Any verifier with the issuer's public key can validate a receipt offline — no Stvor API call required.
Fields include commitment hash, verified checks, decision (ALLOW / DENY), agent identity, and timestamp. The draft spec and reference verifier ship with pilot engagements and on GitHub as they stabilize.
References
Standards and prior work
ed25519: High-speed high-security signatures
Bernstein et al. (2011). The digital signature scheme Stvor uses for commitment signing. Chosen for speed (<2ms), small key size, and wide ecosystem support.
SHA-2 (FIPS 180-4)
NIST standard for the SHA-256 hash function used in Stvor's canonical commitment hash construction.
JSON Canonicalization Scheme (RFC 8785)
The serialization standard Stvor follows for deterministic canonical hashing of commitment fields before signing.
ERC-4337: Account Abstraction
The smart account standard Stvor integrates with for on-chain execution. Stvor's commitment anchoring can gate UserOperation submission.
NIST IR 8505: AI Agentic Systems
NIST's emerging framework for trust and security in agentic AI systems — the policy context Stvor's compliance audit trail targets.
MiCA Regulation (EU) 2023/1114
Markets in Crypto Assets regulation. Stvor's Trust Receipt format is designed with MiCA's traceability and audit trail requirements in mind.
GENIUS Act (U.S., 2025)
Proposed U.S. stablecoin framework requiring traceable execution and compliance audit trails. Stvor receipts are structured to support GENIUS Act compliance reporting.
ML-KEM (NIST FIPS 203) — Post-quantum roadmap
Lattice-based key encapsulation standard. Stvor's 2027 post-quantum migration roadmap targets ML-DSA (FIPS 204) for commitment signatures.