AXLE-rs is an experimental Rust-native platform for creating durable, verifiable proof artifacts designed for compliance, insurance, and legal applications. Unlike traditional proof systems that focus on formal methods research, AXLE-rs provides a production-ready infrastructure for generating, attesting, and independently verifying legally significant artifacts that meet regulatory requirements.
Modern compliance workflows require more than just verification - they need auditable trails, regulatory compliance, and independent verification capabilities. AXLE-rs addresses this gap by providing:
- Independent Verification: Create artifacts that can be verified by third parties without requiring the original issuer
- Regulatory Compliance: Built-in support for insurance risk assessments, compliance controls, and legal disclosures
- Audit Trails: Cryptographic receipts and signing for immutable audit trails
- Pluggable Policies: Configurable verification policies for different regulatory domains
A standardized directory structure that bundles:
manifest.json: Artifact metadata and schema version- Typed JSON files:
claim.json,evidence.json,verification_policy.json hashes.json: Canonical hashes for content addressing- Optional signed components
- Signing Layer: ed25519 digital signatures with
receipt_idgeneration - Verification Policy: Schema-versioned policies for different claim types
- ProofMail: Structured data model for delivery and receipt
- Independent Verification: CLI/endpoint that only requires artifact + public key
insurance_risk: Risk assessment proofscompliance_control: Regulatory compliance verificationlegal_disclosure: Legal statement attestationdecision_proof: Algorithmic decision justification
formal statement? → Lean source / proof candidate → AXLE processing → .axle artifact →
Signing Layer → Receipt Binding → Independent Verification
# Create a signed artifact
axle-rs issue claim.json evidence.json --signing-key private.key
# Verify an artifact independently
axle-rs verify --artifact-dir .axle --public-key public.key
# Generate a receipt for audit trails
axle-rs attest claim.json evidence.json --receipt-path receipt.json- Artifact Format Specification
- Verification Policy Guide
- Receipt Binding Protocol
- Delivery Channels
- API Reference
AXLE-rs is built for organizations that need to:
- Maintain auditable proof trails for regulatory compliance
- Provide independent verification to auditors or regulators
- Generate legally significant artifacts with cryptographic assurance
- Integrate with existing compliance workflows and systems
- Meet documentation requirements for insurance claims and legal proceedings