Skip to main content

Buying Power

How an option affects buying power

Buying Power Reduction

The amount of capital available to place a trade is called the Buying Power. The minting of any option in Panoptic will reduce the account's Buying Power, and the Buying Power Reduction (BPR) of an option depends on:
1) Notional value of that option
2) Price of the underlying asset
3) Risks associated with trading the underlying assets

Determining the buying power reduction from points (1) and (2) can be computed in a fairly straightforward manner (see sections below). The impact of point (3), on the other hand, is not as clearly defined. In TradFi, for instance, selling calls on GameStop (GME) may have a 100% collateral requirement, whereas Apple (AAPL) may only have a 20% collateral requirement. The choice to change the collateral requirement of a specific asset resides entirely within the power of centralized actors at each brokerage firms.

At Panoptic, the protocol evaluates the relative risk of a specific asset by looking at the pool utilization at the time the position was minted. The rationale behind this is as follows: If an asset is in high demand then there will be a lot of trading activity, and most liquidity will be actively traded. This means that liquidity that is normally available to trade/adjust/roll positions will be reduced. Hence, it will be more difficult for traders to respond to market moves, thereby increasing the risk for those specific pools. So, increasing the collateral requirement for pools with high utilization will help mitigate those risks.

Buying Power Requirement (buying options)

The buying power requirement for buying an option is:

BUYING POWER REQUIREMENT (buying) =
BUY_COLLATERAL_RATIO * NOTIONAL_VALUE +
IN_THE_MONEY_AMOUNT

The collateralization ratio for buying an option depends on the pool utilization. For out-the-money options, the collateralization ratio for buying an option is fixed at 10% when pool utilization is less than 50% and (linearly) decreases to 5% when pool utilization is 90% or more. For in-the-money (ITM) options, the ITM amount is automatically deducted from the user's balance.


BUY
_COLLATERAL
_RATIO ^
| max ratio = 10%
10% - |----------__ min ratio = 5%
5% - | . . . . . ¯¯¯--______
| . . .
+---------+-------+-+---> POOL_
50% 90% 100% UTILIZATION

Buying Power Requirement (selling options)

The buying power requirement (BPR) for selling an option is:

BUYING POWER REQUIREMENT (selling) =
SELL_COLLATERAL_RATIO * NOTIONAL_VALUE -
IN_THE_MONEY_AMOUNT

For out-the-money options, the collateralization ratio for selling an option is fixed at 20% when pool utilization is less than 50% and (linearly) increases to 100% when pool utilization is 90% or more. For in-the-money (ITM) options, the ITM amount is negative and the user may see their collateral balance increase.


SELL
_COLLATERAL
_RATIO ^
| max ratio = 100%
100% - | _------
| _-¯
| _-¯
20% - |---------¯
| . . .
+---------+-------+-+---> POOL_
50% 90% 100% UTILIZATION

The buying power requirement for an option position in Panoptic is based on pool utilization at the time of opening the position. Later changes in pool utilization will not affect the position's collateral requirment.