From 19f1eb800e132ad979a83a72726dc21dae898291 Mon Sep 17 00:00:00 2001 From: iret77 <63622643+iret77@users.noreply.github.com> Date: Sat, 13 Jun 2026 16:00:10 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20complete=20README=20hard-criteria=20lis?= =?UTF-8?q?t=20to=20match=20SPEC=20=C2=A713.1=20MUSTs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Third Codex pass: the README 'Hard selection criteria' summary listed 5 of SPEC §13.1's 7 MUST requirements, omitting req 6 (contract-readable dispute/enforcement state) and req 7 (anchor discoverability) — the very requirements PR #45 just clarified are hard, not graded. Added both, and noted contract-readable state as the one that rules out event-log-only anchoring (Hedera HCS). Summary now matches §13.1. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfa63df..04d5558 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ ANP **reuses** identity (DID/VC), settlement (native chain), and attestation pat ## Reference DLT -The spec is chain-agnostic. The **reference profile** targets **IOTA Rebased** (Move VM, sub-second finality, near-zero / sponsored fees). Hard selection criteria for any chain: sub-second finality, ultra-low fees, programmable escrow, programmatic wallets, and post-quantum *pairing* at the binding layer (always satisfiable — ANP's binding signatures are off-chain, §6.5). A chain's *account-level* post-quantum roadmap and native EUR/USD stablecoins are valued nice-to-haves, graded rather than hard (no candidate chain ships PQC accounts today — see [`DLT_EVALUATION.md`](./DLT_EVALUATION.md)). An EVM interoperability profile (ERC-8004 / EAS / x402) is available but optional. +The spec is chain-agnostic. The **reference profile** targets **IOTA Rebased** (Move VM, sub-second finality, near-zero / sponsored fees). Hard selection criteria for any chain (the SPEC §13.1 MUSTs): sub-second finality, ultra-low fees, programmable escrow, programmatic wallets, **contract-readable dispute/enforcement state** (so escrow can prove a dispute's absence on-chain — the requirement that rules out event-log-only anchoring like Hedera HCS), **anchor discoverability**, and post-quantum *pairing* at the binding layer (always satisfiable — ANP's binding signatures are off-chain, §6.5). A chain's *account-level* post-quantum roadmap and native EUR/USD stablecoins are valued nice-to-haves, graded rather than hard (no candidate chain ships PQC accounts today — see [`DLT_EVALUATION.md`](./DLT_EVALUATION.md)). An EVM interoperability profile (ERC-8004 / EAS / x402) is available but optional. ## Status