The Trouble With DeFi Options and How to Fix Them

DeFi options have been a hot topic in both DeFi and CeFi as the next untapped financial primitive, and despite a large number of DeFi options receiving funding, none have quite yet reached the breakout success of DeFi spot or perps products.

Is this just because they are newer, or have the current offerings failed to reach product market fit with a large enough market?

Based on our research into the crypto options market and ecosystem, we find the current offerings to be lacking some critical functionality, which are blocked by hard technical challenges that need to be resolved to truly become a useful financial primitive for DeFi.

We’ve identified several of these shortcomings and some potential solutions, and look forward to working with the open source community to solve these in coming months and years.

Product Market Fit and Market Size

Before jumping into the issues, it’s important to note the idea of addressable markets and product market fit, as the current options markets have clearly found fit within a niche, but not in the wider market.

Based on our research, we estimate the total addressable market for crypto options to be $12 trillion annual trade volume.

Currently CeFi options are averaging $240 billion annually, which we expect to increase as the options capital markets mature to more closely resemble the traditional markets.

Meanwhile, DeFi options have seemingly yet to hit $100m cumulative all time trade volume (based on limited data availability), which is very short of the potential compared to not only the TAM but also of the comparable CeFi markets.

The main drivers of product market fit in options can be distilled down to price and risk (multiple forms of risk), where depending on the needs of the trader, they may be willing to accept worse prices, depending on their risk needs from both a financial and decentralization perspective.

Right now, some DeFi options protocols seem to have found a subset of traders that prefer non-custodial, permission-less options, and are willing to pay a premium and often accept heightened financial risk or increased capital requirements of the DeFi market structure as well.

In order for the options markets to grow to the estimated TAM, options offerings will need to improve prices in order to be more useful to more users, which means increasing capital efficiency and decreasing risk.

The Challenges

Pricing

Pricing options is a notoriously tricky topic, which if done poorly often ends up bankrupting firms that get it wrong.

As a single option buyer, it’s relatively straightforward, you are purchasing a Call or Put for a certain strike, for a certain price, which could have a big payoff if they expire in the money, or otherwise expire worthless. While the price of an option in DeFi options has typically 2x-10x higher than the same option on a CeFi venue, at least the value at risk is known up front since the amount you are paying to buy the option is the max expected loss.

As an options seller, or as a market maker, things get a bit trickier. As a seller of calls, you have theoretically unlimited downside in exchange for a limited upside.

Market makers will rely on sophisticated statistical models to offer 2 way options markets that generate the best price that will entice a trader to trade with them while also making them a bit of money and ensuring they don’t completely blow up and lose everything.

These models rely on real time market data to generate the “correct” price at any given time, and often result in rapid re-pricings in times of high volatility. If a market maker does not react quickly enough to market fluctuations they can quickly go from a +20% month to a -90% month in a matter of minutes as the risk of the market shifts rapidly.

Unlike spot markets, which can also move quickly in crypto, the value of an option is non-linear, that is the change in value can move exponentially relative to the underlying. This property is commonly referred to as “convexity”.

Peer-to-pool solutions

Because of this, peer-to-pool models that rely on naive pricing models such as black-scholes, are doomed to both offering expensive premium prices AND getting periodically wiped out when the market shifts quickly and causing the pool to take on massive risk. This is apparent with Hegic, where prices are high, yet the pool is constantly losing money, subsidized (for now) with token rewards.

Perhaps it is possible to:

  1. Come up with a sophisticated deterministic model for pricing and (projects such as Potion and Arrow seem to be doing interesting research here).

  2. Improve the underlying technology such that the pool can react to market shifts quickly enough to not be front run.

Given that both options pricing and on chain execution are highly adversarial environments where predators are rewarded handsomely for outsmarting other participants, I’m personally not optimistic on this working out, but am open to being proven wrong!

Order book solutions

Other options protocols such as Opyn separate writing from pricing entirely, such that an options writer generates a token representing their position which they can then sell on a different venue. This seems like the directionally correct approach, however has limitations with capital efficiency (see below) and decentralized trading venues.

Currently, the two mechanisms for DEX trading are peer-to-pool AMM approaches and some form of a decentralized limit order book (DLOB). As covered above, the AMM approach is likely not suitable for options, which leaves the DLOB approach. The 0x protocol is the most commonly used form of DLOB at the moment, which is where Opyn tokenized options are traded.

