0xProject / ZEIPs

0x Improvement Proposals
Apache License 2.0
91 stars 15 forks source link

Stake-based Liquidity Incentives #31

Closed hysz closed 4 years ago

hysz commented 5 years ago

ZEIP-31 introduces a stake-based liquidity incentive to the 0x protocol. This draft outlines the design principles and constraints of the incentive mechanism, along with guidelines for its implementation. We encourage relayers, market makers, and developers working on complementary Ethereum projects to help us shape these ideas into a formal specification.

Feel welcome to leave comments below or in this google doc.

See the 0x Staking Specification for the most up-to-date information on architecture, implementation and usage.

1 Overview

1.1 Motivation

  1. Encourage user ownership among market makers.
  2. Reward market makers that stake ZRX tokens.
  3. Align all market participants with the long-term mission and objectives of 0x.
  4. Redirect proceeds from arbitrage-driven gas auctions back to market makers.

1.2 Principles

  1. Incentivize liquidity providers to invest in the long-term success of the protocol
  2. Create a level playing field across all types of assets and classes market makers
  3. Minimize overhead and cost, both in terms of gas and effort to participate

1.3 Specification

  1. Participate in governance and liquidity incentive programs by staking ZRX (section 2.1)
  2. Delegate stake to liquidity providers (section 2.2)
  3. Funding self-sustaining development with protocol fees (section 2.3)
  4. Earn liquidity rewards on trading (section 2.4)
  5. Vote on 0x protocol proposals (section 2.5)
  6. Scheduling process for claiming rewards (section 2.6)
  7. Setting up liquidity rewards for market makers (section 2.7)

2 Specification

2.1 Staking ZRX

2.1.1 Utility

2.1.2 Depositing Stake

2.1.3 Withdrawing Stake

2.2 Delegating Stake

2.2.1 Overview

2.2.2 Incentives

2.2.3 Weight of Stake

2.2.4 Delegating Stake

2.2.6 Motivation for Reward Pool Buy-ins

Note: Reward Pool buy-ins have been eliminated.

2.2.5 Buying Into a Reward Pool

Note: Reward Pool buy-ins have been eliminated.

2.2.7 Exiting a Reward Pool

2.3 Fees

2.3.1 Charging Fees

2.3.2 Motivation for Fee Mechanics

2.3.3 Accumulating Fees

2.4 Liquidity Rewards

2.4.1 Earning Liquidity Rewards

2.4.2 Liquidity Rewards for Market Makers

2.4.3 Liquidity Rewards for Delegators

2.4.4 Liquidity Rewards for the Ecosystem Fund

2.5 Governance

2.5.1 Voting on Proposals

2.6 Epochs

2.6.1 Scheduling

2.6.2 Epoch Finalization

2.7 Setting Up Liquidity Rewards for Market Makers

2.7.1 Registering as a Market Maker

satosheth commented 5 years ago

My biggest concern is with the community fee in regards to NFT marketplaces. Is increasing the cost of each transaction by $.10 on average (using the historical average) going to encourage relayers to continue to use 0x or turn to another technology where the total gas costs are closer to what the function costs to run on the blockchain? I understand the overall desire for fees, but is there a reason that a value that roughly doubles the gas cost was chosen? Could a smaller fee be used to properly incentive the 0x ecosystem while still not making small-value trades too expensive to perform?

L-Kov commented 5 years ago

Fascinating proposal. I was wondering if you could elaborate around how maker rebates are intended to work in the case of settlement using matchOrders? Specifically in the following case.

Suppose there exists an order, let us call it orderA which was created and signed by userA. UserB intends to take this order, but, instead of becoming the direct counter-party to orderA, calls matchOrders including orderB which they privately created and signed. In this construction we will also assume both users have a staking intensity of 1 (maximizing their potential fee collection). UserB is thus required to pay the fee equivalent to their gas expenditure X, but also earns a rebate Y. Let's assume both users are credited with 50% of the fee share and thus entitled to the same maximum rebate, Y (where 2*Y <= X). Of course there is a net loss for userB, but depending upon the specifics of the implementation userB might be able to claim some proportion of the fee share that, in a the case of direct usage of fillOrder, would be completely associated with userA.

My question then is: How are fee shares calculated in the case of fills via matchOrders?

Edit: The above construction fails to state the key insight that the matchOrders function requires substantially more gas than the fillOrder function (>=2x?). Perhaps this alone negates any special case.

willwarren89 commented 5 years ago

