Overview

Pendle is a DeFi yield-trading protocol that allows users to execute yield management strategies in order to increase or decrease exposure to sources of yield. By creating a market for DeFi yield, Pendle enables users to long assets at a discount, hedge against yield downturns, long yield, or fix yield rates for stable growth among other strategies.

Pendle consists of two main components:

  • Standardized yield stripping, which is an interface that allows the protocol to strip any yield-bearing asset into its principal and yield components.
  • The Pendle V2 PT AMM, allows trading PT against SY tokens. Each pool is called a Pendle market.

As a yield-stripping protocol, Pendle innovates by introducing the concept of Standardized Yield Stripping, a composable and permissionless mechanism that splits a yield-bearing asset into its yield and principal components.

When users deposit assets into a DeFi protocol, they often can get an APY on their deposit. This return is variable and fluctuates over time. Most often, this position is represented with a yield-bearing asset For example, a user can lend DAI on Compound and will receive cDAI, a yield-bearing asset that entitles them to an APY based on the DAI interest rates on Compound, which determines how much interest borrowers will pay to lenders.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9d7c2ce e5a5 470a baec

Nearly every protocol returns the user a yield-bearing token for staking or depositing assets into their protocol. This yield-bearing position can then be wrapped into an SY (standardized yield) position. With Pendle, this SY position can be split into two components: the principal (PT) and the yield (YT).

  • By holding the PT, the user can redeem the principal amount after maturity.
  • By holding the YT, the user continuously receives the yield of the underlying asset.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F914863c3 68d6 4e52 9b30

When this yield is tokenized and split into a PT and a YT, there is a maturity associated with the tokenization of the position.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F1ea5c2f7 fb96 4ba1 ab86

In Pendle, yield-stripping takes place in the context of an SY token and a maturity date. First, Pendle wraps yield-bearing assets into SY tokens (standardized yield tokens). Next, the SY token is split into its principal and yield components: PT (principal token) and YT (yield token) respectively. Finally, PTs and YTs can be traded via Pendle’s custom AMM.

  • PTs are the equivalent of zero-coupon bonds. They represent the right to be redeemed for the principal upon expiry.
    • A zero-coupon bond is a debt security that does not pay interest but instead trades at a deep discount, rendering a profit at maturity, when the bond is redeemed for its full face value.
    • The difference between the purchase price of a zero-coupon bond and the par value indicates the investor’s return. When the bond matures, the bondholder is repaid an amount equal to the face value of the bond.
  • YTs are the equivalent of coupon payments. They represent the right to claim the real-time yields until expiry.
    • A coupon payment is the annual interest rate paid on a bond, expressed as a percentage of the face value and paid from the date of issuance until maturity.
    • A coupon payment is calculated by multiplying the bond’s face value by its interest rate.

SY – Standardized Yield

SY is a token standard for yield-bearing assets that are wrapped within smart contracts. All yield-bearing assets can be wrapped into SY tokens in order to have a common interface that favors composability across DeFi applications in a permissionless manner.

This allows yield-bearing assets like stETH, cDAI, or yvUSDC to be wrapped into SY-stETH, SY-cDAI, and SY-yvUSDC respectively.

The conversion from the underlying yield-bearing asset to the SY asset and vice-versa is handled by Pendle automatically and users do not need to take any actions on their end. 

Pendle introduced the SY standard to be used by other protocols and created a common interface for interacting and building on top of yield-bearing assets. This resulted in EIP-5155, which standardizes yield-generating mechanisms beyond the capabilities enabled by the ERC-4626 standard for vaults.

The ERC-5155 is an extension of the ERC-4626 that is achieved by covering:

  • Yield-bearing assets that have different input tokens used for minting vs. accounting for the pool value (e.g. LP tokens that account for swap fees) This extends the flexibility in minting new yield-bearing assets. For example, a vault could accept cETH deposits directly instead of ETH for both gas efficiency and UX reasons.
  • Assets with associated reward tokens (e.g. COMP rewards for depositors in Compound) where the rewards are expected to be sold to compound into the same asset.

SY tokens can wrap over most yield-generating mechanisms in DeFi, including ERC-4626 vaults. 

Examples:

Yield generating mechanism USDC lending in Compound Stake LOOKS in Looksrare Stake 3CRV in Convex
Asset USDC LOOKS 3CRV pool’s liquidity
Shares cUSDC Shares (in contract) 3CRV LP token
Reward tokens COMP WETH CRV + CVX
Exchange rate Increases with USDC lending yield Increases with LOOKS rewards Increases due to swap fees

Use Cases for SY

  • Money markets could accept yield-bearing assets in the form of SY as collateral (like LP tokens or liquid staking derivatives) to simplify the claiming of reward tokens as well as the accounting for the additional returns from the SY position. Also, if money markets lending positions were SY positions themselves, it would be much easier for other protocols to build and come up with use cases on top of lending positions.
  • Vaults have to deal with multiple avenues and types of yield-generating mechanisms. By having all vaults follow the same SY standard, these strategies would be much easier to integrate across the whole DeFi spectrum.
  • Dapp aggregators like Zapper.fi and Zerion could use the SY interface to query, display, and interact with yield-bearing positions from different protocols
  • Wallets would be able to display the underlying APY of user positions.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F9e364c50 48af 4e7a a62f

Principal Tokens (PT)

A Principal Token (PT) is a unit that can be created (minted), destroyed (burned), or transferred between users and that represents the principal component of an SY token.

1 PT gives the holder the right to redeem 1 unit of the underlying asset after maturity.

At a time t, a user u has a balance of ptBalanceu(t), and the total PT in existence at a time t is ptSupply(t).

uptBalanceu(t) = ptSupply(t)

A principal token, therefore, allows users to get back 1 unit worth of the underlying asset after expiry. Since the final value of the PT is known, PT holders receive a fixed yield on expiry. Because of this, buying PTs is the equivalent of shorting yield, which allows users to make a profit if there is a decrease in the underlying yield.

Yield Tokens (YT)

A Yield Token (YT) is a unit that can be created (minted), destroyed(burned), or transferred between users, and that represents the yield component that is stripped from a SY token.

1 YT gives the holder the right to receive a yield on 1 unit of the underlying asset from the current time until maturity. This yield is claimable in real-time.

At a time t, a user u has a balance of ytBalanceu(t), and the total YT in existence at a time t is ytSupply(t).

uytBalanceu(t) = ytSupply(t)

 

Liquidity Engines

The Pendle AMM

The Pendle AMM is designed specifically for trading yield and allows users to take advantage of the behaviors of PTs and YTs. It is a Principal token AMM that allows users to buy or sell PTs against the underlying asset.

  • Buying PTs will increase the price of PT and decrease the price of the asset, hence decreasing the implied interest rate.
  • Selling PTs will decrease the price of PT and increase the price of the asset, hence increasing the implied interest rate.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F48af2e59 7927 492e 9987

The curve of the AMM changes in response to the amount of yield that is earned over time and narrows the price range of PT as it approaches maturity.

As the possible price range narrows down the closer the pool is to reaching maturity, this results in more capital efficiency from concentrated liquidity in a specific price range.

Inspired by Notional’s AMM, Pendle’s AMM is able to facilitate swaps between PT and YT using a single liquidity pool. This is achieved with a single PT/SY pool, where PTs can be traded with SY tokens, while YT trades take place via flash swaps in the same pool.

The Pendle AMM supports auto-routing, allowing anyone to trade PTs and YTs with any major asset.

Flash swaps are possible due to the relationship between PTs and YTs with respect to the underlying SY (wrapped yield-bearing token).

PT + YT = SY

The Pendle AMM takes advantage of the negative price correlation between YTs and PTs in order to use the PT/SY pool for YT swaps.

  1. Buying YT:
    1. The buyer sends the SY token to the swap contract.
    2. The swap contract withdraws SY from the PT AMM pool.
    3. The AMM mints PTs and YTs from the SY that were withdrawn from the AMM pool.
    4. The swap contract sends YTs to the buyer.
    5. The swap contract sells PTs back to the PT AMM pool in return for the SY it received in Step 2.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F3426aabd 4d55 4418 85c9
  1. Selling YT:
    1. The seller sends YT to the swap contract.
    2. The swap contract borrows an equivalent amount of PT from the PT AMM pool.
    3. The YT and PT are used to redeem an SY token.
    4. A portion of the SY is swapped to PT to return the amount borrowed on Step 2.
    5. The SY token is sent to the YT seller.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F8abcca8d 27bb 4895 a4ff

Because of this AMM design, there are minimal effects from impermanent loss. This is because the AMM accounts for the natural price appreciation of PTs by shifting the AMM curve in order to push the price of PTs towards the price of the underlying asset as the maturity date approaches.

