Resources
draft-litzki-sovp-00 · Informational
[VIEW ON IETF DATATRACKER]Python reference implementation
[VIEW ON GITHUB]Quickstart
Python
# Install
pip install sovp
# Validate a domain
from sovp import validate
result = validate("https://example.com")
print(result.verdict) # CERTIFIED or FAILED
Core concepts
Layer 0
Infrastructure ingress — the validation layer before agent data ingestion.
Ψ_core
Cryptographic resonance proof. Deterministic binary output.
Ed25519 Signature
Identity anchor published in DNS. Tamper-proof, reproducible.
CERTIFIED / FAILED
Binary verdict. Same input always produces same output.
Resources
- IETF Draft: https://datatracker.ietf.org/doc/draft-litzki-sovp/
- GitHub: https://github.com/litzki-systems/sovp-python
- Quick Scan: https://validator.litzki-systems.com
- Patent Pending: US 64/005,737