Cointime

Download App
iOS & Android

Everything Is A Perp

From paradigm Joe Clark, Andrew Leone, Dan Robinson

We’ve been thinking a lot about power perps. Power perps are assets that target the power of an index price, like index2 or index3. It’s a fun rabbit hole to go down. The longer you think about power perps, the more you see how everything resembles a power perp.

Here we make three surprising claims:

  1. Crypto-collateralized stablecoins (like DAI or RAI) are like 0-perps.
  2. Margined futures (like dYdX) are 1-perps.
  3. Constant product AMMs like Uniswap are a replicating portfolio for a 0.5-perp, and constant geometric-mean AMMs like Balancer are replicating portfolios for power perps for any value between 0 and 1.

This is cool because it reveals a surprisingly compact design space across three of the main primitives in DeFi. Let’s have a look at each one, but first we need a definition of perps and power perps.

Definition: A perpetual is a contract that tracks and gives exposure to an index1, and exchanges regular payments that are larger the further the traded price (mark) is away from the target price (index). (See The Cartoon Guide to Perps for a more detailed explanation.)

Graphically, the funding payment varies with the area between the mark and index price over a funding period (see figure). If the mark price is above the index, longs pay shorts. If the mark price is below the index, shorts pay longs.

There are various mechanisms to transfer funding payments (e.g., cash or in-kind payments, periodic or continuous funding, automatic or by governance, etc.), and various mechanisms to set interest rates based on prices (including proportional mechanisms like used by Squeeth and the more complex PID controller used by Reflexer). All mechanisms implement the idea that longs should pay shorts when mark is higher than index, and vice versa.

Definition: A power perpetual is a perpetual with index price^p for some power p.

To create a short position in a power perpetual contract, lock some collateral in a vault and mint (i.e. borrow) some power perpetual. Sell this minted power perpetual to go short. To go long, buy from whoever owns some.

The mechanics are driven by the required ratio of collateral to debt:

Collateral ratio = Equity/Debt = ((collateral quantity) * (collateral price)) / ((perpetual quantity) * (index asset price)^p )

This ratio must be kept safely above one so there is enough collateral to cover the debt, otherwise the contract liquidates the collateral by buying enough perps to close the position.

A design space for power perpetuals

A design space for power perpetuals involves the power p, the minimum collateral ratio c>1, and three asset choices:

  • Collateral asset: e.g., USD
  • Index asset (the asset whose value is being tokenized): e.g., ETH
  • Numeraire asset(the unit in which we measure the value): usually USD

Now to our three claims.

Claim 1: Stablecoins are 0-perps

A stablecoin is a loan of a minted token against reliably priced collateral. The following configuration gives a USD stablecoin:

  • Collateral asset: ETH
  • Index asset: ETH
  • Numeraire asset: USD
  • Collateral ratio: 1.5
  • Power: 0

This means that we are posting ETH collateral and minting a stablecoin token. The index is the price of ETH raised to the zeroth power, which is just one as ETH^0 = 1.

If I deposit 1 ETH as collateral, and ETH is trading at 3000, I can mint up to 2000 tokens. This gives 1.5x collateral:

Collateral ratio = Equity/Debt = ((collateral quantity) * (collateral price)) / ((perpetual quantity) * (index asset price)^p )= 1 * 3000/ (2000 * 1) = 1.5

Funding is the prevailing traded price of the stablecoin in USD (mark) minus the target index price^0.

Funding = Mark - Index = Mark - price^0 = Mark - 1

The funding mechanism gives good incentives for the stablecoin to trade close to $1. If it trades materially above $1 it will be profitable to sell any stablecoin you hold, then mint and sell even more, and receive funding. If it is below $1, it pays to buy the stablecoin to earn a positive interest rate and potentially sell it at a higher price in the future.

Not all stablecoins in the wild use this exact (mark - index) funding mechanism, but all collateralized stablecoins share this basic structure, minting stablecoins as a loan against good collateral. Even stablecoins with governance-set interest rates will set these at something like mark - 1 to keep their peg to $1.

Claim 2: Margined futures are 1-perps

If we modify the stablecoin in the previous section to have a power of 1, and change the collateral to USD, we get a tokenized ETH asset:

  • Collateral asset: USD
  • Index asset: ETH
  • Numeraire asset: USD
  • Collateral ratio: 1.5
  • Power: 1

I put down 4500 in USD collateral with ETH trading at 3000 and mint one stableETH token.

Collateral ratio = Equity/Debt = ((collateral quantity) * (collateral price)) / ((perpetual quantity) * (index asset price)p ) = 4500 *1 / (1 * 30001) = 1.5

Funding for this perp is the traded price of the perp in USD (the mark price) minus the target index price^1.

Funding = Mark - Index = Mark - price^1 = Mark - ETH/USD price