The impermanent loss that results from swaps is mitigated as well due to the high correlation that exists between PTs and SY tokens (e.g. PT-stETH / SY-stETH). For instance, if the liquidity is provided until maturity, an LP position will be the equivalent of holding the underlying asset, since the PT will appreciate towards the value of the underlying asset as it approaches the maturity date.

Prior to maturity, PTs trade within a yield range and don’t fluctuate as much as an asset’s spot price. For example, Aave’s USDC lending rate might fluctuate between 0%-15% for a reasonable timeframe. This premise ensures low impermanent loss at any given time, as the price of PTs will not deviate too far from the time of liquidity provision.

The Pendle Order Book

Pendle’s Order Book system is designed to work alongside the Pendle AMM to facilitate peer-to-peer trading of PTs and YTs. The combination of the Order Book and AMM aims to enhance market liquidity and ensure smoother trading experiences for users.

A limit order is a buy or sell order at a specified implied APY, allowing you to trade PT or YT at your precise price points. Limit orders executes if the implied APY of the AMM approaches your specified order APY. When this happens, any further swaps (also known as taker orders) that push the implied APY towards your order will fill the limit order first before interacting with the AMM.

Screenshot 2024 07 25 132547

Orders on Pendle can have various statuses:

  1. Active: The order is partially or fully fillable.
  2. Executed: The order has been fully filled.
  3. Expired: The order wasn’t fully filled by its expiry date.
  4. Cancelled: The order has been revoked by the user.
  5. Invalid: The order is invalid due to insufficient balance or allowance.

The protocol also features a flash swap capability between PT and YT in its order book. This means a buy YT taker order can be matched with a buy PT limit order, and a sell YT taker order can be matched with a sell PT limit order. This broadens the potential trading matches, making the trading process more flexible and efficient.

Customizability

The Pendle AMM is also customizable to support tokens with varying yield volatilities. In general, yields are cyclical and swing between range highs and range lows. This creates a floor and a ceiling for the yield of a liquid asset that is much easier to predict than the spot price.

For instance, the annual yield of staked ETH is likely to fluctuate between 0.5% to 7%. Knowing this data, it is possible for the AMM to concentrate the liquidity within that specific range in order to allow for larger trade sizes with minimal slippage.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fccd0f55b 5cb4 4299 b0b8

The AMM design stands out in terms of capital efficiency:

  • With a single LP position, liquidity providers can earn fees from both PT and YT swaps. This is possible because YT trades are routed through the same PT/SY pool.
  • Instead of having to access separate pools for trading YTs and PTs, traders can execute swaps from a single pool that can concentrate greater liquidity. This allows traders to execute larger orders without having to worry about increased levels of slippage. v1

Other yield-stripping AMM models, such as Pendle V1 (based on a constant geometric mean formula) or Yieldspace (based on a constant power sum formula) are not customizable, which means that the AMM is forced to use the same curve for every yield-bearing asset. However, the Pendle V2 AMM was modeled after Notional’s AMM and allows for two custom parameters to be set for each pool: the scalar root and the initial rate anchor.  This greater customizability means that the curve for each pool can be more specific to the asset it supports.  Read below to learn more about the formulas used by Pendle and other yield-stripping AMMs.

The constant geometric mean AMM trades PTs with the underlying asset based on a constant geometric mean formula.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dec1266 91f9 4b36 9181

This model is used in Pendle V1, and APWine, where:

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F96302b39 6404 4dac 9095

The constant power sum formula used in the Yieldspace AMM trades PTs against the underlying asset based on a constant power sum formula that changes over time.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F47cd82ba 2af8 462f 88f6

This model is used in Yield Protocol, Element Finance, and Sense Finance, where:

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1e7c490 ef4b 43b7 908a

The Pendle V2 AMM is inspired by the Notional AMM, which is not defined based on a formula on the PT and asset reserves. 

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F43781487 c11f 4d00 a462

Where rateScalar(t) at a time t is a parameter used to calculate the price at that time

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffe65865e 95d6 4d38 8e92

The scalarRoot is a fixed parameter for each AMM pool in order to adjust the trade-off between the capital efficiency of the market and the tradeable range of interest. 

And the rateAnchor(t) parameter is used to adjust the interest rate around which trading will be most effective at a given time t. The rateAnchor(t) is, therefore, adjusted before every trade, such that the pre-trade implied interest rate is the same as the implied interest rate after the last trade.

For all 3 models, the asset price in principal at a time t can be written as a function of proportion f(p). Plotting this proportion, it is possible to see how the price (of asset / principal token) moves when users buy/sell principal tokens (hence changing the proportion).

The y-axis represents the implied interest rate (e.g. a value of 1.13 represents a 13% implied interest from the current time to expiry).

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8cfd34a 8819 4ffe 95da

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc8ce8143 2ecf 4f7c 9422

The slope of the curve represents how much price (and hence the implied interest rate) is moved by a certain change in the proportion. A gentler slope represents greater capital efficiency, which is achieved by the blue line that represents the Notional model.

The Pendle V2 AMM whitepaper proposed a heuristic in setting the scalar root and initial rate anchor parameters in a Notional AMM pool in order to maximize the capital efficiency for trading a particular yield-bearing asset. This takes the following assumptions:

  • The market interest rate will be trading at the expected rate level (this is a guess of where the average interest will be).
  • The implied interest rate will not trade above the maximum expected rate.
  • The implied interest rate will not trade below 1. This is always true since the principal token price must not exceed the asset price.

To compare the capital efficiency between the geometric mean, the yieldspace, and the Notional AMM, the Pendle V2 AMM whitepaper also assumes a fixed amount of liquidity in an AMM and measures how much a user can trade (in terms of principal token amounts) to move the implied rate by a certain amount. This study runs 3 test cases where it simulates fixed yield trading for cUSDC, fixed yield trading for an asset with a very high yield, and fixed yield trading for stETH. From this study, the following conclusions are drawn:

  • The Notional AMM model is consistently the most capital-efficient since each pool is more specialized to facilitate the trading of a specific yield-bearing asset.
  • The geometric mean model is consistently the least capital efficient and becomes much less efficient compared to the other models the closer it gets to maturity. This can be explained because the model does not take into account the fact that the PT price will converge 1:1 to the price of the underlying at maturity.
  • The Yieldspace model behaves exactly the same as the geometric mean model at the start and becomes more capital-efficient as it approaches expiry.
  • The gap in capital efficiency between the Notional model and the other models is the most pronounced for yield-bearing assets with a tighter range of possible interest rates. Intuitively, this curve can be customized to be concentrated on a tighter range for interest rates, which makes trading more capital-efficient.

Pendle Earn

Pendle Earn was introduced on July 18, 2023.

In comparison to the “Trade” view, Earn provides a simpler user experience that is more accessible to new users. It has the same pools, tokens, and contracts, with a streamlined dApp for two main functions:

  • Buying assets at a discount.
  • Providing liquidity.

Pendle Earn is also intended to make integrations easier, with its simpler UI resembling a plug-and-play module for institutional entities to centralized exchanges.

Why the Project was Created

Yield-generating assets are the bedrock of any financial system, both in Traditional Finance (TradFi) and Decentralized Finance (DeFi). Pendle is tackling this vertical with a novel mechanism, standardized yield stripping. 

In DeFi, users can put their assets to work and earn yield. The APY they get often fluctuates over time in an unpredictable manner that responds to market forces. By facilitating yield trading, Pendle allows users to maximize their returns, fix their exposure to variable rates, and speculate on where they think the yield of an underlying asset is going to go.

Roadmap

The team has mentioned that there are no fixed roadmaps. However, the following have been mentioned:

  • Multichain expansion.
  • New simplified tools for users to utilize the protocol’s variety of use cases.
  • New partnerships with market leaders.

Team

The Pendle team consists of the following known members, with some that are anonymous:

DeFi Subsector

Pendle is bringing the TradFi interest rates derivatives market into DeFi. This is a market worth over $400T in notional value in traditional finance. Fixed-yield products play a key role in any financial system. They are critical for providing certainty to withstand market volatility. In DeFi, fixed-yield products allow users to speculate on fixed-yield rates.

Despite the recent development of new protocols tackling this vertical, fixed-income protocols were largely unexplored prior to Pendle’s launch on the Ethereum mainnet in June 2021. Since then, many fixed-income solutions have come to the market in order to provide predictability in yield rates in some way or another. Fixed rates are essential for both individuals and DAOs in order to bring some certainty to their financial planning.