@dwbauschlicher Almost all of the historical 0x trades used in our protocol fee analysis were trades on liquid erc20 markets where trade settlement is more time sensitive than the typical NFT trade. I imagine the distribution of protocol fees for NFT trades has a lower average/median value. Will see if I can pull this data and provide a more definitive answer. We'll have a smaller data set to work with given the lower frequency of NFT trades on 0x.

benjiqq commented 5 years ago

@hysz could you elaborate what this means in practise for Market-making on 0x? I think any proposal should highlight the benefits for Market-makers very clearly as opposed to other platforms i.e. central exchanges. A google doc or PR to comment on would be helpful.

"Encourage user ownership among market makers." user ownership? "Reward market makers that stake ZRX tokens." what's the relationship with MM and holding ZRX? "Reward Pool Buy-ins" what are reward pools? "2.6 Epochs" what does this refer to? "2.7.1 Registering as a Market Maker" what is the benefit?

More explanation from practical MM perspective (in my view at least): https://forum.0x.org/t/marketmaker-incentives/341

hysz commented 5 years ago

@benjyz that's a good idea, I’ve added a link to a google doc for future comments. See below for your questions; also check out this blog post for more information on the incentive mechanism in relation to market makers.

"Encourage user ownership among market makers." user ownership?

We want development of the 0x protocol to be governed by the ZRX token holders, so that users of 0x have ownership of the underlying protocol. This ZEIP specifically aims to incentivize the class of users who bring liquidity - market makers.

"Reward market makers that stake ZRX tokens." what's the relationship with MM and holding ZRX?

We want market makers to have a vested interest in the 0x protocol, by staking ZRX and participating in governance. A market maker who has staked ZRX receives a portion of the fees generated from trades on the protocol (liquidity rewards); which is proportional to their trade volume and amount of ZRX they have staked or been delegated.

"Reward Pool Buy-ins" what are reward pools?

A portion of a maker’s liquidity reward goes to their delegators, which accumulates in the delegators' reward pool.

"2.6 Epochs" what for?

A maker’s liquidity reward is a portion of all fees collected by 0x over a period of time (epoch). The reward is given at the end of each epoch to make our contracts more efficient.

"2.7.1 Registering as a Market Maker" what is the benefit

This perhaps sounds more formal than it is. A maker may stake their ZRX from one address and use any number of additional addresses to trade. By registering, a maker associates these addresses with a single identifier.

benjiqq commented 5 years ago

@hysz thanks, will add comments there.

"We want market makers to have a vested interest in the 0x protocol, by staking ZRX and participating in governance."

It makes sense to reward MM who are active in 0x. Parts of the incentives should go to cover development cost and making MM more open. I think MM are mostly not going to be public. So development for making MM generally more available is what I have been working on. That part ideally is exchange and chain agnostic. Integration into MM backend systems is a lot harder than just writing a client against some central server.

"A portion of a maker’s liquidity reward goes to their delegators, which accumulates in the delegators' reward pool."

Although coupling MM with 0x stake can make sense to some degree, it might add complexity and risk. MM has already a lot to deal with so maybe point 1.1.1 and 1.1.2 could be expanded upon. Many people who might want to stake MM strategies might not fully understand them.

hysz commented 5 years ago

@L-Kov that's a good question that sparked a good amount of internal discussion. There are certainly several edge cases, especially with respect to order matching. We just published ZEIP 42 to define the fees for the Exchange contract. These are by no means set in stone at this point and we'll be diving more into this during our dev call next week. Feel welcome to join and share your thoughts!

alexkroeger commented 4 years ago

@dwbauschlicher Almost all of the historical 0x trades used in our protocol fee analysis were trades on liquid erc20 markets where trade settlement is more time sensitive than the typical NFT trade. I imagine the distribution of protocol fees for NFT trades has a lower average/median value. Will see if I can pull this data and provide a more definitive answer. We'll have a smaller data set to work with given the lower frequency of NFT trades on 0x.

CC @satosheth

Recently we've seen a spike in ERC-721 trades when Gods Unchained card trading began on TokenTrove on 11/22.

Since then we've seen ~35K trades on TokenTrove with: Avg. Gas Price: 3.7 Gwei Median Gas Price: 1.2 Gwei

Compare that to Radar Relay over that same time period (excluding some addresses we've identified as arb bots), we've seen ~280 trades with: Avg. Gas Price: 22.2 Gwei Median Gas Price: 18.9 Gwei

Since protocol fees are directly proportional to gas price, this is some evidence that NFT trades will have much lower protocol fees than ERC-20 trades.