# Claim Accrued Yield

Users holding Yield Tokens with any amount of claimable yield can access this module. Accrued yield can be claimed anytime, before and after the YT's expiry date.

Below is a simple example of a YT position with accrued and claimable yield.&#x20;

<figure><img src="/files/t0pxohD7aupSMP1HUnb9" alt=""><figcaption></figcaption></figure>

In this case, since no yield has ever been claimed on YT, the Total Accrued Yield and Claimable Yield display the same values.

Users can only fully claim the number of units displayed under Claimable Yield. The dropdown selector allows changing the output from the default Underlying to an interest-bearing token, depending on individual needs.\
\
To proceed, simply click the \[Claim Yield] button.&#x20;

<figure><img src="/files/UHRxu5GEHYk5aKDJ8fUu" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Shortly after claiming yield, this drawer will no longer be accessible on the UI until any amount of the new yield accrues to YT's position.
{% endhint %}

**FAQ:**

1. **Can I claim my accrued yield anytime?**

Yes, you can claim the `Claimable Yield` at any time before or after YT's expiry date.

2. **What happens if I claim my accrued yield before Yield Token's expiry?**

Yield Tokens remain in your Portfolio and will continue to capture yield until their expiry. You can reclaim the newly accrued yield to your wallet at any time.&#x20;

4. **What happens after Yield Token's expiry?**

After YT's expiry, the amount of Accrued Yield no longer updates, and you can only claim the remaining `Claimable Yield` in full to your wallet.&#x20;


---

# 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.spectra.finance/app-help/claim-accrued-yield.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.
