



A payment is a promise between one sender and one recipient — it needs no global vote. Xync finalizes it the FastPay way: the moment 2f+1 validators sign the transfer it becomes irreversible, in about one network round-trip (~0.3 s). Consensus is off the critical path, so latency does not grow with load.
Everything many parties share — checkpoints, the validator set, currency exchange — is ordered in the background by a lazy Mysticeti-lite DAG (~1–2 s). Fast where speed matters, agreed where agreement matters.

A whole transfer is a 16-byte identifier plus an ed25519 signature — 80 bytes on the wire. The ledger keeps checkpoints, not an endless log: a new node starts from a snapshot and a short tail, not from genesis. An idle network costs zero bytes — there are no empty blocks.









