> For the complete documentation index, see [llms.txt](https://docs.sherpa.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sherpa.trade/sherpaearn-vault/depositing/claiming-shusd.md).

# Claiming shUSD

After the cycle advances a user's *pending deposit* gets converted into a *staked deposit.*  A user may then choose to claim their `shUSD` share tokens.

<figure><img src="/files/oA2U5yaiInevaJB5sjm7" alt=""><figcaption><p>Clicking the 'Claim Now' button to proceed with the redemption process.</p></figcaption></figure>

Claiming is an optional step.  If a user decides not to claim they will still earn the base `USDC` yield on their entire deposit.  All additional points yield will be forgone for users who do not claim their `shUSD` and hold the tokens in their possession.  See the [Yields](/sherpaearn-vault/shusd/yields.md) page for more info.

There is no deadline or time window for claiming `shUSD` tokens.  The user's `shUSD` entitlement will he held within the vault indefinitely until the user manually redeems it or withdraws it.

#### **Auto-redemption Mechanism**&#x20;

This allows for claiming of vault held `shUSD` while also triggering a withdrawal request, resulting in a multi-function call transaction.  There are three possible scenarios that trigger this:

1. A user tries to withdraw already claimed `shUSD` from the vault while still having unclaimed shUSD.
2. A user withdraws a combination of both claimed and unclaimed shares at the same time.
3. A user withdraws without claiming any `shUSD`.

<figure><img src="/files/Jzw1ODoFz9t6Tn2mF9Tj" alt=""><figcaption><p>Example withdrawal using both claimed and unclaimed shares</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sherpa.trade/sherpaearn-vault/depositing/claiming-shusd.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
