Return Rates in Crypto Farming
A basic introduction to some fundamental concepts in crypto asset farming
Decentralized Finance (DeFi) has attracted a lot of attention in the recent years. A rather new and hot topic inside the world of DeFi is yield farming, which allows to earn passive income on token holdings using various investment strategies coded into smart contracts. There is an ever growing number of products labeled as yield farming. Many of those are advertised with an APY (Annual Percentage Yield) rate. We emphasize that in this context, the term APY is to be read with caution. In classical finance, it refers to the annual rate of return in an investment and is a predefined rate. Hence, an investor can be sure to obtain the corresponding interest in their investment. However, most farming products heavily rely on the investment strategy in volatile crypto markets. In contrast to APYs in lending and borrowing, rates published in farming are either APYs of past periods or projections based on past data.
Pool Rates
Due to the complexity of this topic, our first step consists of publishing the pool rates as emitted in the smart contracts of various farming products such as yearn.finance or CVault. The basic idea of pool rates is pretty straightforward and can be understood as follows. Consider a farming pool of token and let be the amount of token at block number . Assume, farming starts at block number , then we have the following equation
where is the price corresponding to the pool of token . Initially, and hence . Motivated by this fact, we write
Here, is the pool rate corresponding to the pool of token .
As the initial supply is constant, the price depends on the evolution of and hence on the pool's investment strategy - if the number of tokens increases with block number , so will the pool rate. In other words, the return of an investment is determined by the change in the pool rate. The following example illustrates the relation between the pool rate and the return on an investment. We remark that in general, as for interest rates in traditional finance, differences of pool rates can be used for simple interest calculation as well as for compounded interest.
Example: Assume an investor puts an amount of tokens into an empty pool at block number . With the notation from above this means and . Further assume that blocks later, the investment strategy has increased the number of tokens in the pool to tokens, so . The return on the initial investment after these blocks can be obtained by the difference of the pool rates at blocks and respectively. Indeed, we have and thus . By the above equation for we have and thus . This yields
and hence a return rate of 1%.
Again, whether the amount of tokens in a pool increases or decreases solely depends on the investment strategy. The return rates for past time ranges can be computed by considering pool rate differences, such as done in the example above. In order to estimate future return rates, one can apply mathematical methods which allow for the estimation of future values based on past data. The simplest way of doing so is to fit a linear function to the data, which is also known under the name of (linear) regression. However, for most cases, such simple models do not yield good results for bigger time ranges. Mathematicians have tackled such problems since a long time and there is a wide range of techniques available. Nowadays, many of these are used under the name of machine learning.
Total Debt Systems
A slightly different approach for farming is presented by other platforms such as Synthetix. Apart from constant fee rates on transactions such as trades, the dynamical return rate depends on the average return of all investments on the platform. The corresponding gains (or losses) for the investors are paid out periodically, for instance weekly. We will first explain the general mechanism and then illustrate it with an example.
Consider a platform with different pools associated to an investment strategy. In most cases, the investment strategy is short or long on a cryptocurrency, represented by a minted synthetic asset. Assume an investor makes an investment by buying from a pool of such a token worth US-Dollar (it could be any other currency obviously). She thereby increases the so-called system's total debt from the previous value to (also in US-Dollar). Here, the total debt is just the value of all investments across the platform. Now assume that after one farming period has elapsed, the value of her investment is . Furthermore, the system's total debt, i.e. the US-Dollar value of all investments together changed to . The idea is that the system does not owe the investor her initial investment, but rather her initial proportion of the system's total debt, which is . Hence, her actual personal debt is
In other words, the total debt is distributed among all investors according to their initial share of the total debt. In particular, everyone wins if , that is, the total debt increases, and everyone looses if . Furthermore, the investor's total gain after one farming period is given by her personal debt minus her initial investment
Let us quickly illustrate this equation before making the connection to the pool rate . Assume the total debt has increased from by to . Plugging into the above equation for the gain leads to and hence, the investor makes a gain of . In order to see the relation to the pool rate from the previous section, we rewrite the personal debt in a somewhat artificial manner as
And hence, the pool rate is given by
It should come as no surprise that this leads to the pool rate for the above example. Let us now consider a slightly more comprehensive example.
Example:
Step
Investment 1 in $
Investment 2 in $
Investment 3 in $
Total Debt in $
sBTC
sETH
0
100
0 48
2
0
sBTC
sETH
0
100
0
48
4
0
Consider a protocol with just two pools, namely sBTC and sETH, and three investors as shown in the first row. The system's total debt is the sum of the investments. Assume that after one farming period the ETH price miraculously remains the same, and the price of BTC doubles, leading to the balances shown in row 2. In the third row, the personal debt for each investor is computed using the above formula for . In the last row, the corresponding total gains are computed. Although investor 3's strategy made a gain of , the investor himself only made a gain of , as he was the only one winning and his total gain is distributed among all investors. Furthermore, it is distributed according to the initial shares. As Investors 1 and 2 have far bigger initial shares, they get a large amount of Investment 3's gain, although their strategy did not win. Finally, we can easily compute the farming period's pool rate for this example, using the above formula
Estimation of Pool Rates from Total Rewards
Some platforms such as Loopring emit total system rewards, i.e. accumulated rewards distributed among all pools. We remark that, given a particular staking pool's balance and the total reward , an average pool rate can be estimated as follows
Fixed Reward Systems
In fixed reward systems as used by Barnbridge, a fixed (and predefined) reward is distributed among all investors in a pool after a given staking period. The reward is distributed according to an investor's share of the pool. More precisely, let again be the total staking pool's balance at the end of the staking period. Assume a particular investor has staked the amount . Then the investor's reward is given by
For instance, assume the reward is , the staking pool's balance at the end of the staking period of one week is given by and an investor invested of an arbitrary currency. Then the reward is given by
Here, the pool rate is simply given by the quotient , so in the above example We remark that there might be slight differences on how to implement these systems. Especially whether to allow deposits in the middle of a staking period and if so, how to distribute the reward among these "late" investors.