In DeFi, the largest money markets offer exclusively variable rates (e.g. Compound, Aave, Euler, Venus…). They still rank at the top of borrowing and lending protocols in terms of TVL even though fixed-rate protocols like Notional or Yield have entered the market. Fixed-rate products in DeFi, however, can be developed using multiple designs: zero coupon bonds, yield stripping, or interest rate swaps.

Some examples of protocols using zero-coupon bonds include Notional, Yield, or HiFi. These protocols are used to borrow money and provide only one payment (principal + interest) at maturity.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F178b56cb 5dab 4823 bda2

Lending at a fixed rate is equivalent to buying a zero-coupon bond. For example, buying 100 tokens trading at 0.95 USDC/unit is the equivalent of lending 95 tokens at 5.3%. At maturity, the zero-coupon can be redeemed for the value of 1 unit and the user would receive 100 USDC. 

Borrowing at a fixed rate is equivalent to minting and selling a zero-coupon bond. If you want to borrow 95 USDC at a 5.3% with a 140% collateralization ratio, then you would need to put at least 95 * 1.053 *1.4 = 140 USDC to mint 100 zero-coupon tokens and sell them at 0.95 USDC/unit to get 95 USDC. 

Another alternative for hedging exposure to variable rates is through interest rate swaps. This is being worked on by protocols such as Voltz and Ipor.

With interest rate swaps, a fixed taker can bring in an interest-bearing asset with a variable rate and swap the variable rate for a fixed rate at a given maturity or expiration date. Similarly, a variable taker can provide an initial margin in order to receive the difference between the cash flows of the interest-bearing asset and the fixed rate.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa964e648 1b3f 479f b5d5

Pendle is a yield-stripping protocol that differentiates itself by proposing a standard method to split a yield-bearing asset into two components: the principal component, and the yield component. This method is known as Standardized Yield Stripping and builds upon the core principles of composability and permissionless use. Other protocols that use a yield stripping model are Element, APWine, Sense, Tempus, Timeless, or Swivel.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F57e5abe1 d57b 40a7 9a6c

To lend at a fixed rate, a trader buys a PT

To borrow at a fixed rate, a trader could borrow on a money market (e.g. Aave, Compound) and buy the corresponding YT so that the cash flows from the YT offset the interest payments on the borrowed side. Hence, the price of the YT reflects the cost of borrowing. 

Fixed-rate markets are still in a phase of growth and each one of these designs comes with a series of benefits and tradeoffs for hedging exposure to an underlying source of yield. Overall, the thesis behind these protocols is to achieve a more stable and predictable flow of earnings over a period of time. This is an alternative for users to hedge their exposure to volatility and that provides a viable solution for fixed-income products.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ab4e386 036f 406a 9ed6

Chains

Pendle is deployed on the following networks:

  • Ethereum
  • Arbitrum
  • Optimism
  • BNB Chain

While there is the Avalanche expansion (legacy v1), liquidity for the $PENDLE token there is considerably off-pegged due to the Multichain exploit.

vePENDLE voting is also done only on the Ethereum mainnet, due to its superior security guarantees.

For Users

Different strategies exist for different types of users. How each user perceives the future yield payout is what determines what action they will take on the protocol.

  • Traders are able to leverage yield strategies without locking up upfront capital. For example, if a user believes that interest rates will fall in the future due to worsening market conditions, they may swap YT into more PT to secure the initial yield. Similarly, if a user is bullish on a yield appreciation, they can sell PT for YT.
  • Arbitrageurs profit by rebalancing the market inside Pendle’s custom AMM.
  • Liquidity providers earn on their deposits from swap fees, protocol incentives, and PT fixed-rate yield.

As a result, Pendle allows users to maximize their yield even in highly volatile markets.

What You Can Do With PTs and YTs

  • Before maturity
    • Mint 1 PT and 1 YT from 1 unit of the underlying asset.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F0d8eca3d 0a92 4cdc 9d74
  • Redeem 1 unit of the underlying asset from 1 YT and 1 PT
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c4ef410 4e76 4e23 ab29
  • YT holders can claim any accrued yield in real-time
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb8c9f9e5 a547 4895 9dba
  • After maturity
    • PT holders can redeem for the underlying 1:1 without YT
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5dffd47 43a0 4dda 868b
  • Anytime
    • You can buy and sell PT and YT on the open market using the Pendle AMM. Because of that, PTs and YTs will always have a market price.

Since 1 unit of the underlying asset mints 1 PT + 1 YT and 1 PT + 1 YT redeems 1 unit of the underlying asset, there is an obvious price relationship such that:

PT price + YT price = underlying asset price

Mint

  1. Go to the markets page.
  2. Select an asset and maturity date.
  3. Execute the transaction and mint.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F91f54466 9a2f 4b54 bf2b

Swap

  1. Go to the markets page.
  2. Select an asset and a maturity date.
  3. Choose the input and output assets.
  4. Enter the swap amount.
  5. Execute the transaction.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F766ed67a eff8 470d b218

Limit Order

Limit order function was introduced on January 12, 2024.

It allows users to place buy/sell orders for PT and YT at a specific Implied APY. These swaps can be matched and filled partially or completely through limit orders via the most optimal route after taking swap and gas fees into account. As a result, the Pendle yield market can now function much more efficiently and cost-effectively.

Limit orders are only available on Arbitrum now, and will be supported on other chains soon.

Buy Assets at a Discount

Pendle allows users to buy assets at a discount relative to their market price. This is achieved by splitting yield-bearing tokens into their principal and yield components until a fixed maturity date, represented by a PT and a YT respectively.

  • YT entitles buyers to the yield accrued during that period.
  • Without the monetary value of YT, PT can be sold on the market at a lower price.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F375e3a4b 4d8b 4848 82b1
  • Upon maturity, the PT can be claimed for the underlying yield-bearing token.
  • YT holders can choose to exit their position to take profits from the accrued yield at any time before maturity.

For example, if ETH is being sold on Pendle at a 5% discount with a 1-year maturity, a trader can purchase the right to claim 100 ETH in one year for the price of 95 ETH. Once a year goes by, the trader will own 100 ETH. However, the trader can also choose to exit their position before their PT matures by selling the underlying ETH at a discount.

  1. Go to the Discounts page.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F2f0b801a 5b47 4d0a 9c3b
  1. Choose an asset and a maturity date
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc2734649 4965 4ed7 8d22
  1. Enter the transaction amount and set your slippage settings
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbb9b48f5 7d6c 44bd aeae
  1. Check the details and confirm the transaction
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F959da40c af0b 4a0f a502

Provide Liquidity

By providing liquidity, users can earn revenue from swap fees. Different pools have different APYs due to the differences in trading volume and PENDLE incentives allocated to each pool (determined via governance and voting).

Liquidity providers have access to the following sources of yield:

  • Fixed rate from PT.
  • Protocol rewards from the underlying token.
  • Swap fees.
  • PENDLE incentives.
  1. Go to the Pools page.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcd28dd0c 220e 4254 89da
  1. Choose an asset and a maturity date
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb3c4133 e350 40bc a319
  1. Enter the amount of liquidity you would like to provide
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F453acf1a ef63 431e 9e9a
  1. (Optional) Stake vePENDLE to boost your APY

When providing liquidity, users have the option to enable the zero price impact mode feature.

Zero Price Impact

When a user provides liquidity on Pendle, a portion of the underlying is used to purchase PTs from the PT/SY pool, and the rest is wrapped into an SY token. This purchase of the PT causes a price impact.

PT Price Impact

Instead, when the user enables zero price impact mode, the underlying asset is fully wrapped into an SY token, a portion of which is used to mint both PT and YT. The PT and the remaining SY are then used to provide liquidity, with the YT returned to the user’s wallet.

LP Zero Price Impact

Since there is no purchase of PT, the AMM avoids any kind of price impact. However, the LP will be exposed to price impact if the initial input asset they are providing needs to be swapped into the underlying asset of the pool.

Price Impact LP

 

Pendle’s Study on Impermanent Loss

Overview

On August 31, 2023, Pendle released its study on the performance of selected pools against the underlying assets. This was done in order to assess whether the single-asset composition of Pendle’s PT/SY LPs is the best form of LPing.

The study was performed on the following pools:

  • PT-stETH-26DEC24/SY-stETH (Ethereum)
  • PT-GLP-28MAR24/SY-GLP (Arbitrum)
  • PT-gDAI-28MAR24/SY-gDAI (Arbitrum)

The following approaches were used to evaluate the performance of Pendle’s LPs, with the current study only focusing on approach 1.

  • Approach 1: Providing liquidity on Pendle vs holding underlying asset.
  • Approach 2: Providing liquidity on Pendle vs depositing in the underlying pool.

