Litzki Systems Logo

DOCUMENT CLASSIFICATION: DEVELOPER DOCUMENTATION

Build with SOVP

The Sovereign Validation Protocol is an open, deterministic infrastructure validation standard for the agentic web.

Resources

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.

Protocol Notice: SOVP and draft-sovereign-svtp

Litzki Systems LLC has no affiliation with the Internet-Draft draft-sovereign-svtp-00 (“Sovereign Verification & Trust Protocol (SVTP) v1.0”), submitted to the IETF on May 3, 2026 by an entity identifying itself as Sovereign AG.

The naming overlap between SVTP and SOVP (Sovereign Validation Protocol) is a matter of active IPR proceedings. Litzki Systems LLC submitted IPR Disclosure ID 7291 on May 12, 2026 under RFC 8179, asserting that mechanisms described in draft-sovereign-svtp-00 — specifically the Protocol Seal, Immutable Audit Chain, and Transparent Proxy Architecture — overlap with pending claims in U.S. Patent Application No. 64/005,737 (“System and Method for Infrastructure Validation and Signal-to-Noise Separation via Sovereign Gateway”, filed March 14, 2026).

The disclosure is publicly accessible at https://datatracker.ietf.org/ipr/7291/. Sovereign AG has been notified by the IETF Secretariat. Response deadline: June 12, 2026.

The Sovereign Validation Protocol (SOVP) is developed and maintained exclusively by Litzki Systems LLC. The active IETF Draft is draft-litzki-sovp, live since May 14, 2026. Any references to SVTP, draft-sovereign-svtp, or svtp-sdk as equivalent or related to SOVP are factually incorrect.

Contact: [email protected]