Adamant update.
The site. Adamant Protocol is rebuilt as a working hub.
Five doors route from the home page: use ADM, run a node, build on it, audit it, understand it.
/start is the protocol in five steps with diagrams.
/network is a full block-explorer scaffold search, blocks, per-transaction pages with the public-view vs view-key-disclosure split, validator detail with cohort markers, the two-regime mempool inspector (threshold encryption at N≥15, time-lock VDF below), burn-to-mint registry, Genesis NFT registry.
/developers has the JSON-RPC reference, the Adamant Move walkthrough, run-a-node with config.toml, view-key encoding, ML-KEM-768 stealth-address derivation, per-source-chain burn-tx format.
/security publishes audit progress per primitive, the signing-key roster with Ed25519 ML-DSA fingerprints, reproducible-build SHA-256s.
/tokenomics has the validator-APR calculator, the slashing-condition catalog, the multi-dimensional fee market.
/roadmap lists five stages with entry conditions, not calendar dates.
The protocol. The reference implementation is public, Rust, Apache 2.0: <
github.com/adamant-protocol/…>. Ten crates.
Phases 1–5 complete: foundation, cryptographic primitives, transactions and lifecycle, AVM verifier with the cross-module rule walker.
Phase 5/6 AVM Runtime is ~93% (bytecode dispatch, multi-dimensional gas accounting, transaction-boundary integration).
Phase 7 consensus and networking foundations is now active.
Today's track:
· Binary quadratic form arithmetic
· Class-group composition and fast squaring (Cohen 5.4.7 / 5.4.8)
· Hash-to-class-group element via Tonelli–Shanks
· Wesolowski VDF — evaluate, prove, verify
· Time-lock envelope encryption (§3.8.8)
· Threshold-mempool regime hysteresis (§3.6, §8.4)
· ML-DSA-87 added as opt-in post-quantum signature variant alongside ML-DSA-65
Whitepaper amended in lockstep — §3.8.6, §3.8.7, §3.8.8, §6.2.1.9, §7.0, §7.2.2 Pallas, §7.3 value-commitments all landed today.
Pre-launch. Specification phase. The chain self-activates the moment seven Node Runners are simultaneously registered, stake-eligible, and online.
The whitepaper is the source of truth. The code implements it. The site reads from both.