Security posture.
On-chain reputation (asymmetric +1 / -5), circuit breakers, stake collateral, optional ZK-in-TEE inference proofs.
Quote verification with vendor-pinned X.509 chains, ECDSA signature validation over attestation payloads, measurement-bound HPKE for sealed data.
EquivocationDetector inside VoteCollector. 10% stake slashing through StakingSlashingCallback. Hybrid Ed25519 + ML-DSA-65 vote signatures.
Per-address sequential nonces, EIP-1559 priority fees, mempool rate limits, three-ceiling enforcement on payment intents.
ERC-7579 modular validators: social recovery (N-of-M guardians), session keys, spending limits. All combined AND-wise at the EntryPoint.
Hybrid PQ rollout. Validator keys: Ed25519 + ML-DSA-65 + BLS12-381. Transport: X25519 + ML-KEM-768. Plonky3 STARKs are conjectured PQ-sound.
Five vendors, one verification path.
/dev/tdx-guest ioctl, TDREPORT → Quote, PCS chain, QE P-256 signature.
/dev/sev-guest ioctl, SNP_GET_REPORT, AMD KDS VCEK, ARK → ASK → VCEK chain.
/dev/nsm device, CBOR attestation document, COSE_Sign1 ES384 verification.
NRAS HTTP API, SPDM measurements, JWT verification, 24-hour report freshness.
ITA appraisal service, EAT JWT, allow-listed jku, TDX measurement projection.
Plonky3 STARKs, post-quantum sound.
Field 2^31 − 2^24 + 1, two-adicity 24. Poseidon2 hashing, FRI commitments. No trusted setup. Pinned testnet config: log_blowup=1, num_queries=64, query_pow=16, commit_pow=8.
Inference, settlement, identity. Generic verify_proof_envelope dispatcher reads circuit_id and runs the matching AIR verifier.
Witness construction inside the enclave. Prover runs sealed. Signed by the enclave key, optionally hybrid Ed25519 + ML-DSA-65. External attestation cross-binding via bind_external_attestation_result.
Validators verify proofs off-EVM and record 32-byte SHA-256 commitments in ZkCommitmentRegistry. The EVM ZK_VERIFY precompile is an O(1) HashSet lookup.
Pre-alpha. Testnet only.
External security audit scheduled before mainnet. Testnet is for development, integration, and adversarial testing. Do not send production assets to testnet addresses.