-
Notifications
You must be signed in to change notification settings - Fork 2
Description
In certain management scenarios, we need to support synchronous orders from the strategists, especially when real-time responsiveness takes priority over privacy or capital efficiency.
To achieve this, we could allow the strategists to push orders to the orchestrator, rather than waiting for the orchestrator to pull them. This could be implemented by introducing an optional parameter in submitted intents to toggle synchronous behavior.
Real time monitory and emergency withdrawals: atomic execution needed. Risk event > quick position liquidation: fully unwind a position in a single transaction.
Note: We want encrypted vault curators to be able to submit synchronous intents, by definition transparent. So we need a way for them to bypass privacy and Zama and asynchronous batching to go as straight as possible into the market and get their position back.
Related to this, enable managers to configure max slippage tolerance at the individual vault level.