Yield earning (v2)
The yield earning for the liquidity provider's portfolio is very similar to that of V1 with one additional change. Liquidity providers are incentivized with NOTE tokens when they provide liquidity via nTokens.
In V1, LPs were only exposed to a single pool, and all the yields were limited to that particular pool. But as V2 diversifies the liquidity among different available pools for the deposited asset, the yield comes from all the pools that were used to provide liquidity.
This section is the same as Yield earning (v1) with an addition of NOTE token addition.
Similarities with v1
This doc talks a lot about the nomenclature of Cash and fCash to understand the core concepts at ease but from a protocol's perspective, Cash is nothing but cTokens and fCash is the +ve fCash representing the claims.
At Notional, we make it easy for you to lend and borrow in cTokens (Compound tokens), which are simply yield-bearing derivative tokens that represent your capital. When you lend your currency through Notional, your capital is stored as cTokens, and we provide those cTokens to borrowers.
Context: fCash Use-case
Interest accrual from cTokens
Since Cash is the underlying cTokens and cTokens accrue interest, liquidity providers would be earning yields from the Cash they put up as liquidity.
Trading Fees
Like other automated market makers (AMMs), LPs earn trading fees (liquidity fee in the case of Notional). Returns on the Notional AMM are driven to a large extent by trading volume, total liquidity in the pool, and the fees charged on trading.
Higher trades = High liquidity fee = Better yield for Liquidity Providers.
Net Lending - Borrowing Position P&L
if the fCash ratio in the pool is lower than 0.49, when the user redeems their tokens they will receive greater than 100 DAI (initial deposit) and less than 96.078 +ve fCash (initial deposit). This would create a net borrowing position (obligation) in a user's portfolio because -ve fCash > +ve fCash in their portfolio.
Similarly, with the same logic, if the fCash ratio in the pool is greater than 0.49, it would create a net lending position in a user's portfolio because -ve fCash > +ve fCash in their portfolio.
Context: Liquidity provider's portfolio
The exchange rate between fCash to Cash approaches to 1 (1 fCash = 1 Cash) as we approach the maturity date. The trades happening in the Notional AMM would likely impact this exchange rate by altering the fCash proportion but the intensity of the change in exchange rates drops as we approach maturity.
Context: Valuing fCash
A liquidity provider with a net positive fCash position (Lending position) will consistently make money over time if nothing happens because the value of their +ve fCash will gradually increase. Conversely, a liquidity provider with a net negative fCash position will consistently lose money over time for the same reason.
The above is subject to the change in pool proportion thus ultimately dependent upon the trades happening in the liquidity pool.
NOTE Incentives
nToken holders are directly incentivized with Notionalβs governance token, the NOTE. nToken holders accrue NOTE rewards proportional to their share of the total nTokens in that currency.
Last updated