Leveraged Tokens Using Perpetual Futures

Abstract
The goal of this proposal is to explain why leveraged tokens are a great product and why ALPACA should implement them, talk about my understanding of how they work and how they could be implemented and my believe that ALAPACA can create a better product than there is actually in the market and benefit from it.

Introduction
Leveraged tokens are a tokenized representation of an asset that multiply its gains and losses without the risk of liquidation. They come from traditional finance with leveraged ETFs (LETFs).

LETFs multiply the gains for the “x” specified on a trading day usually with SWAPs. So if today the market goes “y” amount up the result will be y*x. As is generally assumed that the market goes up in the long run you could hold the leveraged token and multiply your returns but LEFTs have two problems, daily rebalances which generate a time decay and fees/expenses. So in the event the market goes up slowly or stays flat you would lose money and if the market goes down a lot the fees can erode its value completely even if the market does a come back.

Discussion
In crypto there have been some tries to recreate this but so far as I now they are horrible.

BINANCE has their own leveraged tokens, they are defined as: tradable assets on the Binance spot market. Each BLVT represents a basket of open positions on the perpetual futures market. So a BLVT is essentially a tokenized version of leveraged futures positions. Here for more info

They are so horrible indeed that they even lose money in the direction they are supposed to earn it.

Besides they don’t maintain their “y”, instead it varies over time (from 1.5 to 4), and they usually go more in the opposite direction than in the right one.

FTX had their own leveraged tokens, they worked better than BINANCE ones, but we all know they are all in the Bahamas now.

Conclusions
So leveraged tokens are a very demanded product for traders and long term investors with high risk tolerance as well with low offer, they are based on perpetual futures (the next product that ALPACA is going to announce) And the actual ones work very bad.

I strongly believe ALPACA could create their own leveraged tokens, promote them and even partner with BINANCE to adopt them in their own exchange what would increase ALPACA reputation and bring a lot of new investment.

Thanks for the suggestion. If you have any specific ideas of how to solve the problems you identified, we welcome you to share. We designed a leveraged token product internally a while back but still can’t call it perfect, so it has not gotten priority.

Personally I do not know how they could be implemented but I am going to attach an FTX article detailing how they did it. I believe the key is in the rebalance part, maybe with the improved rebalance function ALPACA alrealy has.


How Do Leveraged Tokens Work?

Each leveraged token gets its price action by trading FTX perpetual futures. For instance, say that you want to create $10,000 of ETHBULL. To do so you send in $10,000, and the ETHBULL account on FTX buys $30,000 worth of ETH perpetual futures. Thus, ETHBULL is now 3x long ETH.

You can also redeem leveraged tokens for their net asset value. To do that, you can send your $10,000 of ETHBULL back to FTX, and redeem it. This will destroy the token; cause the ETHBULL account to sell back the $30,000 worth of futures; and credit your account with $10,000.

This creation and redemption mechanism is what ultimately enforces that the leveraged tokens are worth what they’re supposed to be.

Why Use Leveraged Tokens?

There are three reasons to use leveraged tokens.

Managing Risk

BULL/BEAR/HEDGE tokens will automatically reinvest profits into the underlying asset; so if your leveraged token position makes money, the tokens will automatically put on 3x leveraged positions with that.

Conversely, BULL/BEAR/HEDGE tokens will automatically reduce risk if they lose money. If you put on a 3x long ETH position and over the course of a month ETH falls 33%, your position will be liquidated and you will have nothing left. But if you instead buy ETHBULL, the leveraged token will automatically sell off some of its ETH as markets go down–likely avoiding liquidation so that it still has assets left even after a 33% down move.

HALF tokens are the opposite. Because they’re only 1/2 leveraged, HALF tokens will sell off their underlying when it goes up and buy it back when it goes down.

Managing Margin

You can buy leveraged tokens just like normal ERC20 tokens on a spot market. No need to manage collateral, margin, liquidation prices, or anything like that; you just spend $10,000 on ETHBULL and have a 3x leveraged long coin.

ERC20 Tokens

Leveraged tokens are ERC20 tokens. That means that–unlike margin positions–you can withdraw them from your account! You go to your wallet and send leveraged tokens to any ETH wallet. This means you can custody your own leveraged tokens; it also means you can send them to other platforms that list the leveraged tokens, like Gopax or BitMax.

How Do Leveraged Tokens Rebalance?

Every day at 00:02:00 UTC the leveraged tokens ‘rebalance’. That means that each leveraged token trades on FTX in order to once again reach its target leverage.

For instance, say that the current holdings of ETHBULL are -$20,000 and + 150 ETH per token, and ETH is trading at $210. ETHBULL has a net asset value of (-$20,000 + 150*$210) = $11,500 per token, and an ETH exposure of 150*$210 = $31,500 per token. Thus its leverage is 2.74x, and so it needs to buy more ETH in order to return to 3x leverage, and will do so at 00:02:00 UTC.

Thus, every day each BULL/BEAR/HEDGE token reinvests profits if it made money. If it lost money, it sells off some of its position, reducing its leverage back to 3x in order to avoid liquidation risk.

In addition, any token will rebalance if an intraday move causes its leverage to be 33% higher than its target. So if markets move down enough that BULL token is 4x leveraged it will rebalance. This corresponds to market moves of roughly 11.15% for BULL tokens, 6.7% for BEAR tokens, and 30% for HEDGE tokens. HALF tokens do not have intraday rebalances; since they are 1/2 leveraged they cannot get liquidated.

This means that leveraged tokens can give up to 3x leverage without much risk of liquidation. It would require a 33% market move to liquidate a 3x leveraged token, but the token will generally rebalance within a 6-12% market move, reducing its risk and returning to 3x leveraged.

Specifically, the way rebalances happen is:

  1. FTX periodically monitors for LT leverages. If any 3x LT leverage goes above 4x in magnitude, it triggers a rebalance for that LT.
  2. When a rebalance is triggered, FTX calculates the number of units of the underlying the LT needs to buy/sell to return to 3x leverage, marked to prices at that time.
  3. The formula for this is:
    1. Desired position (DP): [Target Leverage] * NAV / [underlying mark price]
    2. Current Position (CP): current holdings per token of the underlying
    3. Rebalance size: (DP - CP) * [LT tokens outstanding]
  4. FTX then sends orders in the associated FTX perpetual futures orderbook to rebalance (e.g. ETH-PERP for ETHBULL/ETHBEAR). It sends a maximum of $4m of orders per 10 seconds until it has sent the desired total size. These are all normal, public IOCs that trade against the prevailing bids/offers in the orderbook at the time.
  5. Note that this ignores difference between the underlying price when a rebalance is triggered and when it happens; ignores fees; and may have rounding errors.