The funding mechanism gives good incentives for the perp to trade close to the ETH price. If the price is substantially higher, funding will encourage arbitrageurs to buy the asset and short the perpetual. If it is substantially lower, it will encourage them to short sell the asset and buy the perpetual. There is a precise replication argument for what Mark should be based on expiring instruments that offer exposure to ETH prices (see the paper on Everlasting Options).

I can sell this stableETH asset to go short the price of ETH, backed by USD collateral.

Going from tokenized short asset to margined short perpetual

The stableETH asset we have constructed is not very capital efficient. We put up $4500 in collateral to get short $3000 (or 1 ETH) worth of exposure to ETH. We can make it more capital efficient by selling the token for a USD stablecoin and then using this as collateral to mint more of the perpetual.

If the minimum collateral ratio is 1.5 and ETH is 3000 we have the following sequence:

  • Deposit $4500 and mint 1 stableETH
  • Sell stableETH for $3000, deposit proceeds, and mint 1/1.5 = 0.666 stableETH
  • Sell stableETH for $2000, deposit proceeds, and mint (1/1.5)^2 = 0.444 stableETH
  • Sell stableETH for = $1333.33, deposit proceeds, and mint (1/1.5)^3 = 0.296 stableETH
  • etc2

Summing up the transactions, we end up minting and selling 3 stableETH. This is $9000 of short ETH exposure from $4500 collateral. This position is equivalent to opening a 2x leveraged short ETH/USD perp.

If we have access to flash swaps or flash loans, this process is simplified. We can flash swap 3 stableEth for USD and use the proceeds as collateral to mint the stableETH to repay.

If the collateral requirement was 110% we could have made a 10x position.

Going long instead of short

To go long, buy this stableETH in exchange for USD. To leverage long, borrow more USD using the stableETH collateral and use that borrowed USD to buy more stableETH, then borrow more USD and repeat the process up to 2x ETH. If flash swaps or flash loans are available, this can be done in a single transaction.

All of this means that overcollateralized perpetuals backed by more than 100% collateral can be converted into undercollateralized perp futures like those traded on dYdX.

Claim 3: Uniswap and other constant product CFMMs are (almost) a 0.5 perp

A liquidity position in a Uniswap pool has a value proportional to the square root of the relative price of the two assets. For a full range LP in the ETH/USD pool the value of the LP is

V = 2 * (k * (eth price))^0.5

Where k is the product of the amount of the two tokens. The pool generates some amount of trading fees per period.

Now consider the perp:

  • Collateral asset: USD
  • Index asset: ETH
  • Numeraire asset: USD
  • Collateral ratio: 1.2
  • Power: 0.5

This perp will track the value of price^0.5, mirroring the payoff of the AMM.

A portfolio short  units of the perpetual and the LP will receive the difference between the perp funding and the AMM fees. Since this trade offsets the price risk, the 0.5 perp should trade below  by exactly:

Expected Uniswap fees = Index - Mark

The extension to Uniswap v3 is straightforward and left to the reader ;)

This gives us a nice result that the equilibrium Uniswap fee3 should be the funding rate for a 0.5 perpetual. In the simplified case with zero rates this is

Equilibrium uniswap return = σ²/8

Where σ² is the variance of the price returns of one pool asset against the other. We also get this result purely from a Uniswap perspective (see appendix C here for a more direct construction). We also go into detail from a power perp perspective here.

CollateralIndexNumerairePower
USD stablecoinETHETHUSD
Overcollateralized futureUSDETHUSD1
Synthetic uniswapUSDETHUSD0.5
SqueethETHETHUSD2

Everything is a power perpetual

Power perps all the way down

So stablecoins (and collateralized loans more broadly), margined perpetual futures, and AMMs are all a type of power perpetual.

What’s missing?

Higher order power perpetuals — starting with quadratic power perpetuals. Squeeth, the first quadratic power perpetual, provides pure exposure to the quadratic component of price risk. We can get a good approximation of many payoffs by combining higher order power perpetuals and 1-perps (futures) with 0-perps as collateral.

If we need to be more precise, we can use a portfolio of power perps with whole number powers in the weights of a Taylor series to approximate any function: sin(x), ex2, log(x) – whatever you like.

What’s next?

A world that allows power perpetuals, collateral assets, and Uniswap LPs to play nicely together might be really fun.

Footnotes

  1. An index is often a price, but could be anything that is measured as a number, like the average temperature in San Francisco, or the number of giraffes alive today. 
  2. More generally, the leverage is 1/c^i for i from i=0, so in our case 1/(1.5-1)=2x. In most cases, the multi-step process can be replaced by a single flash swap (e.g., if the perp is traded against its collateral asset in a Uniswap v3 pool). 
  3. Practically, this means that if annualized volatility of the pair is 90% you need to receive 1/8 * 0.9^2 = 10.125% return from fees on your LP. So if you have $100 in a full range Uniswap LP you need to earn $0.028 per day in fees to pay for impermanent loss. This is replicated by a 0.5 perp with a funding rate of 2.8bps per day. 
