> For the complete documentation index, see [llms.txt](https://docs.nara.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nara.io/nara-protocol/narausd+.md).

# NaraUSD+

#### Earning Yield with NaraUSD+

NaraUSD+ is the yield-bearing staked version of NaraUSD. It is designed for users who want exposure to returns generated by Nara’s short-term financing portfolio.

When users stake NaraUSD, they receive NaraUSD+. As Nara’s short-term financing portfolio generates returns, those returns are designed to accrue to NaraUSD+ through the protocol’s vault or share mechanics. This means NaraUSD+ is intended to represent a claim on staked NaraUSD plus accumulated yield, subject to fees, reserves, risks, and applicable terms.

#### Unstaking Process

When unstaking, NaraUSD+ tokens are burned, and users receive their proportional share of NaraUSD based on the current, appreciated exchange rate. To ensure there is sufficient time to unwind the underlying assets in an orderly manner, the protocol may enforce a cooldown period before withdrawals can be executed.

#### Yield Accrual Mechanism

1. **Staking NaraUSD:** Users deposit NaraUSD into the staking contract, which in turn mints NaraUSD based on the current exchange rate (initial rate: 1 NaraUSD+ = 1 NaraUSD).
2. **Yield Distribution:** Yield generated from the real-world assets continuously flows into the staking contract, increasing the total NaraUSD reserves held within it.
3. **Passive Growth:** As the vault's reserves grow, the value of each naraUSD+ token appreciates proportionally. This mechanism ensures that returns are automatically reflected in the increasing value of NaraUSD+, requiring no manual intervention from the user.

#### Unstaking Process

When users unstake, their NaraUSD+ tokens are burned, and they receive their proportional share of NaraUSD calculated at the current exchange rate. To ensure orderly unwinding of the underlying assets, the protocol enforces a 7-day cooldown period before withdrawals can be completed.


---

# 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.nara.io/nara-protocol/narausd+.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.
