Local signing
Placement and cancellation require the wallet to approve the exact transaction. The signed order binds its assets, price, amount and payout address.
LOADING
SECURITY
Orders are wallet-signed and enforced by the published validators. The matching service proposes execution; it does not hold trader keys.
Placement and cancellation require the wallet to approve the exact transaction. The signed order binds its assets, price, amount and payout address.
A fill must conserve assets, respect both limits, return price improvement to the buyer and send proceeds to the address stored in each order.
Bots sign API requests with a client-generated identity. Transaction witnesses remain separate and must still come from the trading wallet.
Security reports and incidents: open an issue or contact the maintainers via github.com/mekadax/boltsdex. Please do not include wallet secrets or private keys in any report.
Signed requests bind method, target and exact body. Nonces prevent replay, idempotency keys make retries safe, and prepared transaction identifiers are checked again before submission.
Submitted transactions remain pending until SnapshotConfirmed. The orderbook, balances and account views advance from that same settled state.