NOTE
NOTE ยท NOTIONAL FINANCE

What is Notional Finance?

Fixed RateDeFi
Last verified: May 2026
This page documents what Notional Finance is and how it works โ€” based on official Notional documentation. Nothing here is financial advice. Always do your own research.

๐Ÿ‘‹ New to this? Just start reading at the top โ€” it begins in plain English and gets more detailed as you scroll. Jump to any level:

๐ŸŸข The simple version

Plain English โ€” no jargon. Start here.

One sentence that captures it

Notional Finance is a fixed-rate DeFi lending protocol โ€” instead of variable-rate lending where interest rates change with utilisation, Notional allows borrowers and lenders to lock in fixed rates for specific terms (3 months, 6 months, 1 year) using "fCash" tokens that represent a fixed obligation to receive or pay a specific amount at a future date.

Why fixed rates matter in DeFi

Aave, Compound, and most DeFi lending protocols offer variable rates โ€” the interest rate changes constantly based on supply and demand. A borrower taking a loan at 3% today might find themselves paying 15% next week if borrowing demand spikes. This unpredictability makes variable-rate borrowing unsuitable for many real use cases: a business financing operations cannot plan around a rate that might triple overnight.

Traditional finance solved this with fixed-rate loans and bonds. A 5-year Treasury bond pays a fixed 4.5% regardless of what interest rates do during those 5 years. Notional Finance brings this model to DeFi โ€” lending and borrowing at guaranteed fixed rates for specific maturities.

fCash โ€” the fixed-rate primitive

fCash is Notional's core abstraction. Positive fCash represents the right to receive 1 unit of an asset (e.g., 1 USDC) at a specific maturity date. Negative fCash represents the obligation to pay 1 unit at maturity. Lending on Notional means buying positive fCash at a discount (e.g., pay 0.97 USDC today to receive 1 USDC in 6 months โ€” a ~6% annualised yield). Borrowing means creating negative fCash (receive USDC today, owe USDC at maturity).

What NOTE does

NOTE is Notional's governance token โ€” used for voting on protocol parameters, new market maturities, and incentive allocations. Total supply: 100 million NOTE (relatively small).

Is it legal in India?

Yes. NOTE is a VDA under Indian law. 30% tax and 1% TDS apply. See India regulation.

๐ŸŸก A bit more detail

For when you want to go a little deeper.

The liquidity pool model for fixed rates

Notional uses AMM-style liquidity pools to facilitate fCash trading. Each maturity date has its own pool containing fCash and the underlying asset (USDC, ETH, etc.). Traders buy and sell fCash against the pool, and the pool's pricing function determines the current interest rate for that maturity. When few people are borrowing, fCash is cheap (rates are low). When many people want to borrow, fCash sellers demand more โ€” rates rise. The AMM allows continuous price discovery for each maturity's fixed rate.

What it's used for in real life

Notional has attracted institutional users who specifically want fixed-rate exposure for DeFi lending โ€” yield funds, treasury managers, and sophisticated traders locking in yields. The protocol is integrated with major DeFi infrastructure โ€” nTokens (Notional's liquidity provider tokens) can be used as collateral on Notional itself, and NOTE distributions incentivise liquidity provision. Several structured DeFi products use Notional's fixed-rate infrastructure as a building block. Notional v3 added leveraged vault strategies โ€” using fixed-rate borrowing to fund yield strategies, reducing liquidation risk from rate spikes.

nTokens โ€” liquidity provision across maturities

Liquidity providers in Notional receive nTokens โ€” tokens representing their share of liquidity across all active maturities for a given asset. When a lender deposits USDC into Notional's liquidity pool, they receive nUSDC. The nUSDC balance earns: trading fees from fCash trades, NOTE governance token incentives, and the yield from fCash held in the pool. Unlike providing liquidity in a single AMM pool, nToken holders automatically get diversified exposure across all current maturities โ€” 3-month, 6-month, and 1-year USDC rates simultaneously. As each maturity expires, the liquidity is rolled forward to new maturities automatically.

How people evaluate this

Key Notional metrics: total borrowing at fixed rate (demand for fixed-rate DeFi loans), average borrowing rates vs variable alternatives (are Notional's rates competitive?), liquidity depth in each maturity pool (determines rate stability), and NOTE governance activity. Notional competes with Pendle (which also enables fixed-rate positions through PT tokens) โ€” the two protocols have complementary but different approaches to fixed-rate DeFi. Live data: CoinGecko ยท Notional.finance.

๐ŸŸฃ The full technical picture

For the technically curious.

Notional's AMM: the logit liquidity curve

Notional uses a custom AMM curve designed specifically for interest rate markets. Standard constant-product AMMs (x*y=k) produce hyperbolic price curves that are inefficient for interest rates โ€” they allow rates to swing to extremes too easily. Notional's curve is based on a logit (logistic) function that concentrates liquidity around "typical" interest rate ranges, providing better rate stability for normal market conditions while still allowing rates to move significantly when there is strong demand. The curve parameters (the "scalar" controlling concentration) can be adjusted by governance to match expected rate volatility for different assets.

Source: Notional Finance documentation. docs.notional.finance ยท Notional v2 whitepaper: Notional v2 whitepaper

Maturity settlement and fCash lifecycle

Each fCash token has a maturity timestamp. At maturity: positive fCash holders can redeem their fCash for the underlying asset at 1:1 (1 fCash USDC at maturity = 1 USDC). Negative fCash holders must repay the underlying asset or be liquidated. The settlement is handled automatically โ€” at the maturity block, Notional's settlement contract processes all maturing fCash and net settles positions. Borrowers who have not repaid before maturity will find their collateral liquidated to cover the debt at the maturity settlement price. This maturity settlement mechanism means Notional positions are "self-closing" โ€” they require no active management after the fixed term ends.

Technical detail

Notional v3's leveraged vaults integrate fixed-rate borrowing with yield strategies. A leveraged vault: (1) accepts user ETH, (2) borrows additional USDC from Notional at a fixed rate (e.g., 4% for 6 months), (3) deploys the combined ETH and USDC into a yield strategy (e.g., a Curve LP position earning 8%), (4) the net yield is 8% - 4% = ~4% on the leveraged portion plus full yield on the user's initial capital. The fixed borrow rate prevents the common problem in leveraged DeFi strategies where borrowing cost spikes eliminate the strategy's yield. The vault monitors the position's health and can deleverage if the yield strategy underperforms, protecting the fixed-rate borrow from liquidation.

Key facts

  • Type: Fixed-rate DeFi lending protocol
  • Primitive: fCash (fixed obligations/rights at maturity)
  • Liquidity: AMM (logit curve, maturity-specific pools)
  • LP token: nTokens (diversified across maturities)
  • v3 addition: Leveraged vaults (fixed-rate + yield strategy)
  • NOTE supply: 100 million
  • Founded: 2020 (Jeff Wu, Teddy Woodward)