The yield of an LP on Pendle was compared against a holder of the underlying assets without receiving any yields.

PT-stETH-26DEC24/SY-stETH (Ethereum)

The performance of a $stETH liquidity provider on Pendle was compared against a naked $ETH holder.

In all cases, $stETH LPs on Pendle outperformed naked $ETH holders even without $PENDLE incentives. There was found to be a positive correlation between a longer deposit duration and outperformance, in this case, an outperformance of 1.02%.

Pendle 1

When $PENDLE incentives are included in the scenario, the outperformance increases to 10.82%.

Pendle 2

PT-GLP-28MAR24/SY-GLP (Arbitrum)

The performance of a $GLP liquidity provider on Pendle was compared against a naked $GLP holder without yield.

In most cases, $GLP LPs on Pendle outperformed naked $GLP holders even without $PENDLE incentives. There was found to be a positive correlation between a longer deposit duration and outperformance, in this case, an outperformance of 8.04%.

Pendle 3

When $PENDLE incentives are included in the scenario, the outperformance increases to 20.23%.

Pendle 4

PT-gDAI-28MAR24/SY-gDAI (Arbitrum)

The performance of a $gDAI liquidity provider on Pendle was compared against a naked $DAI holder without yield.

In most cases, $gDAI LPs on Pendle outperformed naked $DAI holders even without $PENDLE incentives. There was found to be a positive correlation between a longer deposit duration and outperformance, in this case, an outperformance of 2.36%.

Pendle 5

When $PENDLE incentives are included in the scenario, the outperformance increases to 8.03%.

 

Pendle Dashboard

The Dashboard gives you a holistic view of your entire portfolio. From the Dashboard, you can do the following:

  • View your discounted assets
  • View liquidity provided
  • Claim LP rewards
  • Exit positions
  • Redeem mature PT

1. Go to the Dashboard page.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F9a669325 4972 4fc8 b85d

2. Click “Claim Yield and Rewards”.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F9a88baac 117c 4ada 942d

3. Use the slider in the top right to filter for balance value.

4. Select which rewards you would like to claim.

5. Check your gas and swap fees, and hit Claim.

Lock PENDLE for vePENDLE

While vePENDLE locking happens only on the Ethereum mainnet, the information about each locked position is shared across all supported chains.

  1. Go to the lock page.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe6b5a42e c1f5 4ffd 958e
  1. Select the amount of PENDLE you want to lock.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F19d3439c 78b3 4e12 ab29
  1. Select the lock duration.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F74f18a92 acdb 406a a0fc
  1. Verify the amount of vePENDLE you will receive and the associated APY.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F97b577b5 c12a 402d bf28

Claim Rewards

  1. Go to the Dashboard page.
  2. Claim the amount of rewards your position has accrued
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F683b2cea b37d 488c 8803

 

Pendle Campaign

The campaigns are intended to provide existing users a chance to earn rewards and to onboard new users via the utilization of Pendle through the different quests.

Season 1 began on August 1, 2023, and featured 3 different campaigns.

  • OG Pirates- An exclusive adventure reserved only for those with a Legacy Pendle NFT.
  • Earn 101 – A journey designed to open users’ minds to the intricacies of wealth-building with Pendle Earn.
  • Earn Paradox – A thrilling journey that will require users to tackle an epic quest alongside fellow adventurers.

Pendle Academy

The Pendle Academy was introduced on October 10, 2023.

It is a comprehensive, one-stop shop for all of Pendle’s yield trading information, with 3 courses tailored for the following knowledge levels:

  • Beginner: Foundational basics to get started along with easy-to-follow illustrative analogies.
  • Intermediate: Concepts needed for the next step in mastering yield trading.
  • Advanced: Tips and strategies for maximizing yield potential.

Pendle Telegram Yield Bot

The telegram bot was introduced on November 20, 2023.

It enables users to keep track of the latest yield movements, bargain opportunities, and set notifications on target APY.

For Investors

Users can deposit yield-bearing assets into Pendle and mint Principal tokens (PT) and Yield Tokens (YT), where PT represents the principal portion of the underlying yield-bearing asset and YT represents the entitlement to all of the yield produced by that asset. Both PT and YT can be traded on Pendle to execute yield strategies.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F28fdbdcc 4007 4ff0 9983

Investing Strategies

The TradFi analogy of what Pendle does is called bond stripping. This is a process where the principal and interest of bonds are separated. Because of that, PTs are the equivalent of zero-coupon bonds and YTs are the detached coupons.

Buying PT – Fixing Yield

Buying PT allows users to hedge their exposure to yield rates. When a user believes that the yield of an asset is going to fall, they can buy PT to lock their APY at the current implied yield. This way, the user is fixing their yield at the current implied yield, since they are guaranteed to get the underlying asset after maturity.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F70658992 62d0 48e6 a553

PTs are tradeable on the Pendle AMM and their price is determined by supply and demand. 

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe28d376d 386f 402d 939f

For example, if a user buys PT-cDAI for DAI lent in Compound then because PT-cDAI does not include the yield component, PT-cDAI will trade at a discount to the underlying and will always be cheaper than 1 DAI.

This is true for all PT.

After buying 1 PT-cDAI at a discounted price (0.9DAI), the user can redeem the PT for 1 unit of the underlying upon maturity. This way, the user is earning a fixed return, since the amount of DAI that they can redeem at maturity is fixed.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd470e78e ef03 4726 8355

Buying and holding a PT until maturity entitles the user to a fixed yield. 

The fixed yield from buying and holding a PT is dependent on the market and current price. Intuitively, the cheaper the user can buy the PT the higher the fixed yield they can earn. To make that decision, the trader will need to account for their own prediction on where they believe the average future yield is going to be at maturity relative to the current yield.

For example, if the trader predicts that the average future yield until maturity for stETH is 5%, but PT-stETH is priced at a 6% fixed rate, the user should then buy and hold PT-stETH.

As people buy and sell PTs in Pendle, the price will change, meaning that the fixed rate you can get will fluctuate up and down.

As another example, a user that holds 1 PT-stETH with a 1-year maturity will be able to redeem for 1 unit of stETH after 1 year.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F6b7580a3 9114 4cdf 97c7

In the example above, a user could pay 0.94 stETH to buy 1 PT-stETH that they can redeem for 1 stETH one year later.

The underlying APY means that stETH is currently generating a 5% yield from staking rewards.

The implied APY means that the fixed APY for buying and holding PT-stETH until maturity is 6.4%.

If the user bought PT-stETH and thinks that, at best, the future yield that stETH can generate is 6%, then locking a 6.4% fixed yield would be a good decision for the trader. In this scenario, the trader would purchase 100 PT-stETH (94 stETH). This entitles the user to a redemption of 100 stETH after the PT matures in 1 year, giving them a 6.4% APY.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Faab1b367 a06e 4a41 ab20

Selling PT Early

Instead of waiting until maturity to redeem the underlying asset, the user can also choose to sell their PT prematurely. By doing that, the user can unlock access to their capital and use it somewhere else. Another reason to sell is when the user believes that the PT price is overvalued and that there is an opportunity to take profits early.

Buying YT – Long Yield

Buying YT allows users to bet on yield rates. When a user believes that the yield of an asset is going to increase, they can buy YT to increase their exposure to the yield of the underlying asset. This way, the user returns will be determined by fluctuations in the underlying APY.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcf2d9017 9aef 4018 84ac

As a YT holder, the user receives all the yield generated by the underlying asset up until maturity, and it can be sold at any time. The underlying APY represents the yield that is accrued to your position at the current time. On the other hand, the implied APY represents the price that the YT is trading at. As such, a trader can use the implied APY as an indicator on where they think yield rates are going to go:

  • When the implied APY is low, the YT is cheap.
  • When the implied APY is high, the YT is expensive.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F3f6f488e aacd 4bd5 b681

The trader will make a profit as long as the future yield collected by the YT (the average underlying APY) is greater than the cost of buying the YT.

  • A passive approach would be to buy and hold the YT when the implied APY is low (cheap relative to the underlying APY). As long as the underlying APY stays above what you bought the YT at, you are likely to make a profit.

Profit = totalYieldCollectedByYT – CostOfYT

  • A more active approach would sell the YT when the implied APY is high. Since YTs can be sold at any time, traders can also profit from buying when the price is low and selling when the price is high.

Profit = ( totalYieldCollectedByYT + revenueFromYT) – CostOfYT

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F37c0ca05 65a3 40e0 9ad7