This is definitely a superior approach as market participants on both sides can specify the pricing that works for them, however these order books are many orders of magnitude slower than a CLOB, and susceptible to front-running attacks or on-chain congestion. One thing that is critical for market makers is the ability to pull quotes and rapidly reprice them in the face of market volatility. However using 0x and other DLOBs, cancelling an open order requires submitting an on-chain transactions, which during times of market volatility have a much lower chance of being included in a block due to the sudden need of the entire market to respond to changing market conditions. This could be fatal to a market maker, and they will need to greatly widen their price spreads to account for the slow order book execution.

Because of these challenges, on-chain pricing will necessarily be far worse than off-chain pricing.

Likely the best approach is something like dYdX’s model of running a CLOB for trading with on-chain settlement. Another approach that could potentially work for a DLOB is a highly scalable layer 2 such as Connext Network’s state channels or zkSync’s zk-rollups. In addition, using a much faster layer 1 such as Serum orderbooks on Solana could solve this problem for the time being, but will eventually hit a scaling limit with increased adoption.

Margining

The challenges with margining in options touch on a few different areas, and the lack of good margining in both DeFi and CeFi is probably the biggest barrier holding back crypto options from reaching its full potential.

Options Writing

Most protocols start with a fully collateralized option writing approach, which means that you need to deposit 1 ETH to write 1 ETH call or 100% of the strike value in stable coins to write a Put. While this helps them sidestep the issue of risk and margining in order to get started, it also creates huge capital inefficiencies which translates into worse prices.

Writing an option on a CeFi venue might only require 20% collateral value, which means you can sell up to 5 ETH contracts by depositing 1 ETH, instead of just 1 contract. This results in 5x more opportunities to collect a premium, which gives you a greater ROI on your ETH. Or if you look at it another way, if your target is to earn 20% per month on your ETH, you can either sell 1 ETH contract for 0.2 ETH, or you can sell 5x contracts for 0.04 ETH. You can see why this would always lead to cheaper premiums on margined venues versus fully collateralized venues.

Portfolio Margining

The margining issue goes beyond simple collateralized option writing. A fully fledged options venue will have “Portfolio Margining”, which means the entire portfolio of an account is taken into consideration when the risk engine determines the risk of default of a trader.

This can dramatically improve capital efficiency if a trader is trading a strategy such as a Call Spread. If for instance a trader sells an ETH Call at $8000 but buys an ETH call at $7500, the portfolio margin system might calculate that the max risk for their account is $500, and instead of requiring $1600 worth of collateral (20% of $8000) to write the $8000 strike call, they require ~70% less collateral, just $500.

Because of portfolio margining taking into account all open options positions, a single account can generate millions USD of notional trading volume with just a few thousand dollars.

For the DeFi options market to mature and become capital efficient, protocols will need to be able to consider option position margining as a whole, rather than as isolated positions.

Opium has started on this path by offering spreads as a single product (which requires minimal margin) instead of as 2 separate options, but is thus limited in its ability to offer single leg or unbounded risk.

Delta Hedging and Multi-collateral

The final margining topic to touch on is delta hedging. The goal of most market makers and advanced options traders is to remain “delta neutral” - that is their portfolio does not have exposure to the price movements of the underlying assets.

For market makers the reasoning is simple, their goal is to make money, usually denominated in USD, by essentially arbitraging the options prices in the market. For options traders they might have other strategies such as trading volatility instead of price.

Other traders might take a “delta one” approach where they want to keep their exposure to the underlying asset and “stack sats” or otherwise increase their holdings of the underlying. Most popularly with a covered call approach.

All of these traders need markets that allow them to go long or short the underlying asset directly in order to maintain their desired exposure to the price of the underlying. This is mostly commonly done with a futures market which allows for leveraged long/short positions.

Most critically, these “delta” positions MUST be included in the portfolio that the portfolio margin risk engine is using to calculate the account risk!

In the case where a trader has sold a Put, and the market is going down rapidly, they will want to have a short futures position open in order to offset the losses they are incurring from the Put going in the money. Without a delta hedging market, the trader will either lose their collateral to liquidation, or be forced to increase their collateral in order to maintain the position in hopes that they can recover later.

This is both capital intensive for the trader and adds huge risk to the trading system overall as traders may not have a quick way to save their account, which would lead to cascading liquidations.

