deposit_cap | Yes (creator) | Maximum total LP balance accepted by the vault. The manager’s own deposits do not count against the cap. None = uncapped. |
whitelist | Yes (creator) | Symbols the manager is permitted to trade. None = all listed symbols allowed. |
blacklist | Yes (creator) | Symbols the manager is blocked from trading, applied after the whitelist. A symbol in both lists is blocked. None = no blocked symbols. |
max_leverages | Yes (creator) | Per-symbol leverage caps for orders placed by the vault. None = the symbol’s exchange-default max leverage applies. |
manager_profit_share | No | Fraction of profits above the high-water mark routed to the manager as a performance fee, in [0, 1]. None = no fee. See Profit & Loss. |
deposit_min_duration_ms | No | Minimum time (in milliseconds) a depositor’s funds must remain in the vault before they can be withdrawn. Reset on every new deposit by the same depositor. |
manager_min_balance_portion | No | Minimum manager-balance ratio required to claim the manager seat and to lift a trading halt. In [0, 1]. |
manager_liquidation_balance_portion | No | Manager-balance ratio at which the engine halts the vault and liquidates open positions. In [0, 1]. Must be strictly less than manager_min_balance_portion if both are set. |
withdraw_window_s | No | Period of the withdrawal-window cycle in seconds. Must be in [1 hour, 90 days]. Set together with withdraw_duration_s. |
withdraw_duration_s | No | How many seconds out of each withdraw_window_s period are open for withdrawals. Must be in [1 hour, 30 days] and strictly less than withdraw_window_s. |