Settings

⚙️ fee-address

The address to which the protocol fees are paid out to.

⚙️ flexible-strategy

A boolean value indicating whether the vaults option-type and strategy-type can be changed. The value is set by the admin at initialization and cannot changed afterwards.

⚙️ option-type

A uint value indicating the type of option the vault is buying.

u1 = vanilla, u2 = ERKO, u3 = ERKI, u4 = spread

⚙️ strategy-type

A uint value indicating the type of strategy the vault is executing.

u1 = call, u2 = put, u3 = straddle/callput

⚙️ min-epoch-duration

A uint value indicating the minimum amount of milliseconds the next epoch-expiry needs to be after the last epoch. The value is set by the admin at initialization and cannot be changed afterwards.

⚙️ max-epoch-duration

A uint value indicating the maximum amount of milliseconds the next epoch-expiry can be after the last epoch. The value is set by the admin at initialization and cannot be changed afterwards.

⚙️ epoch-risk

The maximum amount of risk the vault can take every epoch, measured in basis points (bps) of the vault balance / total-underlying-active

⚙️ unit-size

The amount of underlying one option unit represents.

⚙️ performance-fee

The performance fee in basis points (bps).

⚙️ management-fee

The management fee in % of a basis point (% of bps).

⚙️ no-profit-management-fee

A boolean value indicating whether the contract takes a management fee if the epoch is not profitable.

⚙️ withdrawal-fee

The withdrawal fee in basis points (bps).

⚙️ pnl-data-window

The length of the pnl price data window in milliseconds.

⚙️ registration-window

The length of the registration-window in number of Bitcoin anchor blocks.

⚙️ confirmation-window

The length of the confirmation-window in number of Bitcoin anchor blocks.

⚙️ payment-window

The length of the payment-window in number of Bitcoin anchor blocks.

⚙️ pnl-calculation-window

The length of the pnl-calculation-window in milliseconds.

⚙️ vault-capacity

The maximum vault capacity in underlying.

⚙️ min-deposit-amount

The minimum amount of underlying a deposit needs to constitute.

⚙️ deposits-allowed

A boolean value determining whether deposits are allowed.

⚙️ trading-allowed

A boolean value indicating whether the contract is allowed to trade.

Last updated