Privy Session Signers + Server-Side Auto-Trading Enhancements (HyperEVM)

โœ… What's New

๐Ÿ” Privy Session Signers Integration

Weโ€™ve integrated Privy Session Signers, enabling delegated transaction signing via ephemeral session keys. Users can now authorize automated actions (e.g., DCA, limit orders) without remaining actively signed in.

Behind the scenes: Session keys are securely derived and scoped per user, allowing the server to sign on their behalf with controlled permissions and expiration. This introduces a non-custodial automation layer, with no persistent private key storage on our backend.


โš™๏ธ Server-Side Limit Orders & DCA Execution

Users can now configure limit buys/sells and DCA strategies, which are monitored and executed by our backend automatically using their authorized session signer.


๐Ÿ“ก Live Orders UI Refresh

Your orders now live-update in the Orders section without needing to refresh manually.

Weโ€™ve implemented real-time websocket sync using indexed events from on-chain execution + server mempool watchers, enabling instant status reflection.


๐Ÿ”’ Security & Safety Notes