> 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/osero-app/what-is-osero-app.md).

# What is Osero App

Osero App gives users a simple way to earn on stablecoins, without DeFi complexity.

It keeps saving simple and self-serve: deposit any stablecoin from any chain, start earning market-leading yield, and withdraw anytime.

Osero App handles the underlying conversions and bridging automatically, so you can access the Sky Savings Rate while staying in control of your funds.

## The problem it solves

Stablecoin yield is fragmented across different assets, networks, and protocols. Earning often means finding the right opportunity, converting assets, bridging between networks, and navigating unfamiliar DeFi interfaces.

Osero brings these steps into one experience, so users can deposit the stablecoins they already hold and access yield without managing the underlying complexity themselves.

### What Osero Does

Osero lets you deposit any stablecoin and receive sUSDS, a yield-bearing savings token issued by Sky. sUSDS earns the Sky Savings Rate over time, with its value increasing relative to USDS as yield accrues.

### **How It Works, In Short**

Connect your wallet, choose the stablecoin and network you want to deposit from, and Osero will prepare the route to sUSDS.

When a swap or bridge is needed, Osero routes it through Enso or LI.FI, whichever fits best. You still only interact with Osero.

Before signing anything, you review the output, destination, and fees. Withdrawals work the same way, in reverse.

For deposit and withdrawal steps, supported networks, and how Enso and LI.FI routing work, see [How Osero App Works](/osero-app/osero-app/how-osero-app-works.md).


---

# 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/osero-app/what-is-osero-app.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.
