description |
---|
Overview of the Liquidity Provider rewards Program. |
7.5% of the initial token supply (75,000,000 DYDX
) will be distributed to liquidity providers based on a formula rewarding a combination of uptime, two-sided depth, bid-ask spreads, and the number of markets supported.
Objectives
- Improve two-sided liquidity and programmatically reward liquidity providers.
To incentivize market liquidity, DYDX will be distributed to liquidity providers based on a formula that rewards participation in markets, two-sided depth, spread (vs. mid-market), and uptime on dYdX’s Layer 2 Protocol. Any Ethereum address can earn these rewards, subject to a minimum maker volume threshold of 0.25% of maker volume in the preceding epoch. DYDX will be distributed on a 28-day epoch basis over five years and are not subject to any vesting or lockups. 1,150,685 DYDX will be distributed per epoch.
The following function is used to compute how much DYDX should be rewarded to each liquidity provider per epoch. The amount of DYDX earned is determined by the relative share of each participant’s
Orders below a certain minimum depth (size) (
Liquidity provider performance is monitored and calculated on a minute-by-minute basis (using randomized sampling) and aggregated into a
Liquidity providers earn monthly rewards based on their relative
The above formula is broken out into step-by-step calculations below for detail:
Each market will have its own rewards pool that will be weighted differently. The initial set of weights applied to each market is as follows:
Market | % Allocation of Total Rewards Pool |
---|---|
BTC-USD | 20% |
ETH-USD | 20% |
Other perpetual market | ![]() |
All liquidity providers who have achieved a minimum of 0.25% of maker volume on the dYdX Layer 2 Protocol in the prior epoch are eligible to receive DYDX as rewards in a given epoch.
The dYdX Layer 2 Protocol is not available to liquidity providers in the United States or Restricted Territories, as defined in dYdX Trading Inc.’s Terms of Use.
In a given epoch, liquidity providers earn yield based on their relative
Liquidity Provider Rewards are surfaced in the dYdX API. Although not surfaced on the governance user interface, they are still claimable via the governance at the end of every epoch here.
DYDX tokens rewarded via the Liquidity Provider Rewards will become claimable and transferable once the initial transfer restriction period is lifted.
Starting in Epoch 1, DYDX tokens rewarded via the Liquidity Provider Rewards will become claimable 7 days
(Waiting Period) after the end of each epoch.
Two-sided depth
A two-sided liquidity provider is a firm or individual who actively quotes two-sided markets on the dYdX Layer 2 Protocol, providing bids and asks for a given market. They provide liquidity to the protocol overall.
For instance, a liquidity provider in the BTC-USD market may provide a quote of $30,000-$30,100, 10x50. This means that they bid (they will buy) 10 BTC for $30,000 and also offer (they will sell) 50 BTC at $30,100. Other market participants may then buy (lift the offer) from the liquidity provider at $30,100 or sell to them (hit the bid) at $30,000.
Liquidity providers are assessed on their ability to provide both bids and asks on a given market. Liquidity providers who only quote on 1-side (either just bids or asks) are excluded from receiving rewards due to the min() function.
Mid-market spread
One common measure of liquidity is the bid-ask spread: the spread between the highest bid (order to buy) price and the lowest ask (order to sell) price in a market. The difference between the bid and the ask, the spread, is the principal transaction cost of trading (outside commissions), and it is collected by the liquidity provider by processing orders at the bid and ask prices. The spread measures the cost of transacting immediately to a user.
The mid-market spread specifically takes the midpoint of the market. With this formula, orders below the MinDepth amount for each market are excluded also.
For instance, if a liquidity provider’s bid price for BTC-USD is $30,000 and the ask price is $30,100, then the bid-ask spread is $100. The mid-market price is $30,050, and the mid-market spread is $50.
Uptime
Liquidity provider uptime is critical for markets, especially in periods of high volatility. By applying an exponent of 5 to
Uptime is defined as the percentage of time orders are in a given market providing liquidity on a minute-by-minute basis (with randomized sampling). Uptime excludes periods of time when outages exist on the dYdX Layer 2 Protocol itself. There may be edge cases where the exchange is slow or not accepting orders (but is not an outage)—in which case the above would not apply (but that would be considered a bug and all liquidity providers would be similarly affected, as with outages).
No
The initial Max Spreads are as follows:
Market | Max Spread vs Mid-Market (Bid and Ask) |
---|---|
BTC-USD | 20 bps |
ETH-USD | 20 bps |
Other perpetual markets | 40 bps |
No
The initial Min Depths are as follows:
Market | Min Depth (Bid and Ask) |
---|---|
BTC-USD | $5000 |
ETH-USD | $5000 |
Other perpetual markets | $1000 |