# Pendle (Yield, YT, Locks)

### Yield & YT Basics

<details>

<summary>Does USDai earn yield?</summary>

**No.** USDai is not a yield-bearing token. However, it earns Allo™ and other partner incentives through ecosystem activity and participation.

</details>

<details>

<summary>What yield does sUSDai earn?</summary>

sUSDai earns yield from GPU-backed loans and Treasury bills.&#x20;

</details>

<details>

<summary>How is the yield delivered when holding sUSDai?</summary>

Yield accrues to via the exchange ratio between sUSDai and USDai. &#x20;

</details>

<details>

<summary>Why does APR for YT positions look “inflated,” especially near maturity?</summary>

APR shown on Pendle and dashboards rises as maturity approaches because YT value trends toward 0. This makes any remaining rewards divided by a very small denominator → APR spikes.

“The closer to maturity, the higher the APR displayed will be pretty meaningless. What matters is IY(Implied Yield), true economic cost of entering YT.”

</details>

<details>

<summary>Why is Pendle APY different from the APY shown on USD.AI’s dashboard?</summary>

Pendle uses a backward-looking formula based on realized yield over a sample period. USD.AI’s dashboard APY shows real-time yield, not historical averages.

Thus, the numbers will always differ.

</details>

<details>

<summary>What is the correct way to calculate “earnings” from YT?</summary>

APR should be calculated as: **APR = rewards / YT notional (the yield you're entitled to).**

If you divide by the market price, APR looks unrealistically high, especially near maturity, because YT prices naturally fall toward zero.

</details>

<details>

<summary>Do YTs for USDai go to zero at maturity?</summary>

**Yes. YT goes to zero at maturity.**\
YT only gives you the right to earn yield **until** the maturity date.\
Once that date arrives, there is **no more future yield to claim**, so the YT has no remaining value.

</details>

<details>

<summary>Does <a href="https://usd.ai/stories/pyusd-paypal-usdai-integration">PayPal’s 4.5% incentive</a> apply to PT holders?</summary>

Not directly. PayPal’s 4.5% incentive is applied at the **protocol level**, not paid out separately to PT holders. As incentives contribute to the protocol’s overall yield, they are **gradually reflected in the implied APY and PT pricing through the market**, rather than being distributed as a standalone reward to PT holders.

</details>

***

### Locked YTs

<details>

<summary>Does locking YT earn Pendle-side APY or USDai-side APY?</summary>

YT earns Pendle yield, not USDai dashboard yield.\
YT ≠ holding USDai or sUSDai, so holders benefit from Pendle yield mechanics.

</details>

<details>

<summary>Where/How do I claim yield from my locked YT?</summary>

You don’t need to claim it manually.\
Yield from locked YT is **automatically distributed to lockers in batches (about every 20 days)**. When a distribution happens, the rewards are sent to your wallet.

</details>

<details>

<summary>If I lock my YT USDai from Pendle into the USDAI Lock YT program, do I still receive Pendle yield?</summary>

Once you lock your YT into the USDai **Lock YT program**, you **stop receiving any yield on Pendle**.

All yield from your locked YT is instead **accumulated inside the USD.AI's Lock YT contract** and then **automatically distributed** to your wallet.

Distributions happen in **batches roughly every 20 days**, and the yield is **sent directly to your wallet—no manual claiming needed**.

</details>

<details>

<summary>How do multipliers work when I lock or transfer YTs among different wallets?</summary>

There are two factors that determine a user's Allo Rate (or multiplier) for locked-YTs

1. **Rate Decay** - Locked YT Allo Rates decrease over time, so every deposit will use the current multiplier, which you can find at <https://app.usd.ai/?strategy=lock>&#x20;
2. **Blended Rate** - Every deposit is then blended as a weighted average (based on Amount and Rate), which yields the overall multiplier for a specific user

Multipliers are applied at the **wallet level**, not per individual locked YT, so once a wallet has locked-YTs at different multipliers, the wallet uses a **blended multiplier** as the user's Rate.

#### **Scenario 1: Locking YTs at different times in the same wallet**

{% hint style="info" %}
Once multipliers are blended in a wallet, **they stay blended**.
{% endhint %}

**Example:**

* You lock **500k YTs at 22×** in Wallet A
* Later, you lock another **500k YTs at 20×** in the same wallet

**Result:** Wallet A’s multiplier becomes **21×**

***

#### **Scenario 2: Transferring locked YTs to a wallet with no locked YTs**

* The **receiving wallet** applies the **current multiplier** at the time of transfer
* The **sending wallet** keeps its original multiplier based on what remains

***

#### **Scenario 3: Transferring locked YTs to a wallet that already has locked YTs**

* The receiving wallet **blends**:
  * its existing locked YTs
  * the transferred locked YTs at the **current multiplier**

The wallet’s multiplier is recalculated as a **weighted average**, and once blended, **it does not revert**.

</details>

<details>

<summary>How yield was calculated?/Is the yield amount correct? I think I received less than expected.</summary>

{% hint style="info" %}

* **Yield / APY is NOT fixed.** The displayed APY is an estimate and can change over time depending on yield conditions and when rewards are claimed.
* **Allo™ rate IS locked per deposit**. Once you lock YTs, your Allo™ earning rate is fixed for that deposit and does not change.
  {% endhint %}

Yield is not calculated using a fixed APY or a simple deposit × days formula. Instead:&#x20;

* Yield was claimed on-chain at a specific block&#x20;
* Rewards were distributed pro-rata based on time-weighted locked YT ownership&#x20;

From deposit start to the claim block, every minute you held locked YTs counted equally toward your share of total yield. For example:&#x20;

*1 locked YT for 20 days = 20 locked YTs for 1 day*

Because yield rates fluctuate and rewards are claimed at a specific point in time, the effective APY you experience may differ from what you initially saw.

Additionally, 5% of yield / points from Pendle YT markets go to the Pendle Treasury, which is standard across all Pendle markets.

If this still doesn’t explain your payout, please open a support ticket via @usdai\_support\_bot for individual review.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.usd.ai/depositor/faq/pendle-yield-yt-locks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
