DOCUMENT CLASSIFICATION: DEVELOPER DOCUMENTATION

Build with SOVP

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

Agentic speed: IT·KI shield with high-velocity light trails

Resources

/// IETF

IETF Draft

draft-litzki-sovp-03 · Informational

[VIEW ON IETF DATATRACKER]
/// GITHUB

GitHub Repository

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

REST API & OpenAPI

The SOVP validation tools are reachable over a public REST surface as well as over MCP. The machine-readable contract is published as an OpenAPI 3.1 specification at /openapi.json. POST /api/quickscan is free and requires no authentication; POST /api/fullvalidation requires a Stripe payment_token.

HTTP
# Free Quick Scan — no authentication
curl -X POST https://litzki-systems.com/api/quickscan \
  -H "Content-Type: application/json" \
  -d '{"domain":"example.com"}'

# Machine-readable API contract
curl https://litzki-systems.com/openapi.json

# Same capabilities over MCP (JSON-RPC)
# endpoint: https://litzki-systems.com/mcp

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/. The IETF Secretariat has notified Sovereign AG. Response deadline: June 12, 2026.

Litzki Systems LLC exclusively develops and maintains the Sovereign Validation Protocol (SOVP). 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]