> For the complete documentation index, see [llms.txt](https://docs.osero.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.osero.org/osero-app/safety-and-resources/faq.md).

# FAQ

## General

<details>

<summary>What is Osero App?</summary>

Osero App is the consumer savings experience for anyone who wants to earn on stablecoins without the complexity of DeFi. It keeps saving simple and self-serve: deposit any stablecoin from any chain, start earning yield, and withdraw anytime you want. See [What Is Osero](/osero-app/osero-app/what-is-osero-app.md) for a short overview.

</details>

<details>

<summary>What asset do I receive?</summary>

The final savings position is sUSDS, the yield-bearing savings form of USDS. It earns the Sky Savings Rate, which can change over time, and remains subject to the risks associated with USDS and Sky Protocol. Before you deposit, Osero shows the current route and expected sUSDS output for you to review.

</details>

<details>

<summary>What are USDS and sUSDS?</summary>

USDS is a dollar-pegged stablecoin issued by Sky. sUSDS is its yield-bearing savings token. As the Sky Savings Rate accrues, each sUSDS token can represent more USDS over time. For more details on how the two work, see [USDS](/osero-app/sky-foundations/what-are-susds-and-usds.md) and [sUSDS](/osero-app/sky-foundations/what-are-susds-and-usds.md).

</details>

<details>

<summary>Why do I receive fewer sUSDS than the stablecoin I deposit?</summary>

sUSDS has a higher value per token than USDC or USDS. For example, if 1 sUSDS represents 1.10 USDS, depositing 1,000 USDC would give you roughly 909 sUSDS before fees or price changes.

Receiving fewer tokens does not mean you are losing value. Each sUSDS represents more USDS, and as the Sky Savings Rate accrues, that amount can increase over time.

</details>

## Using Osero App

<details>

<summary>Which assets and networks can I use?</summary>

Osero supports the stablecoins and networks shown in the app. For the full list, see [How Osero App Works](/osero-app/osero-app/how-osero-app-works.md). Supported options may change over time, so check what’s currently available before starting a transaction.

</details>

<details>

<summary>How does a deposit work?</summary>

Choose an available input asset and network, enter the amount, and review the route together with the expected sUSDS output. The app then presents the wallet requests needed for the transaction, which you should check before approving. See [How Osero App Works](/osero-app/osero-app/how-osero-app-works.md) for the full deposit path.

</details>

<details>

<summary>Can I withdraw?</summary>

You can withdraw when the current app supports a route for your sUSDS position. Before you sign, the app shows the available output, route, fees, and wallet requests. These details can change with network conditions, market liquidity, and the route available at that time.

</details>

## USDS, sUSDS & Rate

<details>

<summary>Where does the rate come from?</summary>

The Sky Savings Rate is set through Sky governance. Osero displays the rate used by the savings route, but Osero does not set or control it. See [sUSDS](/osero-app/sky-foundations/what-are-susds-and-usds.md) for an explanation of how the rate relates to the sUSDS share token.

</details>

<details>

<summary>Can the rate change?</summary>

Yes. Sky governance can change the rate, so the value shown in the app should not be treated as fixed or as a promise of future returns. Check the current rate and the other transaction details at the time you use the app.

</details>

<details>

<summary>Does Osero manage the USDS peg?</summary>

No. The Sky ecosystem governs and operates the mechanisms that support the USDS peg. Osero can present a route that uses Sky infrastructure, but it does not control those mechanisms. Read [Peg Mechanism](/osero-app/sky-foundations/peg-mechanism.md) for more context.

</details>

## Security & Risk

<details>

<summary>Does Osero App use new smart contracts?</summary>

Osero App does not add Osero smart contracts that hold the final savings position. The final position is sUSDS on Sky infrastructure. A route may still involve the Osero interface, your wallet, Enso, LI.FI, a network, or a cross-chain path before sUSDS is created, and each of those parts can carry its own risks.

</details>

<details>

<summary>Are the listed audits Osero audits?</summary>

No. The listed ChainSecurity and Cantina reviews belong to Sky components such as USDS, sUSDS, and LitePSM. They help explain the Sky infrastructure used by the final position, but they do not audit Osero, every route, or your wallet. See [Security & Sky Audits](/osero-app/safety-and-resources/security-and-audits.md) for the distinction.

</details>

<details>

<summary>Is my principal protected or guaranteed?</summary>

No protection or guarantee is promised. The value and usability of a position can be affected by contract, stablecoin, market, liquidity, route, wallet, and network risks. Read [Risks](/osero-app/safety-and-resources/risks.md) and Sky's [User Risk Documentation](https://docs.sky.money/legal/skybase-international/user-risks) before using the app.

</details>

<details>

<summary>What should I check before signing?</summary>

Check the input asset, network, route, expected output, fees, and every wallet request. Also confirm that the website and wallet are the ones you intended to use, and rely on the live app details for the action you are preparing. A confirmed blockchain transaction may not be reversible.

</details>


---

# 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.osero.org/osero-app/safety-and-resources/faq.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.
