๐Ÿ““
Notional Finance
  • ๐Ÿ—’๏ธTo-Do List [Notional]
  • ๐ŸงตTwitter Threads
    • fCash Overview
    • AMM Overview and Trades
    • fCash Valuation 1
    • Liquidity Fees
    • Lenders trade (fCash)
    • Lender Trade 2
    • Borrower trade (fCash)
    • What happens at maturity?
    • Page 2
  • Experiment
    • DUNE & Dashboard
    • Docs & Topics
      • Interest Rate Risk
      • Inverse Interest Rate Risk
      • AMM Curve Comparison
      • Understanding Risk adjusted TVL
      • How Notional stays solvent
      • Liquidation!?
      • Prime Cash
    • Excel & Numbers
      • Duration Risk
      • 200% CR rate comparison
    • Trades
  • Weekly Reproducible Vault
    • 29 May - 4 June
      • Activity
      • IR Compare
    • 5 June - 11 June
    • 12 June - 18 June
  • ๐Ÿ’ธfCash
    • What & Why fCash?
    • fCash Use-case
    • fCash maturity
  • โš—๏ธCounterparty liquidity pool
    • Liquidity pool
    • AMM
    • Liquidity pool interactions
      • Lending Trade
      • Borrow Trade
      • Liquidity provisioning trade
  • ๐Ÿ’นfCash Finances
    • Valuing fCash
    • Risks subject to the change in Rates
      • The upside of the change in Rates
  • ๐ŸšฐLiquidity providers
    • Liquidity provisioning
    • Liquidity provider's portfolio
      • Net Lending Position for an LP
      • Net Borrowing Position for an LP
    • Yield earning (v1)
    • Risks (v1)
  • ๐ŸฅBorrower Resources
    • Collateralization
    • Free Collateral Computations
  • ๐Ÿช™nTokens
    • Automated liquidity provisioning for LPs
    • Mechanics
      • Minting nTokens
      • Redeeming nTokens
    • fCash position for nToken holders
    • Yield earning (v2)
    • Risks (v2)
  • โŒ›Tenor Maturity
    • Maturity
    • fCash maturity
    • Quarterly Rolls
  • ๐Ÿ”Leverage vaults
    • Leveraged yield opportunities
    • Vault mechanics
      • Entering
      • Exiting
    • Collateralization & liquidations
    • Balancer/Aura wstETH/WETH Strategy
      • Entering in Bal/Aura wstETH/WETH strategy
      • Exiting from Bal/Aura wstETH/WETH strategy
  • ๐Ÿ›๏ธV3
    • Page 1
Powered by GitBook
On this page
  • Interest accrual with fCash
  • A Walkthrough example of an early exit
  1. fCash Finances

Valuing fCash

PreviousLiquidity provisioning tradeNextRisks subject to the change in Rates

Last updated 2 years ago

As Notional strives to make the interest rates constant by inducing variability in the exchange rate.

The exchange rate (fCash:cToken) might fluctuate based on the lending and borrowing trades in the AMM and the time to maturity but the trader is guaranteed to receive fixed rates provided that they hold their fCash positions till maturity.

AMM / Dynamic Curve

It is certain that you would get a fixed interest unless you exit early. But what happens if when you exit before maturity? Why there is no certainty of fixed rates if you exit early?

To understand this, you need to understand how fCash accrues interest.

Interest accrual with fCash

If you wish to lend 100 USDC (cash) at an lastImpliedRate of 5% for 1 year at a 0.03% liquidity fee, you would get 105.095 fCash.

lastImpliedRate = 0.05 - 0.003 = 0.047 TimeToMaturity = 1 (1 yr) Cash = 100 USDC fCash = 100 * e^(0.047 * 1) = 104.81

Here the present value of 104.81 fCash is worth 100 USDC at the time of deposit. As we approach the maturity date, the value of that fCash will approach 104.81 USDC.

Once your trade has been executed, you can rest assured that your interest rate is fixed and that we guarantee your fCash position will be honored at maturity.

Context: fCash Use-case

fCash=Cashโˆ—e(lastImpliedRateโˆ—TimeToMaturity)fCash = Cash* e^{(lastImpliedRate * TimeToMaturity) }fCash=Cashโˆ—e(lastImpliedRateโˆ—TimeToMaturity)

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. This same formula can be used to evaluate fCash's value.

Dependency on trades: As trades happen in the AMM the exchange rate would change due to the slippage.

Dependency on timeToMaturity: Exchange rates change due to the slippage caused in the trades and the impact of this slippage reduces as we approach towards the maturity date.

Q. Does the last implied rate come from the oracle rate?

A Walkthrough example of an early exit

We would build on top of our example of lending 100 Cash for 1 year at 5% APY. Let us assume you exit from the trade (sell your fCash in the AMM to get your Cash) in 6 Months. The interest rate at the time of exit is the same as you entered the trade i.e. 5%.

When you sell 104.81 fCash, you would receive 102.07 Cash making a profit of 2.07 Cash in the whole investment position. This equates to 4.1% APY. All the trade calculations can be referred to from the image above.

Let us take another example where the rates changed:

In the above example, at the time of exit, the interest was 6%. This rise in the interest rate impacted the profits (1.56 Cash now vs 2.07 Cash earlier) and the APY dropped to 3.1%.

If you exit before maturity, the exchange rates might be at a value where you might lose money or maybe gain some. This brings us to the risks due to the change in interest i.e. exchange rates.

๐Ÿ’น