8.2 Key Management
If you use automation, key management is the main place you can screw yourself.
Principles:
Segregate funds
Don’t use your “all my net worth” wallet as the trading wallet.
Use dedicated wallets for:
Arbitrage capital.
Fee buffer.
Worst case, you lose what’s in that silo, not everything.
Least privilege
Minimize what you grant:
If possible, sign pre-approved transaction templates instead of giving broad signing rights.
Use hardware wallets or secure modules where the design allows.
Rotation and hygiene
Rotate keys if you suspect compromise.
Never paste private keys anywhere near logs, screenshots, or “debug” scripts.
Don’t share your setup with random “devs” or “friends” to “help you”.
Redline:
If any flow asks you for your seed phrase, that flow is garbage. Capture OS / Capture Bot must never require your seed phrase. Ever.
If you are not confident about secure key handling, you are not ready for automated on-chain arbitrage. Full stop.
Last updated

