SIP-80: Synthetic Futures
Author | |
---|---|
Discussions-To | https://research.synthetix.io/t/sip-80-synthetic-futures/183 |
Status | Feasibility |
Created | 2020-08-06 |
Implementors
Jackson Chan (@jacko125) and Clemente Balestrat (@clementbalestrat)
Simple Summary
This SIP proposes the creation of pooled synthetic futures contracts, with the SNX debt pool acting as counterparty to each trade.
Abstract
With the Synthetix debt pool as counterparty, users can trade synthetic futures to gain exposure to a range of assets without holding the asset. PnL and liquidation calculations are simplified by denominating the margin for each position in sUSD, which can be minted and burnt as required, Therefore using Synthetix, users will not be exposed to volatility in the value of their margin, and they will always be liquidated when their margin is completely exhausted, with no requirement for a maintenance margin or deleveraging mechanisms. For similar reasons, no separate insurance fund is necessary under this design.
However, as the counterparty to all orders, the SNX debt pool takes on the risk of any skew in the market. If the size of all long and short positions is balanced, then a fall in one is compensated by a rise in the other; but if the system is imbalanced, then new sUSD can be minted at the expense of the debt pool. To combat this, a perpetual-style funding rate is paid from the heavier to the lighter side of the market, encouraging a neutral balance.
Motivation
The current design of Synths does not easily provide traders with a mechanism for leveraged trading or for shorting assets. iSynths are an approximation to a short position but have significant trade-offs in their current implementation. Synthetic futures will enable a much expanded trading experience by enabling both leveraged price exposure and short exposure.
Specification
Overview
There are a number of high level components required for the implementation of synthetic perpetual futures on Synthetix, they are outlined below:
- Market and Position Parameters
- Leverage and Margins
- Exchange Fees
- Skew Funding Rate
- Aggregate Debt Calculation
- Liquidations and Keepers
Each of these components will be detailed below in the technical specification. Together they enable the system to offer leveraged trading, while charging a funding rate to reduce market skew and tracking the impact to the debt pool of each futures market.
Rationale
Given the complexity of the design of synthetic futures, the rationale and trade-offs are addressed in each component in the technical specification below.
Technical Specification
Market and Position Parameters
A position, opened on a specific market, may be either long or short. If it's long, then it gains value as the underlying asset appreciates. If it's short, it gains value as the underlying asset depreciates. As all positions are opened against the pooled counterparty, the price of this exchange is determined by the spot rate read from an on-chain oracle.
A position is defined by several basic parameters, noting that a particular account will not be able to open more than one position at a time: instead it must modify its existing one.
We will use a superscript to indicate that a value is associated with a particular position. For example
Symbol | Description | Definition | Notes |
---|---|---|---|
Position size | Measured in units of the base asset. Long positions have |
||
Base asset spot price | - | We also define |
|
Notional value | This is the (signed) dollar value of the base currency units on a position. Long positions will have positive notional, shorts will have negative notional. In addition to the spot notional value, we also define the entry notional value |
||
Profit / loss | The profit in a position is the change in its notional value since entry. Note that due to the sign of the notional value, if price increases long profit rises, while short profit decreases. |
Each market, implemented by a specific smart contract, is differentiated primarily by its base asset and the positions open on that market. Additional parameters control the leverage offered on a particular market.
Symbol | Description | Definition | Notes |
---|---|---|---|
The set of all positions on the market | - | We also have the positions on the long and short sides, |
|
Base asset | - | For example, BTC, ETH, and so on. The price |
|
Market Size | The total size of all outstanding positions (on a given side of the market). | ||
Open interest cap | - | Orders cannot be opened that would cause the notional value of either side of the market to exceed this limit. We constrain both: |
|
Market skew | The excess base units on one side or the other. When the skew is positive, longs outweigh shorts; when it is negative, shorts outweigh longs. When |
||
Maximum Initial leverage | - | The absolute notional value of a position must not exceed its initial margin multiplied by the maximum leverage. Initially this will be no greater than 10. |
Leverage and Margins
When a position is opened, the account-holder chooses their initial leverage rate and margin, from which the position size is computed. As profit is computed against the notional value of a position, higher leverage increases the position's liquidation risk.
Symbol | Description | Definition | Notes |
---|---|---|---|
Leverage | The sign of |
||
Initial margin | This is the quantity of sUSD the user initially spends to open a position of |
||
Remaining margin | A position's remaining margin is its initial margin, plus its profit |
It is important to note that the granularity and frequency of oracle price updates constrains the maximum leverage that it's feasible to offer. If the oracle updates the price whenever it moves 1% or more, then any positions leveraged at 100x or more will immediately be liquidated by any update.
When a position is closed, the funds in its margin are settled. After profit and funding are computed, the remaining
margin of
Exchange Fees
Users pay a fee whenever they open or increase a position. However, we wish to incentivise reduction of skew, so we distinguish between maker and taker fees. A maker is someone reducing skew and a taker is someone increasing it, and so we charge makers less than takers, possibly even zero insofar as this is possible in the presence of front-running. This fee will be charged out of the user's remaining margin. If the user has insufficient margin remaining to cover the fee, then the transaction should revert unless they deposit more margin or make some profit. As the fee diminishes a user's margin, and is charged after order confirmation, they should be aware that it will slightly increase their effective leverage.
The fees will be denoted by the symbol
Symbol | Description | Definition | Notes |
---|---|---|---|
Taker fee rate | - | Charged against the notional value of orders increasing the skew. Initially, |
|
Maker fee rate | - | Charged against the notional value of orders reducing the skew. Initially, |
|
Closure fee rate | - | Charged against the notional value of orders reducing in size. Generally, we will have |
We will generally maintain
There are several cases of interest here, the fee charged in each case is as follows:
Case | Fee |
---|---|
Decrease in the size of a position by |
|
Increase in the size of a position on the heavy side of the market (and therefore the skew) by |
|
Increase in the size of a position on the light side of the market by |
|
Increase in the size of a position on the light side of the market by |
Note that no fee will generally be charged for closing or reducing the size of a position, so that funding rate arbitrage is more predictable even as skew changes, and in particular more profitable when opening a position on the lighter side of the market. See the funding rate section for further details.
Skew Funding Rate
Whenever the market is imbalanced in the sense that there is more open value on one side,
SNX holders take on market risk. At a given skew level, SNX holders take on exposure
equal to
Therefore a funding rate is levied, which is designed to incentivise balance in the open interest on each side of the market. Positions on the heavier side of the market will be charged funding, while positions on the lighter side will receive funding. Funding will be computed as a percentage charged over time against each position’s notional value, and paid into or out of its margin. Hence funding affects each position's liquidation point.
Symbol | Description | Definition | Notes |
---|---|---|---|
Proportional skew | The skew as a fraction of the total market size. | ||
Max funding skew threshold | - | The proportional skew at which the maximum funding rate will be charged (when |
|
Maximum funding rate | - | A percentage per day. Initially |
|
Instantaneous funding rate | A percentage per day. |
The funding rate can be negative, and has the opposite sign to the skew, as funding flows against capital in the market.
When
Being computed against a position's notional value, it is worth being aware that funding becomes more powerful relative to the margin as the base asset appreciates, and less powerful as it depreciates.
As the SNX debt pool is the counterparty to every position, it is either the payer or payee of
funding on every position, but it is always receiving more than it is paying. SNX holders
receive
This funding flow increases directly as the skew increases, and also as the funding rate
increases, which itself increases linearly with the skew (up to
Accrued Funding Calculation
Funding accrues continuously, so any time the skew or base asset price changes, so too does the funding flow for all open positions. This may occur many times between the open and close of each position. The expense of constantly updating all open positions is prohibitive, so instead any time the skew changes, the total accrued funding per base currency unit will be recorded, and the individual funding flow for each position computed from this.
The base asset price in fact changes in between these events, but funding calculations will use the spot rates whenever skew modification occur. If the market is active, any inaccuracy in funding induced as a result is minor.
If the funding flow per base unit at time
If the funding rate and price (hence the funding flow) over an interval is constant, then we also have:
If the skew was updated at a finite sequence of times
Consider the cumulative funding from the initial time
Furthermore,
So, if the accumulated funding per base unit is tracked in a time series, appended to any time the funding flow changes, it is possible to compute in constant time the net funding flow owed to a position per base unit over its entire lifetime.
In the implementation, it is unnecessary to track the time at which each datum of the cumulative
funding flow was recorded. For convenience, we will reuse
Funding will be settled whenever a position is closed or modified.
Symbol | Description | Definition | Notes |
---|---|---|---|
Skew last modified | - | The timestamp of the last skew-modifying event in seconds. | |
Cumulative funding sequence | |||
Unrecorded base funding | The funding (denominated in the base currency) per base unit accrued since the last funding entry was recorded at |
||
Unrecorded cumulative funding | The funding per base unit accumulated up to the current time, including since |
||
Last-modified index | The index into |
||
Accrued position funding | The sUSD owed as funding by a position at the current time. It is straightforward to query the accrued funding at any previous time in a similar manner. | ||
Maximum funding rate of change | - | This is an allowable funding rate change per unit of time. If a funding rate update would change it more than this, only add at most a delta of |
Then any time a position
Then update the accumulated funding sequence:
Then settle funding and perform the position update, including:
Aggregate Debt Calculation
Each open position contributes to the overall system debt of Synthetix. When a position is opened, it accounts for a debt quantity exactly equal to the value of its initial margin. That same value of sUSD is burnt upon the creation of the position. As the price of the base asset moves, however, the position’s remaining margin changes, and so too does its debt contribution. In order to efficiently aggregate all these, each market keeps track of its overall debt contribution, which is updated whenever positions are opened or closed.
The overall market debt is the sum of the remaining margin in all positions.
The possibility of negative remaining margin will also be neglected in the following computations,
as such contributions can exist only transiently while positions are awaiting liquidation.
So long as insolvent positions are liquidated within the 24-hour time lock specified in SIP 40,
the risk of a front-minting attack is minimal.
This will simplify calculations, and for the purposes of aggregated debt,
the remaining margin will be taken to be
The total debt is computed as follows:
Apart from the spot price
Where
Symbol | Description | Definition | Notes |
---|---|---|---|
Aggregate position entry debt correction | - | ||
Market Debt | - |
In this way the aggregate debt is efficiently computable at any time.
Liquidations and Keepers
Once a position's remaining margin is exhausted, it must be closed in a timely fashion, so that its contribution to the market skew and to the overall debt pool is accounted for as rapidly as possible, necessary for accuracy in funding rate and minting computations.
As price updates cannot directly trigger the liquidation of insolvent positions, it is necessary for keepers to perform this work by executing a public liquidation function.
Yet this is not as simple as checking that a position's current remaining margin is zero, as it may have transiently been exhausted and then recovered. Therefore the oracle service that provides prices to the market must retain the full price history, and in order to liquidate a position it will be sufficient to prove only that there was a price in that history that exhausted its remaining margin.
In order to pay for this work, the liquidation point will in fact be slightly above
zero remaining margin, and the difference
A position may be liquidated whenever a price is received that causes:
Symbol | Description | Definition | Notes |
---|---|---|---|
Liquidation keeper incentive | - | This is a flat fee that is used to incentivise keeper duties. Initially this will be set to |
|
Minimum order size | - | The keeper incentive necessitates that orders are at least as large. We will initially choose |
|
Liquidation price | The liquidation price will be below the entry price for long positions, and above it for short positions, as the sign of |
As the Synthetix system can issue and burn synths as necessary, liquidations occur retrospectively at exactly
It should be borne in mind that if gas prices are too high to allow liquidations to be profitable
for liquidators, then liquidations will likely not be performed.
In this case the system must fall back on relying on good samaritans until the incentive level can
be raised by SCCP. Increasing
The liquidation function should take an array of positions to liquidate; if any of the provided positions cannot be liquidated, or has already been liquidated, the transaction should not fail, but only liquidate the positions that are eligible.
Extensions
- Paying a portion of the skew funding rate owed to the fee pool to the lighter side of the market, which would enhance the profitability of taking the counter position on market.
- Make funding rate sensitive to leverage - right now a market with
long and open interest is considered balanced, even though the long exposure is much riskier. Some remedies could include:- Funding rate that accounts for leverage risk
- Funding rate as automatic position size scaling, which would automatically bring the market into balance.
- Mechanisms to constrain the overall size of each market, other than leverage and available sUSD.
Smart Contract Interface
TBD
Test Cases
Test cases for an implementation are mandatory for SIPs but can be included with the implementation.
Configurable Values (Via SCCP)
Please list all values configurable via SCCP under this implementation.
Copyright
Copyright and related rights waived via CC0.