How Optix Works

Optix provides a platform to connect options buyers and sellers for any asset.

From the buyers perspective they choose the oracle, the direction(put or call) and the strike, expiry & size. The best price is offered to them from the set of available vaults.

Option sellers can either create and operate their own vault or they can provide liquidity to a vault that is operated by someone else. Many independent vaults can sell options for a given oracle. The vault operator is responsible for pricing the options correctly. Vault liquidity providers are responsible for hedging their exposure.

More details can be found here: Pricing, Hedging, Fees & Settlement Types

Option Vault Factory

The option vault factory keeps a track of all the vaults created and provides a interface for creating new vaults.

More details can be found here: Option Vault Factory

Vaults

A new contract is created for every vault. Each vault has one erc20 collateral token associated with it that cannot be changed. A vault can be linked to one or more oracles. A single vault can provide liquidity for multiple oracles, both puts & calls for them across a strike/expiry price surface.

Each vault owner/operator is responsible for ensuing the pricing is accurate. Liquidity providers are responsible for hedging their exposure.

The vault itself is an erc20 token that represents the proportional ownership of the vault.

Profit Example Let's say the vault collateral is USDC and it is has 900 USDC in it. You deposit 100 USDC so now the vault has 1000 USDC as collateral and you own 10% of the vault tokens. If vault sells options profitably and has 1500 USDC then you still have 10% of the vault tokens but your share is now worth 150 USDC.

Loss Example

With the same vault above where it has 900 USDC in it and you deposit 100 USDC. If vault sells options and loses money then it has has 500 USDC then you still have 10% of the vault tokens but your share is now worth 50 USDC.

More details can be found here: Vaults

Options

Options purchased are American style that can be exercised anytime they are in the money and haven't expired.

Option buyers interact with the protocol via the OptionsERC721 contract.

More details can be found here: Options

Last updated