Skip to main content

Open, content-addressed compliance-gate decisions bound to the pinned AlgoVoi substrate (ALLOW/REFER/DENY; no-PII; L1 frozen)

Project description

algovoi-compliance-gate-lite

The open, lite origination layer for AlgoVoi Compliance Gate. You bring a categorical screening verdict (ALLOW / REFER / DENY) from your own sanctions / PEP / AML provider; this binds it to a no-PII payer reference and to a pinned subject ref (a policy_bound_ref, settlement-action binding_ref, or retention_chain_ref) into a deterministic, recomputable gate_ref.

Because the verdict is bound to the subject by hash, a decision made under one policy snapshot does not recompute under a rotated policy; the verdict is provably tied to the policy that was in force. Additive over the frozen substrate (Apache-2.0):

payer_ref = "sha256:" + SHA-256(JCS({address, network}))      # address in, only the hash out
gate_ref  = "sha256:" + SHA-256(JCS({payer_ref, subject_ref, verdict}))

Lite vs commercial

Lite (this package) Compliance Gate v2
Licence Apache-2.0, open Commercial OEM
Verdict binding content-addressed gate_ref same, Falcon-1024 signed
Privacy proof (none) Proofs (zero-knowledge)
Verifier recompute offline maintained verifier

Pin lite, anchor a vector hash, carry the NOTICE → free v0 key; upgrade to v2 for post-quantum signing + Proofs.

Install & use

pip install algovoi-compliance-gate-lite
from algovoi_compliance_gate_lite import payer_ref, gate_ref, verify

payer = payer_ref("base", "0x…payer")                 # no PII: only sha256 comes out
# subject is any pinned ref, e.g. a policy_bound_ref from algovoi-policy-binding
ref = gate_ref("ALLOW", payer, "sha256:aaee2091…")     # bind verdict to payer + policy
verify(ref, "ALLOW", payer, "sha256:aaee2091…")        # True
verify(ref, "DENY",  payer, "sha256:aaee2091…")        # False (verdict tamper)

A verdict bound under policy P returns a different gate_ref if recomputed against the policy_bound_ref under a rotated P'; rotation is detectable. Invalid verdicts and malformed refs are rejected, not hashed.

Conformance

conformance/compliance_gate_lite_v1/: payer_ref + 3 positives (ALLOW/REFER/DENY), 5 negatives (verdict / policy-rotation / payer tamper; invalid verdict + malformed ref rejected), and 2 invariants. Verifier imports only stdlib + rfc8785:

pip install rfc8785
python conformance/compliance_gate_lite_v1/verify.py

Adopters

The 4-check gate is scripts/check_v0_adoption.py (dependency + canonical hash anchor

License

Apache-2.0. Copyright 2026 AlgoVoi. Preserve the NOTICE in any distribution.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

algovoi_compliance_gate_lite-0.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (161.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

File details

Details for the file algovoi_compliance_gate_lite-0.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for algovoi_compliance_gate_lite-0.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b90aa351cc284e6f58043785f556aff94d30c837d57d043caf24a6011e6f35d5
MD5 f1b8d7ff75182f52227fa5423bbfbf2e
BLAKE2b-256 62af3cb55cc23948111788bf598013d6836d7394d448dd094a73a8bf5682e16a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page