# Options Specs

<table data-full-width="false"><thead><tr><th width="267.7311071292405">Terms</th><th>Specifications</th></tr></thead><tbody><tr><td><mark style="color:green;"><strong>Underlying</strong></mark></td><td>Prices, rates, and events from a decentralized oracle can be accepted as underlying. In the initial phase the underlying whitelist includes: BTCUSD, ETHUSD</td></tr><tr><td><mark style="color:green;"><strong>Strike Price</strong></mark></td><td>To avoid the “too-many-strikes” problem, inputs are rounded to two significant figures with precision up to 8 decimals. Examples:  1) a five-figure BTC price (27001.50) will round to the fourth figure (27000);  2) a four-figure ETH price (1799.50) will round to the third (1700);  3) a doge price (if supported at 0.071535) will round to (0.071)</td></tr><tr><td><mark style="color:green;"><strong>Trading hours</strong></mark></td><td>24/7</td></tr><tr><td><mark style="color:green;"><strong>Expiry</strong></mark></td><td>The contract supports the creation of pools with settlement at UTC 8:00. Daily, weekly, and monthly expiry selections are offered in the app interface for ease of interaction. Weekly and monthly expiries occur on UTC 8:00 on Fridays. Settlement at alternative times is possible.</td></tr><tr><td><mark style="color:green;"><strong>Collateral</strong></mark> </td><td>Initially, a whitelist of ERC-20 tokens is supported as quote assets for digital options. This whitelist can expand as demanded by the community. Such a whitelist is necessary for this stage to detect any unforeseen issues and concentrate liquidity. It can be removed via admin functions of the smart contract. Collateral tokens of 18 decimals are supported by default. Those with other decimal places, while may be supported, are not recommended for use as collateral due to possible loss of computational precision.<br><br>The initial whitelist includes WETH, USDT, DIVER, and <a href="/pages/x2dGKrQM4KSnkruSinbB">Ditanic test coins</a>.</td></tr><tr><td><mark style="color:green;"><strong>Quotation</strong></mark> </td><td>Options are quoted per unit of collateral, with a minimum price of 0.01 collateral and a maximum of 0.99 collateral.  e.g., An options pool created using USDT will trade options from 0.01 to 0.99 USDT.</td></tr><tr><td><mark style="color:green;"><strong>Settlement</strong></mark> </td><td>Options tokens are exercised at expiry. Depending on the collateral in use, options are cash-settled when a stablecoin is used as collateral or physically settled when an asset token such as WETH is used as collateral. <br><br>A fixed payout of 1 collateral unit is claimable per each in-the-money option. A call (Spear token) is in-the-money when the underlying price settles above or equal to the strike price; otherwise, a put (Shield token) is in-the-money.<br><br>A liquidity position will pay out 1 collateral for each shorted in-the-money option. For each out-of-money option, liquidity providers can reclaim 1 reserved collateral.</td></tr><tr><td><mark style="color:green;"><strong>Settlement Price</strong></mark></td><td>Underlying price feed via heartbeat updates provided by Pyth. For more information, visit <a href="https://docs.pyth.network/price-feeds/use-real-time-data">here</a>.</td></tr><tr><td><mark style="color:green;"><strong>Seed Deposit</strong></mark></td><td>For a liquidity position intended to sell 1 call (or 1 put) at the price of N collateral (0.01≤ N ≤ 0.99), the required collateral deposit is 1 - N. One can also seed 1 call (or 1 put) to a liquidity range above the current call (or put) price, to <a href="/pages/C9NK0DfZjzVh1O7QJbOX">limit close this long exposure</a>.</td></tr><tr><td><mark style="color:green;"><strong>Reserved for Settlement</strong></mark></td><td>Anytime prior to expiry, liquidity can be removed from a position to finalize options exposure. A liquidity position can passively short both calls and puts, and collaterals must be reserved to pay off sold options, in case they expire profitably. The collaterals reserved for settlement equate to the larger short interest, be it on calls or puts; however, a liquidity provider's exposure is only limited to his net shorts in calls or puts, after offsetting call sales and put sales. </td></tr><tr><td><mark style="color:green;"><strong>Position Limit</strong></mark></td><td>None</td></tr><tr><td><mark style="color:green;"><strong>Minimum Size</strong></mark></td><td>None. (Each transaction costs gas, however)</td></tr><tr><td><mark style="color:green;"><strong>Fees</strong></mark></td><td>Pools are set to a default transaction fee of 0.3% per notional. ie, for each option token sold, a flat fee of 0.003 collateral is applicable. An exercise fee of 0.15% is applied when a holder of an in-the-money option claims payoff at settlement. For more information, please refer to <a href="/pages/lGICQlNAAZJm6aG4gPn4">Fees</a>. </td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.divergence-protocol.com/overview/protocol-basics/options-specs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