Comments

All Comments

Recommended for you

  • Whale Transfers 1,133 BTC to Coinbase Prime, Valued at $71.48 Million

    According to Onchain Lens monitoring, a whale transferred 1,133 BTC from Coinbase to Coinbase Prime through an intermediary wallet, valued at $71.48 million.

  • U.S. AI Chip Stocks Decline Before Market Open, Intel Falls Over 3%

    On July 7, U.S. AI chip stocks experienced widespread declines before the market opened. Intel dropped over 3%, while AMD, Qualcomm, and NXP fell more than 2%. TSMC, Broadcom, and Tesla decreased by over 1%, and NVIDIA declined by 0.7%.

  • China's Central Bank Increases Gold Reserves for the 20th Consecutive Month

    As of the end of June, China's gold reserves stood at 75.44 million ounces (approximately 2,346.446 tons), an increase of 480,000 ounces (about 14.93 tons) from the end of May, which reported 74.96 million ounces (approximately 2,331.52 tons). This marks the 20th consecutive month of gold accumulation.

  • China's Foreign Exchange Reserves in June at $341.6262 Billion

    On July 7, China's foreign exchange reserves for June stood at $341.6262 billion, a decrease of $26 billion from the end of May, representing a decline of 0.75%, with expectations set at $343.2 billion.

  • U.S. Storage Stocks Drop Pre-Market, SanDisk and Micron Down Over 4%

    On July 7, U.S. storage concept stocks collectively fell in pre-market trading. Western Digital dropped over 5%, SanDisk and Micron Technology fell over 4%, Seagate Technology declined over 3%, Rambus fell over 2%, and SMI fell over 1%.

  • U.S. Stocks in Optical Communication Sector Drop Pre-Market

    On July 7, stocks in the optical communication sector of the U.S. market collectively fell pre-market. Astera Labs dropped over 4%, while Marvell Technology, Credo Technology, and AXT Inc. fell more than 3%. Tower Semiconductor, MaxLinear, Corning, Applied Optoelectronics, GlobalFoundries, Lumentum, and Qorvo all declined by more than 2%. Coherent, Nokia, Amphenol, and Broadcom dropped over 1%.

  • Pre-market Decline in U.S. Storage Stocks

    In pre-market trading, U.S. storage concept stocks experienced a widespread decline, with Micron Technology falling by 4.8%, SanDisk dropping over 4%, Corning down more than 2%, and Intel decreasing by over 3%.

  • Two Departments: Support for Reinsurance Institutions to Increase Capital and Issue Supplementary Capital Tools

    On July 7, the National Financial Supervision and Administration Bureau and the Shanghai Municipal Government released several measures to accelerate the construction of the Shanghai International Reinsurance Center. Among these measures, they proposed to enhance the quality and efficiency of the reinsurance industry, support reinsurance institutions in increasing capital and expanding shares, and issuing supplementary capital tools to improve the capacity for internal capital accumulation and external capital supplementation, thereby strengthening the reinsurance industry's capabilities. The initiative aims to guide the insurance industry to focus on major national projects, strategic emerging industries, and livelihood security, consolidating insurance and reinsurance underwriting capabilities to enhance risk protection levels. It also supports reinsurance institutions in leveraging their professional technical advantages to assist the insurance industry in reducing risk.

  • Sources: Saudi Arabia Plans to Expand Oil Pipeline to Red Sea, Increasing Capacity by 2 Million Barrels Daily to Bypass Strait of Hormuz

    On July 7, five informed sources revealed that Saudi Arabia is considering expanding the crude oil pipeline capacity to its western coast on the Red Sea, allowing Saudi Arabia and its neighbors to transport more oil without passing through the Strait of Hormuz. This east-west pipeline, built in the early 1980s, has gained strategic importance since the outbreak of the Iran war in February and the disruption of shipping in the Strait of Hormuz. The pipeline can deliver up to 7 million barrels of crude oil per day to the Red Sea port. The CEO of Saudi Aramco stated in May that approximately 2 million barrels are supplied to west coast refineries, while about 5 million barrels are for export. Sources indicate that Saudi Arabia is in preliminary discussions with some neighboring countries regarding the pipeline expansion, aiming to add about 2 million barrels of pipeline capacity per day. It remains unclear whether Aramco's planned expansion involves upgrading existing infrastructure or constructing new pipelines. One source mentioned that the expansion plan also includes a smaller refined oil pipeline. Two sources indicated that the expansion scale could range from 1 million to 2 million barrels per day, with refined oil also being considered. Another source stated that the project would take several years and cost billions of dollars, requiring adjustments to Saudi crude pricing mechanisms.