The implied APY can move independently from the underlying APY. One way to estimate the average future APY is by using the current underlying APY, which is the APY generated by the underlying asset. If all conditions were to stay the same until maturity, then the future APY should be the same as the underlying APY. 

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F2d889965 864c 405d 8a1c
  • If the implied APY is low compared to the underlying APY then you are more likely to profit from buying YT.
  • If the implied APY is high compared to the underlying APY, then you are less likely to profit from buying YT.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe2974d5c ecda 458c 917b

In a bull market, there is a high demand for money. This results in increased borrowing activity, which translates to higher interest rates and higher APY for lenders. The opposite happens in a bear market. 

For instance, taking the example of a stETH pool with a 1-year maturity on Pendle, a holder of YT-stETH would be entitled to collect the yield generated by stETH for the next year.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F8514660f a568 4918 8e37

By trading at the price shown in the screenshot, the market is valuing future APY from stETH to be 4.2% in the next year. The underlying 5% APY reflects the current APY being generated by stETH. A user that predicts that the future yield will be above 5% could buy the YT at a 4.2% implied APY and they will receive 5stETH worth of yield netting the user a 25 % APY.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F990c31b2 6a32 475d 8c11

If, for example, the average APY increases to 5.5% within the next year, the user ends up receiving an even higher amount of yield.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F3a9e9f9f 7223 4e28 a3a3

Buying YTs is more capital efficient than buying the underlying asset, meaning that for the same amount of capital, you can purchase a much larger quantity of YT. This allows users to compound their exposure to yield.

For example, if the price of YT is 5% of the price of the underlying asset, any increase in the underlying yield will result in a 20x increase in your returns since you are able to purchase 20 units of YT.

When implied APY > underlying APY, the long yield APY will be negative. This means that assuming that the underlying APY remains constant, the cost of buying YT would be more than the average future yield collected. In this scenario, it would not be a good choice to buy YT unless you believe that the underlying APY will increase significantly in the short term.

Yield Trading

By actively yield trading, users can maximize their APY on the underlying asset by switching between holding the PT (short yield) and holding the YT (long yield).

Since yields in DeFi fluctuate all the time, the market will swing between two modes that will change the perception of whether the yield from an asset is overvalued or undervalued.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F44279fd3 7333 4028 a051

A user who can time the market well and alternate between selling and buying PT and YT will be able to achieve potentially greater profits by swing trading for yield.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd4e14f9b 6f1b 46b0 bd03
  • Cheap PT mode
    • Implied APY is high (overvalued).
    • PT is cheap and gives access to a high fixed APY.
    • If the market swings and the implied APY falls, then you should reevaluate the position to see where you think the market is heading.
    • If the state of the market remains constant, you should hold onto the PT position until maturity and redeem for the underlying asset in order to realize a fixed APY.
  • Equilibrium mode
    • Implied APY is reasonable.
    • PT and YT prices are reasonable.
    • Any of the following strategies are potentially sound: holding PT, holding YT, or holding the underlying asset.
  • Cheap YT mode
    • Implied APY is low.
    • YT is cheap and gives access to a high long-yield APY.
    • If the market swings and the implied APY increases, then you should reevaluate the position to see where you think the market is heading.
    • If the state of the market remains constant, you can hold the YT until maturity and continue collecting the yield that comes from the underlying asset.

Since the implied APY estimates the average future  APY, yield trading boils down to predicting what the average future APY of an asset will be.

Assuming a stETH yield market with a 1-year maturity as the one in the image below.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F7a19afa2 9283 4d89 bdd0

Imagine a user who believes that the future APY for stETH for the coming year will be 5.5%. Looking at the market, the user believes that YT-stETH is cheap and that the implied APY of 4.5% is undervalued. For that, the user buys 100 YT-stETH at the cost of 4.3 stETH.

Next, 3 months go by and, so far, the average APY has been stable at 5% and the user has received a yield of 1.23 stETH from holding YT-stETH.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F79f59190 4c02 44f4 90ca

Looking at the market, the user reconsiders his prediction of an average future APY of 5.5%. Now the user believes that this APY will be 5.3% instead. With the implied yield being higher than his prediction and the long yield APY being negative, the user sells his YT-stETH for PT-stETH.

First, the user sells 100 YT-stETH for 3.93 stETH and their position is now worth 3.93 + 1.23 (yield) = 5.15 stETH in total, which is a 107% in the first quarter due to the price increase of YT-stETH from an increased implied APY as well as the higher average APY compared to the implied APY when the user made the first purchase.

Next, the user converts their 5.15 stETH to 5.37 PT-stETH.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdef9b820 a844 4e2f 83f4

At the beginning of the last quarter, the user maintained their prediction of a 5.3% average, and looking at the implied APY, the market is in equilibrium (even though the implied APY is greater than the underlying APY). As a result, the user chooses to exit their PT-stETH position and simply hold the underlying asset, stETH.

The user sells 5.37 PT-stETH for 5.301 stETH. Since April, this resulted in a net gain of over 0.15 stETH, which translates into a 6% APY thanks to the PT being priced higher at a lower implied APY.

In total, after 9 months, without having to wait until maturity, the user ends up with 5.301 stETH from a starting principal of 4.3 stETH, which translates into a 32.2% APY.

Provide Liquidity

Users who believe that the yield of an asset is unlikely to fluctuate significantly can provide liquidity to Pendle pools in order to earn extra revenue from swap fees and incentives.

In Pendle V1, users faced impermanent loss because the value of YTs is not constant. In V1, liquidity providers deposited YT into a liquidity pool in order to allow users to trade YT against an asset such as USDC. Since the value of YT is not constant due to supply and demand forces, liquidity providers could suffer losses from price fluctuations. 

With Pendle V2, the impermanent loss of liquidity providers is negligible. This is because liquidity providers do not deposit YTs into the pool. Instead, Pendle’s v2 AMM only allows LPs to provide PTs and the yield-bearing asset, both of which are closely correlated. 

In Pendle V2, there is no impermanent loss from price fluctuations of the underlying asset. The reason for that is that the price of PT and YT are linked to the price of the underlying such that the sum of their prices equals the price of the underlying.

The only risk of impermanent loss comes from fluctuations in the demand for PT and YT. If the liquidity is provided until maturity, the impermanent loss is capped and minimized. The reason for that is that both assets have the exact same value at maturity. Because of this, providing liquidity can also be a hedge for existing PT and YT positions.

Zap to Long PT – Partially Shorting Yield by Providing Liquidity

Even though holding PTs can be a relatively low-risk strategy that eliminates fluctuations in the user’s returns due to variable APYs, it is possible for holders of PT to increase their returns. They can use their PTs to provide liquidity and start earning the swap fees that take place on the pool, as well as the PENDLE incentives that are distributed to that pool via vePENDLE.

The PT that is deposited in the liquidity pool can be withdrawn at any time and sold for profit or redeemed for the underlying token after maturity. 

In order to maximize profits, it is important to zap into the LP when the implied yield is high. This means that the PT will be cheaper relative to the underlying and your resultant yield will be higher, hence why you are partially shorting.

When it comes to unwinding the position, the best is to do it when the implied yield is low. Otherwise, you can hold the LP and continue earning yield from the pool until maturity, after which the PT can be redeemed for the underlying.

Business Model

Pendle collects 80% of swap fees as protocol revenue and distributes the remaining 20% to liquidity providers.

All protocol revenue is distributed pro rata to vePENDLE holders who voted for the pool, based on their vote weight.

Pendle also collects 3% from all yield accrued from tokenized yield positions and all yields after maturity from unredeemed PTs. This revenue is also shared pro-rata among vePENDLE holders.

Revenue Streams

There are two main sources of revenue, both of which are redistributed to vePENDLE holders, with the protocol collecting no revenue for itself (this is subject to change in the future).

  • 3% yield fees from all the yield accrued by YTs.
    • A portion of yield from matured and unredeemed PTs is distributed pro-rata among vePENDLE holders as well.

For example, matured PT-aUSDC is equivalent to aUSDC. If left unredeemed, all of its yields will be converted to a stablecoin and collected as protocol revenue that will be distributed to vePENDLE holders.

  • Swap fees collected by a pool are distributed between liquidity providers (20%) and vePENDLE (80%) holders who voted for that pool.

All of these rewards are converted to USDC before being distributed via a disbursement contract. 

The vePENDLE whitepaper introduces two major factors that will allow the protocol to increase its revenue in the long term. This envisions an incentives alignment system where the protocol development will be funded by a developer fund that takes a fixed % of the protocol revenue.

  • Protocol development, as a result of increased efforts in marketing and educating users about how to use the protocol. This would result in greater utilization.
  • Pendle markets liquidity, where deeper liquidity on the pools will encourage more trading to take place.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F55799c5e bb46 4ba9 b961

