Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading