Compliance Infrastructure
Manta Atlantic provides a full-stack compliance toolkit: zkSBT credentials, verifier keys, and reporting channels that satisfy regulatory needs without leaking personal data.
Private KYC/AML#
- KYC attestations – Issuers publish zk proofs confirming identity verification; verifiers only see proof validity, not raw documents.
- AML screening – Credential schemas incorporate sanctions or risk flags that can be checked via
identity_verifyCredentialduring transaction authorization. - Revocation – Nullifiers revoke credentials instantly, ensuring revoked users cannot pass future checks.
Reporting & Auditing#
| Requirement | Atlantic Capability | Notes |
|---|---|---|
| Regulator visibility | Access aggregated issuance and revocation metrics without identity leakage. | Aligns with NPO reporting flows for enterprise partners. |
| Proof of compliance | Share verifier logs demonstrating successful zk checks, signed with issuer keys. | Works with Prove Key distribution model. |
| Lifecycle transparency | Track credential status via state_getStorage queries on registry pallets. | Integrate into SOC2 or ISO audit evidence bundles. |
Operational Controls#
- Issuer governance – Participate in network governance to stay aligned with Atlantic’s deprecation plan and runtime upgrades.
- Staking economics – Collator incentives (2% inflation, 6-hour payout cadence) prioritize availability required for compliance workloads.
- Disaster recovery – Maintain off-chain backups of Prove Keys and witness generators; Atlantic’s zk circuits can regenerate proofs if keys rotate.
Integration Playbook#
- Map each compliance policy to a credential schema (e.g., KYC Tier 2, Accredited Investor) and automate issuance via CI pipelines.
- Use asynchronous backing-aware monitoring to ensure block production throughput before onboarding large partners.
- Coordinate with bridging partners such as Bifrost to wrap compliant positions (vMANTA) while preserving privacy guarantees.
Next up: understand the zkAddress System for private settlement flows.