Economics

Fee Breakdown

  • Swap fees are decided by the pool deployer, allowing optimization. The fees are shown beside the pool’s ticker itself.
  • Pendle collects 3% of all yield accrued by YTs. 
    • Yield fees are collected as revenue and distributed pro rata to all vePENDLE holders based on their vePENDLE voting power.

Operating Expenses

The team has mentioned that salary is the biggest expenditure, followed by office rental, which is quite modest as most are operating from their own homes. There are 22 members drawing salaries spread across Asia and Europe. Pendle also pays for Chainlink Keepers to automate the broadcast of weekly voting results, which costs around $250 a month.

Tokens

PENDLE

PENDLE is the native token and value accrual mechanism for the users of the protocol. It acts as the governance token of the protocol by being staked and locked into vePENDLE.

​​

  • Team tokens vest up to April 2023. Beyond this, any increase to the circulating supply will come from token incentives and ecosystem building. 
  • Weekly emissions decrease by 1.1% every week up until April 2026.
  • The current tokenomics allow for an annual inflation rate of 2% on token incentives. 
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb8fc2313 d757 4084 8794

The demand for PENDLE is mostly driven from the utility derived by locking into vePENDLE, which can then be used to boost LP APY, receive a share protocol revenue, direct protocol incentives, and swap fees from the pools you are voting on. The more demand there is for PENDLE, the more vePENDLE holders will be able to benefit from the growth in the utilization of the protocol.

vePENDLE

Users can lock PENDLE for vePENDLE, where the allocation will depend on the amount of tokens that are locked as well as the time duration they have been locked for (up to a maximum of 2 years).  As time goes by, the voting power, determined by the vePENDLE balance, will linearly decay over time.

vePENDLE holders are entitled to a cut of the protocol revenue, which includes a volume-weighted share of the swap fees collected from the voted pools (i.e. 80%), 3% of the fees collected from all the yield accrued by YT, and a portion of the yield from matured and unredeemed PTs.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F6862e9d4 10d3 49e8 9bc3

The lock position of a user is calculated using the amount of tokens they have locked, and the lock expiry, which is the timestamp until which the user tokens will remain locked.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F16312db1 64dc 4840 8e44

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce54eb74 c52d 4c9b bd13

Users can increase their vePENDLE balance either by extending their lock or by staking and locking more PENDLE.

There are 3 ways for a user to increase their locked position:

  • Create a new locked position.
  • Extend a lock position for a specific time.
  • Add more tokens to a locked position to get a new locked position.
https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c467e0c bbef 4b2b abec

vePENDLE holders vote for pools in order to direct protocol incentives. By doing this, they are incentivizing liquidity for the pools they are voting in favor of. As Pendle is an AMM and its revenue comes from fees generated by trading, profit-oriented lockers are incentivized to vote for the pools that drive the most volume for that pool.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F5af89500 0193 4f46 a76f

Voting for a pool also entitles vePENDLE holders to 80% of the swap fees collected by that pool. This revenue is collected pro-rata between all vePENDLE voters of the pool.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcee026cd bd32 4e10 91a0

The higher your vePENDLE allocation, the more incentives you can forward to the pools of your choice. 

A snapshot of all votes is taken at the start of every epoch on Thursday at 00:00 UTC.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa9254f9 1a6f 4b0b 94d2

Liquidity providers who are holding vePENDLE can boost their PENDLE incentives by up to 250% based on the vePENDLE amount.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2F7c23d828 353f 41a6 bc30

Even though vePENDLE balances decay over time, the LP boost rate is calculated at the time when the boost is first applied. This boost rate remains constant until the user updates their LP positions, in which case the rate will change based on the value of their vePENDLE balance at that time.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4b81b34 2fc3 40c8 90b6

If you are already an LP and want to boost your rewards, you have to manually apply the boost after voting for the pool. 

Governance

PENDLE is the governance token of the protocol. By staking and locking into vePENDLE, users can boost their LP returns and receive a share of the protocol revenue, vote for pools to direct incentives, and receive swap fees from the pools they are voting for.

Risks

Pendle is a protocol that interacts with third-party protocols and contracts. As a result, Pendle inherits the smart contract risk from the underlying protocols it builds on top of.

Security

Audits

Pendle has had the following audits done:

Pendle Finance Security review – September 13, 2022 – 0xleastwood

  • Medium risk – 3
  • Low risk – 6
  • Informational – 7
  • Gas Optimisations – 3

Pendle V2 – May 24, 2022 – Ackee Blockchain

  • High risk – 3
  • Warning risk – 5
  • Informational – 3

Pendle V2 – Main contracts – August 25, 2022 – Christoph Michel

  • High – 3 (3 Fixed)
  • Medium – 4 (4 Fixed)
  • Low – 5 (3 Acknowledged, 2 Fixed)
  • Informational – 3 (2 Acknowledged, 1 Fixed)
  • Minor -17 (6 Acknowledged, 11 Fixed)

Pendle V2 – Liquidity Mining – August 15, 2022 – Christoph Michel

  • Medium – 2 (2 Fixed)
  • Low – 1 (1 Acknowledged)
  • Informational – 1 (1 Fixed)
  • Minor – 6 (1 Acknowledged, 5 Fixed)

PendleV2 Part 1 Yield Tokenization & Trading Audit – July 1, 2022 – Dedaub

  • Low – 4 (4 Resolved)
  • Other/Advisory – 4 (1 Dismissed, 2 Resolved, 1 Info)

Pendle V2 Part 1 – November 29 2022 – Dingbats

  • Medium – 1 (1 Resolved)
  • Low – 5 (5 Resolved)
  • Info – 7(7 Resolved)

Pendle V2 Part 2 – November 29 2022 – Dingbats

  • Low – 1 (1 Resolved)
  • Info – 3 (3 Resolved)

Pendle V2 Part 1 Audit Report – June 28, 2022 – WatchPug

  • High – 3
  • Low – 1
  • Informational – 4
  • Gas – 2

Pendle V2 Part 1 (Follow-up 1) Audit Report – July 15, 2022 – WatchPug

  • High – 3
  • Medium – 1
  • Low – 4
  • Gas – 1

Pendle V2 Part 1 (Follow-up 2) Audit Report – July 22, 2022 – WatchPug

  • High – 1
  • Medium – 1
  • Informational – 1

Pendle V2 Part 2 Audit Report – August 2, 2022 – WatchPug

  • Medium – 1
  • Low – 2
  • Informational – 6
  • Gas – 2

Dependencies and Access Controls

The following are some dependencies that users may be exposed to:

  • Underlying token risk – Tokens such as GLP or FRAX may encounter depeg or exploit issues that are beyond Pendle’s control.
  • Smart contract risk – As yields are usually held for the long term, users are exposed to any possible smart contract risks due to a long duration.

Project Investors

There was a $3.7m raise in a private round led by Mechanism Capital.

The investors’ tokens have been completely vested, with the team vesting to be done by April 2023.

Additional Information

Partnerships

Pendle has the following partners and integrations:

  • Wonderland Fi – A community of like-minded individuals who direct a diversified treasury through a governance framework.
  • [Redacted] Cartel – A product suite of smart contracts empowering on-chain liquidity, governance, and cash flow for DeFi protocols.
  • Chainlink– Industry-standard Web3 services platform connecting the world’s data and systems to blockchains.
  • Coinbase Pay – Cryptocurrency exchange payment wallet
  • Camelot DEX – Custom-built liquidity infrastructure to support builders & generate real yield.
  • GMX GLP – Decentralized perpetual exchange.
  • Layer Zero Labs – Omnichain interoperability protocol.
  • 0xAcidDAO will be leveraging Pendle as part of its core asset management strategies.
  • Vendor Finance – Permissionless, non-liquidatable, fixed-rate, and fixed-term loan pools customized by lenders.
  • Timeswap Labs
  • Velodrome
  • OKX Wallet
  • Spark Protocol – Spark Protocol is the DAI-centric money market protocol. Combining the best liquidity directly from Maker and vertically integrating with the best DeFi protocols.
  • Flux DeFi – Decentralized lending meets tokenized securities.
  • Binance Labs – Incubation Program for DeFi Protocols.
  • Stader Labs – Non-custodial & secure liquid staking.
  • Penpie – Penpie is a Next-Generation SubDAO by Magpie.
  • HMX – The Next-Gen Decentralized Perpetual Exchange.
  • Origin Protocol – Making NFTs & DeFi accessible to everyone.

