Idempotent order writes
Every write that takes money carries an idempotency key, so a retried request resolves to the same order instead of a second one. On Buynux this is paired with a transactional outbox and an interleave test covering concurrent writes specifically.


