> 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-product/introduction/readme.md).

# What is Osero Earn

Osero Earn enables platforms to offer stablecoin savings to their users within a day.

It is an embedded SDK built for wallets, exchanges, fintechs, neobanks, custodians, and other financial platforms that want to add onchain savings without building the underlying DeFi infrastructure themselves.

Through Osero Earn, platforms can give their users access to the **Sky Savings Rate** while Osero handles the underlying infrastructure, without requiring platforms to manage the assets themselves.

## The Problem It Solves

Platforms that hold or support stablecoins, including wallets, neobanks, custodians, and exchanges, have no simple way to offer yield on those balances. Doing so often means building the infrastructure in-house, taking on asset management responsibilities, or relying on a centralized provider.

Integrating directly with DeFi protocols adds another layer of complexity. It requires expertise across smart contracts, multiple networks, routing, onchain infrastructure, and ongoing protocol monitoring. For most platforms, that means significant development and maintenance work for a feature that should be simple for users.

Osero Earn removes this complexity. It packages access to the Sky Savings Rate in a developer-friendly SDK, allowing platforms to add stablecoin savings without building and operating the underlying DeFi infrastructure themselves.

## Core Value Proposition

> **Osero Earn gives fintechs, wallets, exchanges, and other financial platforms everything they need to offer stablecoin savings to their users, without building the underlying DeFi infrastructure themselves.**
>
> **With a single integration, platforms can give users access to the Sky Savings Rate across multiple stablecoins and networks, while Osero handles the conversions, bridging, and onchain complexity required to get funds into and out of sUSDS.**
>
> **What would normally require months of development, specialized DeFi expertise, and ongoing infrastructure maintenance can be integrated within a day.**

## **A Single SDK for Stablecoin Savings**

`@osero/client` is an open-source TypeScript SDK that handles chain-specific routing and contract interactions required for integrating Osero Earn.

When a user deposits a supported stablecoin, the SDK prepares the required transaction flow into sUSDS, including token approvals, conversions, cross-chain routing, and other onchain interactions.

This gives platforms a single integration for offering stablecoin savings across supported assets and networks, without having to build and maintain the underlying DeFi infrastructure themselves.

[Read the full SDK documentation →](/osero-sdk/getting-started/readme.md)

## Who Is Osero Earn For?

Osero Earn is built for platforms that want to offer their users a competitive stablecoin savings product without becoming asset managers or building the underlying DeFi infrastructure themselves.

It is designed for wallets, fintechs, neobanks, exchanges, custodians, and other financial platforms looking to add yield as a native part of their product while giving users access to a strong risk-adjusted savings rate.

| Stablecoin platform type | Primary use case                                                                                         |
| ------------------------ | -------------------------------------------------------------------------------------------------------- |
| **Neobanks**             | Add stablecoin savings as a native product for their customers.                                          |
| **Custodians**           | Enable institutional clients to earn yield on idle stablecoin holdings.                                  |
| **Exchanges**            | Give users a way to earn on stablecoins when they’re not trading, without moving funds off the exchange. |
| **Wallets**              | Let users earn on the stablecoins they already hold, directly from the wallet.                           |

[See the full use case overview →](/osero-product/overview/use-cases.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-product/introduction/readme.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.