Glossary

  • Yield-bearing tokens are assets that generate yield. The value of the yield-generating token is measured in the underlying asset. For example, cDAI is a yield-generating asset of DAI, which is the underlying asset.
  • Principal token AMM is an AMM that allows users to buy or sell PTs against the underlying asset.
    • Buying PTs will increase the price of PT and decrease the price of the asset, hence decreasing the implied interest rate.
    • Selling PTs will decrease the price of PT and increase the price of the asset, hence increasing the implied interest rate.
  • SY stands for Standardized Yield and is a token standard developed by Pendle to wrap yield-bearing assets and provide an interface to interact with any yield-bearing mechanism.
  • PT or Principal Token is the portion of an SY that entitles the holder to the principal amount of the underlying yield-bearing token and that is fully redeemable at maturity.
  • YT or Yield Token is the portion of an SY that entitles the holder to the yield amount of the underlying yield-bearing token. This interest is accrued in real time and can be claimed at any time.
  • Maturity is the date at which PTs become fully redeemable for the underlying asset and YTs stop accruing yield.
  • Underlying APY is the prevailing yield rate of the underlying asset. This APY is determined by the protocol that created the asset and its underlying value is derived from the current market value of the asset in USD.
  • Implied APY is the market consensus view of what the future APY of an asset is. This value is calculated based on the ratio of the price of YT to PT.

https%3A%2F%2Fsubstack post media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1e9681f 478b 4ff9 ac73

  • Long yield APY is the estimated APY from buying a YT at the current price and assuming the underlying APY remains constant. This value can be negative, meaning that the current underlying APY will be less than the cost of buying a YT.
  • Fixed APY is the guaranteed yield that can be earned by holding a PT.

Pendle’s Study on Impermanent Loss

Overview

On August 31, 2023, Pendle released its study on the performance of selected pools against the underlying assets. This was done in order to assess whether the single-asset composition of Pendle’s PT/SY LPs is the best form of LPing.

The study was performed on the following pools:

  • PT-stETH-26DEC24/SY-stETH (Ethereum)
  • PT-GLP-28MAR24/SY-GLP (Arbitrum)
  • PT-gDAI-28MAR24/SY-gDAI (Arbitrum)

The following approaches were used to evaluate the performance of Pendle’s LPs, with the current study only focusing on approach 1.

  • Approach 1: Providing liquidity on Pendle vs holding underlying asset.
  • Approach 2: Providing liquidity on Pendle vs depositing in the underlying pool.

The yield of an LP on Pendle was compared against a holder of the underlying assets without receiving any yields.

Providing liquidity on Pendle vs holding the underlying asset

Both the in-pool and out-pool values are used to assess performance when LPing on Pendle vs holding the underlying assets.

In-pool values are defined as the following.

Pendle 7

Out-pool values are defined as the following.

Pendle 8

 

PT-stETH-26DEC24/SY-stETH (Ethereum)

The performance of a $stETH liquidity provider on Pendle was compared against a naked $ETH holder.

In all cases, $stETH LPs on Pendle outperformed naked $ETH holders even without $PENDLE incentives. There was found to be a positive correlation between a longer deposit duration and outperformance, in this case, an outperformance of 1.02%.

Pendle 1

When $PENDLE incentives are included in the scenario, the outperformance increases to 10.82%.

Pendle 2

PT-GLP-28MAR24/SY-GLP (Arbitrum)

The performance of a $GLP liquidity provider on Pendle was compared against a naked $GLP holder without yield.

In most cases, $GLP LPs on Pendle outperformed naked $GLP holders even without $PENDLE incentives. There was found to be a positive correlation between a longer deposit duration and outperformance, in this case, an outperformance of 8.04%.

Pendle 3

When $PENDLE incentives are included in the scenario, the outperformance increases to 20.23%.

Pendle 4

PT-gDAI-28MAR24/SY-gDAI (Arbitrum)

The performance of a $gDAI liquidity provider on Pendle was compared against a naked $DAI holder without yield.

In most cases, $gDAI LPs on Pendle outperformed naked $DAI holders even without $PENDLE incentives. There was found to be a positive correlation between a longer deposit duration and outperformance, in this case, an outperformance of 2.36%.

Pendle 5

When $PENDLE incentives are included in the scenario, the outperformance increases to 8.03%.

Pendle 6

Providing liquidity on Pendle with zero price impact mode vs holding the underlying asset

Both the in-pool and out-pool values are used to assess performance when LPing on Pendle vs holding the underlying assets, using the zero price impact mode.

In-pool values are defined as the following.

Pendle 9

Out-pool values are defined as the following.

Pendle 10

PT-stETH-26DEC24/SY-stETH (Ethereum)

The performance of a $stETH liquidity provider on Pendle was compared against a naked $ETH holder, using zero price impact mode.

In all cases, $stETH LPs on Pendle outperformed naked $ETH holders even without $PENDLE incentives. There was found to be a positive correlation between a longer deposit duration and outperformance, in this case, an outperformance of 1.18%.

Pendle 11

When $PENDLE incentives are included in the scenario, the outperformance increases to 10.89%.

Pendle 12

PT-GLP-28MAR24/SY-GLP (Arbitrum)

The performance of a $GLP liquidity provider on Pendle was compared against a naked $GLP holder, using zero price impact mode.

In all cases, $GLP LPs on Pendle outperformed naked $GLP holders even without $PENDLE incentives. There was found to be a positive correlation between a longer deposit duration and outperformance, in this case, an outperformance of 5.54%.

Pendle 13

When $PENDLE incentives are included in the scenario, the outperformance increases to 16.87%.

Pendle 14

PT-gDAI-28MAR24/SY-gDAI (Arbitrum)

The performance of a $gDAI liquidity provider on Pendle was compared against a naked $DAI holder, using zero price impact mode.

In all cases, $gDAI LPs on Pendle outperformed naked $DAI holders even without $PENDLE incentives. There was found to be a positive correlation between a longer deposit duration and outperformance, in this case, an outperformance of 1.9%.

Pendle 16

When $PENDLE incentives are included in the scenario, the outperformance increases to 7.44%.

Pendle 15

Conclusion

Pendle came to a conclusion of their study for the 3 pools used, which were that:

  • Pendle LPs outperform the underlying asset in almost all cases. There is zero impermanent loss (IL) incurred.
  • There is a positive correlation between the length of time deposited and the LP performance.

Composability

PT as Collateral in a Money Market

PTs serve as valuable assets in the money market due to their fixed-rate nature, resembling a zero-coupon bond tied to an asset.

Main Uses
  • Get leveraged APY doing yield arbitrage
    • Example: PT-stETH gives a fixed 5% APY, but the $ETH borrow rate is only 3% in the money market
    • In this case, a user can deposit PT-stETH as collateral, borrow $ETH, swap borrowed $ETH to more PT-stETH to use as more collateral, and so on.
    • As a result, the user will get a leveraged APY in $ETH terms, benefiting from the difference between the PT fixed rate and $ETH borrow rate.
    • If the collateral factor is 0.80, the user can leverage 5x their capital to get a maximum APY of 5 * (5-3) = 10%.
    • This use case is similar to depositing a yield bearing asset (like wstETH) and borrowing (ETH) in a money market, but is better due to the certainty from the fixed rate in PT.
  • Leverage short yield
    • If a user thinks the current fixed yield in Pendle is overvalued (PT is undervalued), they can do the exact step as the previous section (for example, use PT-stETH as collateral to borrow $ETH to buy more PT-stETH) to short yield.
    • If the fixed yield indeed goes down, the user can unwind their position (sell PT to repay the borrowed $ETH) for a profit.
  • Leverage long assets while earning fixed yield
    • If a user is bullish on an asset in the long term, they can use its PT as a collateral to borrow stables to buy more PT.
    • For example, a long term $ETH holder can use PT-stETH as collateral to borrow USDC to buy more PT-stETH.
    • Essentially, the user will be getting a fixed APY (from PT) on top of their leveraged long position on $ETH.
Integrating PT as a collateral in a money market

Integration of PT as collateral requires 2 prerequisites:

  • Reliable oracle for PT price
    • There is a permission-less oracle system for PTs that allows for querying TWAP prices for customised durations.
  • Liquidation of PTs
    • When a liquidation with PT as collateral occurs, commonly, the liquidator will have to sell PT into common asset to pay their debt.
    • Pendle’s system supports converting PT back to SY by selling PT on the AMM (before maturity) or redeeming directly from PendleYieldToken contract (post maturity). This will then allow the liquidator to redeem their SY into one of the output token of SY (see EIP-5115).
    • For reference, Pendle has written the BoringPtSeller contract to sell PT into one of the output token.
    • You can extend this abstract contract to use in a liquidation system.
Risk analysis for PT as a collateral

