Security Model Contrast
Falcon-512 is designed for post-quantum threat models, while classical elliptic signatures target classical adversaries.
Threat-Model Driven ChoiceAtho uses Falcon-512 to move beyond elliptic-curve-only security assumptions while still keeping transaction handling practical through SegWit-style sizing and compact binary encoding. This keeps operations in a Bitcoin/Litecoin-style UTXO workflow model while upgrading signature security assumptions.
897 bytes (legacy 1024 bytes acceptance disabled by default).
666 bytes with consensus acceptance window 600..690 bytes.
Falcon-512 is lattice-based and selected for post-quantum resilience. Classical ECC signatures are smaller, but they rely on assumptions vulnerable to large-scale quantum attacks. Atho favors long-run security, then optimizes transaction structure to keep operations practical.
Falcon-512 is designed for post-quantum threat models, while classical elliptic signatures target classical adversaries.
Threat-Model Driven ChoicePrimitive-size comparison (not full transaction size): Falcon elements are larger, so Atho compensates through transaction layout and witness accounting.
Atho consensus enforces Falcon witness size bounds before verify, keeping validation deterministic.
Consensus Size PolicyAtho keeps the signing path explicit: deterministic digesting, witness policy checks, and verified runtime binaries.
Deterministic Validation Path
The key breakthrough is not shrinking Falcon itself. The breakthrough is Atho’s transaction envelope: SegWit-style vsize accounting, compact binary transport (ATX2), compact input signature reference tokens, and witness separation. This keeps day-to-day transaction behavior in a practical UTXO operating range.
weight = base_bytes * 3 + total_bytes, then vsize = ceil(weight/4).
These values are reference estimates from the current docs for compressed witness, no-metadata paths. The goal is practical fee-market behavior in the same operational class users expect from Bitcoin/Litecoin UTXO systems, even with larger Falcon witness primitives.
Atho combines lattice-based signing, deterministic policy enforcement, and compact transaction engineering so the chain remains secure-forward and operationally efficient.