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

  • SpaceX Shares Drop 10% Intraday

    On June 22, SpaceX (SPCX.O) shares fell for the third consecutive trading day, with intraday losses widening to 10%.

  • BitMine Increases ETH Holdings by Over 52,000, Total Holdings Exceed 5.67 Million ETH

    As of June 21, Eastern Time, BitMine's total cryptocurrency and cash holdings, including the 'Moon Landing Project', amount to $10.7 billion. BitMine holds 5,672,956 ETH (an increase of 52,202 ETH from last week), which represents 4.7% of the total Ethereum supply of 120.7 million ETH. Additionally, BitMine holds 205 BTC, shares in Beast Industries worth $180 million, $104 million in Eightco Holdings (NASDAQ: ORBS), and $601 million in unsecured cash. As of June 21, 2026, the total amount of ETH staked by BitMine is 4,718,677 ETH, valued at $8.2 billion based on an ETH price of $1,733.

  • BTC Surpasses $65,000

    Market data shows that BTC has surpassed $65,000, currently priced at $65,013.22, with a 24-hour increase of 1.59%. The market is highly volatile, so please ensure proper risk management.

  • Intercontinental Exchange ICE and OKX Establish Joint Venture OKXICE

    On June 22, the Intercontinental Exchange (ICE), the parent company of the New York Stock Exchange, announced the establishment of a joint venture named OKXICE with OKX in the cryptocurrency sector, with both parties holding a 50% stake. The specific business scope and operational details of the joint venture have not yet been disclosed. ICE previously operated the cryptocurrency futures platform Bakkt, and this collaboration with OKX may further strengthen its strategic positioning in the digital asset space.

  • SpaceX Begins Issuing Unsecured Senior Notes

    On June 22, according to filings with the U.S. Securities and Exchange Commission, SpaceX (SPCX.O) has started issuing unsecured senior notes, which will be used to repay outstanding borrowings. SpaceX (SPCX.O) will offer the notes to qualified institutional buyers and non-U.S. persons.

  • Strategy Acquires 520 Bitcoins for $34.9 Million

    Strategy acquired 520 bitcoins for a total price of $34.9 million last week.

  • Crypto Trading Company Fomo Completes $75 Million Series B Financing at $550 Million Valuation

    On June 22, crypto trading startup Fomo announced the completion of a $75 million Series B financing round, led by Index Ventures, with participation from Union Square Ventures, Zynga co-founder Mark Pincus, Discord CEO Humam Sakhnini, and Eventbrite co-founder Kevin Hartz, bringing the company's valuation to $550 million. Fomo was founded in 2025 by former dYdX team members Paul Erlanger, Se Yong Park, and Prashan Dharmasena.

  • Iran Central Bank Begins Efforts to Unfreeze Frozen Assets

    On the 22nd local time, Iranian Finance Minister Madani Zadeh stated that the Central Bank of Iran has begun taking necessary measures to promote the unfreezing of Iran's frozen assets, although "specific details and amounts are unclear." The Governor of the Central Bank, Abdolnaser Hemmati, mentioned that the recent talks in Switzerland were "intense and challenging," but the final outcome has progressed "largely according to the goals set by the Iranian delegation." Hemmati expressed satisfaction with the significant progress made regarding the issue of Iran's frozen assets. In the coming days, these funds will be gradually and systematically activated under the decisions and directives of the Central Bank of Iran. (CCTV)

  • Bank of America: Fed Expected to Raise Rates by 25 Basis Points in September, October, and December 2026

    On June 22, Bank of America stated that it expects the Federal Reserve to raise interest rates by 25 basis points in September, October, and December 2026, revising its previous forecast that rates would remain unchanged this year.

  • Nomura: The Fed's June Meeting May Mark a Key Turning Point for the Credit Cycle and AI Boom

    On June 22, Nomura Securities stated that the Federal Reserve's June meeting may not be an ordinary pause but could be viewed as a critical turning point marking the end of the credit cycle and the AI boom a decade from now. Naka Matsuzawa, Nomura's Chief Macro Strategist, pointed out in a recent report that the market has overestimated the urgency of immediate rate hikes by the Fed this year while severely underestimating the depth and persistence of the long-term rate hike path, showing a lack of caution towards real medium- to long-term risks. The firm anticipates that the Fed will likely remain on hold throughout 2026, and once the policy stance of Waller becomes clearer, along with inflation expectations being confirmed during a decline in oil prices, the current market pricing of about 1.5 rate hikes is expected to be swiftly adjusted. However, Matsuzawa emphasized that the real risk does not lie in whether the Fed raises rates once or twice this year, but rather in how likely these preventive measures could evolve into a complete and sustained tightening cycle.