There 5 risk analysis for integrating PT as collateral:

  • Smart contract vulnerability in Pendle contracts
    • If Pendle contracts malfunctions or gets exploited, PT could lose value significantly in a short duration, leading to bad debt for the money market protocol.
    • Assessment:
      • Pendle V2 contracts have been audited by 6 auditors, with 3 of the top 4 C4 auditors. Find the audit reports here.
      • Pendle V2 contract system’s components (SY, YT-PT, Market, vePENDLE) are decoupled from each other, only interacting with the other components via interfaces, decreasing the chance for bugs due to complexity and interwoven logic.
      • Lindy-ness: There have been no incidents so far in Pendle contracts since June 2021
        • Pendle V2 contracts have been live since November 2022 (peak TVL of $93M)
        • Pendle V1 contracts (with many similar mechanisms to V2) have been live since June 2021, with a peak TVL of $37M
      • Apart from the core Pendle contracts (for YT-PT and Pendle Market) which remain the same throughout, risk assessment needs to be done on the SY implementation for the particular PT pool.
  • Smart contract vulnerability in underlying protocols
    • Each PT is built on top of an underlying yield bearing token (like stETH, $USDT staked in Stargate). If the underlying protocol malfunctions or gets exploited, PT could lose value significantly in a short duration, leading to bad debt for the money market
    • As such, risk assessment should be made for each underlying protocol for each PT.
  • Oracle exploit
    • If the oracle for PT price is easily manipulated or exploited, PT price could inflate unnaturally (leading to an attack of using over-priced PT to borrow, and get away with free money leading to bad protocol debt after PT price drops sharply after), or drops sharply (leading to bad debt for the protocol)
    • Assessment:
      • Pendle’s oracle for PT/asset is permissionless and built into the contract (no maintanance needed), hence liveness and correctness is not a concern.
      • The PT/asset oracle can return TWAP prices for customisable durations (within 65536 blocks, which is ~9 days for Ethereum), hence is not susceptible to short term or within-a-block manipulation of prices if the TWAP duration used is sufficient.
  • Insufficient PT liquidity for liquidation in a short duration
    • When PT price drops significantly vs the borrowAsset (say for 20%) and doesn’t bounce back, there might not be enough liquidity to liquidate PT collaterals for liquidatable loans, which might lead to bad debt.
    • See this link for the detailed case study by Pendle.
  • Highly volatile PT price could liquidate users unnessarily
    • If PT prices are too volatile, a temporary dip in PT price could liquidate certain users unnessarily
    • Assessment:
      • In normal circumstances, PT price in terms of asset should not fluctuate as wildly as normal asset prices since it’s based on people trading interest rates (which don’t change too often).
      • Depending on the nature of the PT collateral (nature of the interest rate, and liquidity of the pool), an appropriate TWAP duration could be used in the oracle, to minimise liquidations due to temporary dips in PT prices.

LP as Collateral in a Money Market

The LP tokens from Pendle pools prove to be valuable assets in a money market due to their yield-bearing nature tied to the asset.

Main Uses
  • Leverage farming
    • Example: LP-stETH gives a 12% APY, but the $ETH borrow rate is only 3% in the money market.
    • In this case, a user can deposit LP-stETH as collateral, borrow $ETH, swap borrowed ETH to more LP-stETH to use as more collateral, and so on.
    • As a result, the user will get a leveraged APY in $ETH terms, benefiting from the difference between the Pendle LP APY and $ETH borrow rate
    • If the collateral factor is 0.80, the user can leverage 5x their capital to get a maximum APY of 5 * (12-3) = 45%
    • This use case is similar to depositing a yield bearing asset like wstETH and borrowing ($ETH) in a money market.
  • Leverage long assets while earning yields on Pendle
    • If a user is bullish on an asset in the long term, they can use its Pendle LP as a collateral to borrow stables to buy more LP.
    • For example, a long term $ETH holder can use LP-stETH as collateral to borrow $USDC to buy more LP-stETH.
    • Essentially, the user will be getting a good returns from the Pendle LP position on top of their leveraged long position on ETH.
Integrating LP as a collateral in a money market

Integration of LP as collateral requires 3 prerequisites:

  • Reliable oracle for LP price
    • There is a permission-less oracle system for Pendle LPs that allows for querying TWAP prices for customised durations.
  • Liquidation of Pendle LP
    • When a liquidation with LP as collateral occurs, commonly, the liquidator will have to sell LP into common asset to pay their debt.
    • Pendle’s system supports converting LP back to SY by removing liquidity single-sided into SY on theAMM (before maturity) or redeeming PT + SY and redeeming PT to SY directly from PendleYieldToken contract (post maturity). This will then allow the liquidator to redeem their SY into one of the output token of SY (see EIP-5115).
    • For reference, Pendle has written the BoringLpSeller contract to sell LP into one of SY’s output tokens.
    • You can extend this abstract contract to use in a liquidation system.
  • Handling of Pendle LP’s rewards
    • Holding Pendle LP tokens will generate $PENDLE incentives and potential reward tokens (like WETH for LP for GLP pool)
    • The money market contracts will need to redeem these rewards by calling the redeemRewards function and implement logic to distribute these rewards to their users.
Risk analysis for LP as a collateral

There 5 risk analysis for integrating LP as collateral:

  • Smart contract vulnerability in Pendle contracts
    • This is similar to the analysis in the risk analysis for PT as a collateral
  • Smart contract vulnerability in underlying protocols
    • This is similar to the analysis in the risk analysis for PT as a collateral
  • Oracle exploit
    • If the oracle for LP price is easily manipulated or exploited, LP price could inflate unnaturally (leading to an attack of using over-priced LP to borrow, and get away with free money leading to bad protocol debt after LP price drops sharply after), or drops sharply (leading to bad debt for the protocol)
    • Assessment:
      • Pendle’s oracle for LP/asset builds on top of the PT/asset oracle. The PT/asset oracle is permissionless and built into the contract (no maintanence needed), hence liveness and correctness is not a concern.
      • The LP/asset oracle returns TWAP prices for any customizable duration (within 65536 blocks, which is ~9 days for Ethereum), hence is not susceptible to short term or within-a-block manipulation of prices if the TWAP duration used is sufficient.
      • Important note:
        • You should only use the current LP oracle is the SY contract doesn’t have a callback function. If the SY contract has a callback function, it is technically possible for the oracle to return an incorrect LP price, if it’s called inside a SY’s callback function.
        • It should be very rare to have a SY with a callback function. If you do integrate with one, you can contact us. We can deploy a specialised oracle to deal with a SY with a call back function.
  • Insufficient LP liquidity for liquidation in a short duration
    • The considerations for this part is the same as the ones for integrating PT as collateral.
    • The difference between LP and PT is just that LP prices fluctuate less than PT prices (because LP = PT + SY). Therefore, with the same pool, the parameters for supporting LP as a collateral could more more aggressive than that for supporting PT as a collateral.
  • Highly volatile LP price could liquidate users unnessarily
    • This is similar to the analysis in the risk analysis for PT as a collateral

FAQ

  • What’s maturity in the context of PTs and YTs?
    • Maturity is the date at which PTs become fully redeemable for the underlying asset and YTs stop accruing yield.
    • In Pendle, one asset can have multiple maturity dates and there is an independent market for each maturity date. As a result, the implied yield of an asset can differ across different maturities.
    • After maturity, you can redeem PTs for the underlying yield-bearing asset.
    • After maturity, YTs have no value. This means that YTs can only accrue yield up until the maturity date.
  • Why is the underlying APY shown on Pendle different from the APY shown in the underlying protocol?
    • Pendle’s APY shows the 7-day moving average of the actual accrued yield.
  • As a YT buyer, is a higher implied yield better for me since I will earn more interest per $1?
    • No. YT represents the yield of the underlying assets. If the implied yield decreases later on, the price that you paid to buy the YT might be too high for the yield to cover.
  • What are the incentives for providing liquidity in Pendle?
    • Earn fees from the swaps that take place on the protocol.
    • Earn PENDLE incentives.
    • Earn rewards from the underlying protocol (i.e. COMP liquidity mining rewards).
  • How does vePENDLE work? 
    • Users lock PENDLE for vePENDLE. The longer they lock their tokens (with a maximum cap of 2 years), the more vePENDLE they get. The value of vePENDLE decays over time, but users can extend their lock to offset this decay.
    • Holders of vePENDLE can vote on what pools receive PENDLE incentives. The more vePENDLE they own, the greater their voting power.
    • Voting for a pool entitles the vePENDLE holder to 80% of the swap fees collected by that pool.
    • vePENDLE holders also receive a portion of protocol revenue from swap fees and YT fees.

Community Links