For the same reasons, traders need to choose the best collateral type for their particular strategy, whether it is BTC, ETH, stable coin, or other assets, which is also accounted for in the portfolio margin system.

Currently, almost all CeFi and DeFi venues force a single collateral type for options writing (with the exception of PowerTrade which lets you deposit collateral of your choosing).

The multi-collateral approach not only enables a basic form of delta hedging (for eg. covered calls), but lets the trader manage the type of exposure they want to have in the market with their collateral.

Bringing It All Together: Margining in DeFi

To summarize the above, in order for a DeFi options market to be fully capital efficient, mature, and low risk, it must be able to portfolio margin all options products, leveraged delta products, and accept multiple forms of collateral.

This sophistication of margining is already tough in CeFi venues, which is why this combination of margin features its not available on other crypto exchanges besides PowerTrade, and is even more difficult with the limitations of on-chain venues.

For portfolio margining to function, you need a few critical pieces:

  • Near real time market data for the underlying assets, futures, and options markets

  • All open positions and collateral for each account is continuously run though a risk calculation to determine the max value at risk (this is the SPAN methodology used in most options markets)

  • Liquidation systems, if an account does not have sufficient collateral for their risk, it needs to be closed out

This is quite tough to do in DeFi as the risk system essentially requires computationally intense real-time calculations. Because of these limitations, the risk engine itself likely needs to be off chain, and which likely requires some sort of oracle strategy or verifiable decentralized compute system. Perhaps a Chainlink style % change system update would work as it does with Synthetix, or, if a Schelling point is viable, a UMA-style verification mechanism that relies on dispute escalation. A zk-proof offchain computation framework such as Aleo could provide the tools needed to have the best of both centralized real-time compute and trustlessness.

Liquidation (or auto-hedging) is another challenge, as a big issue facing DeFi markets is on-chain congestion during times of market volatility. For example, the MakerDAO system faced a system deficit during “Black Thursday” when traders were unable to complete any transactions that managed their positions and liquidation bots were unable to even complete liquidation trades.

Solving this problem likely requires innovation on the Layer 1 or some sort of clever Layer 2 system.

Margin Fi is building a cross-protocol margin system on Solana due to the massive TPS increase allowing for more activities to be done on-chain. In conjunction with an oracle system like Switchboard, a fully on-chain options market such as Zeta Markets could get pretty far on increasing capital efficiency, decreasing risk, and improving pricing. However, as Solana grows in popularity and reaches the throughput limit, the on-chain architecture may need to be rethought as margining may cease to function in a timely manner if there is a throughput bottleneck.

Equilibrium on Polkadot solves the liquidation issue by transferring at-risk positions to a “backstop liquidity provider” pool (inspired by the FTX backstop liquidity providers), which then manages the risk as a whole. Since the protocol is running on its own parachain, and the position is transferred rather than liquidated, this strategy may be viable as it does not require accessing trading markets in order to resolve the at risk account.

The backstop liquidity pool strategy still has the risk of going bankrupt itself, which would be even more catastrophic than a single trader going bankrupt. However this risk could potentially be mitigated with the Fuel DAO Liquidation Reserve system pioneered by PowerTrade, where the DAO is responsible for covering the bankruptcy risk and has various levers for ensuring the capital to cover that risk is available if needed.

The Road Ahead for DeFi Options

Again, product market fit is important to consider when it comes to evaluating options solutions. There is certainly already a niche that is willing to use the current offerings with their limitations.

In addition, products such as Squeeth (convexity) and Ribbon (structured products) can provide exposure to certain types of options positions without the need for a full on options market.

However, unlocking the true potential of options will require tackling these hard, but probably not unsolvable, problems.

Innovations in derivative composability, cross portfolio margining, and scalable risk engines will be needed to fully decentralize every aspect of the DeFi derivatives and options markets, which we look forward to working with the DeFi community to solve and push forward the DeFi space together.


Thanks for review and feedback from Cyrus Younessi, Dave White, Variant Research, Cindy Leow (Drift), Matt Nguyen, and Katia Babbar.

If you have more to add to this discussion, please contact me on Twitter: Tom Howard

Subscribe to Tom Howard
Receive the latest updates directly to your inbox.
Mint this entry as an NFT to add it to your collection.
Verification
This entry has been permanently stored onchain and signed by its creator.