> For the complete documentation index, see [llms.txt](https://docs.unitas.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unitas.so/guides/how-to-stake-usdu.md).

# How to Stake USDu

### Overview

Staking **USDu** lets you earn protocol fees sourced from Unitas’s multi‑strategy Δ‑neutral vaults. In return, you receive **sUSDu:** a liquid receipt token that auto‑accrues yield and can be used across DeFi.

{% embed url="<https://www.youtube.com/watch?v=79Qb_m_ORiA>" %}

## Step By Step Guide

#### 1) Connect Your Wallet

1. Visit <https://app.unitas.so/earn>
2. Click: **Connect Wallet**.
3. Choose your wallet (e.g. Phantom, Backpack, or other) and approve the connection.

#### 2) Enter Stake Amount

1. The dashboard shows your **USDu balance** and **current APY**.
2. Input how many USDu you’d like to stake, or click **MAX**.

#### 3) Review & Confirm

1. Check the **Estimated sUSDu** you’ll receive.
2. Gas fee displayed (≈ 0.0001 SOL).
3. Click **Stake** → approve the transaction in your wallet.

#### 4) Track Your Yield

*After confirmation (≈ 1–2 s):*

* Your **sUSDu balance** appears in the portfolio panel.
* Yield auto‑compounds hourly; balance increases without further action.

#### 5) Unstake / Redeem

1. Go back to the "Earn" page, switch to **Unstake** tab.
2. Choose sUSDu amount ➜ click **Unstake**.
3. **7‑day cooldown** starts; after it ends, click **Withdraw** to receive USDu.

> **Fast Exit:** For urgent liquidity, you can swap sUSDu → USDu on Jupiter (may incur slippage).


---

# 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.unitas.so/guides/how-to-stake-usdu.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.
