> For the complete documentation index, see [llms.txt](https://docs.degate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.degate.com/features/simple-earn.md).

# Simple Earn

Simple Earn is a service for generating yield by depositing USDC or SOL into curated vaults powered by established DeFi protocols, without needing to understand complex farming strategies. DeGate charges no fees on Simple Earn: all yield goes to you.

* **Established underlying protocols.** Vaults connect to Morpho (on Ethereum) and Kamino (on Solana), both established, audited DeFi lending and yield protocols. The live vault list is in the app.
* **Multi-chain deposits.** Deposit USDC from any supported chain instantly; the system manages balances across networks with no manual bridging. On Solana you can also deposit SOL (via the Kamino Jito Market).
* **Simplified yield management.** From the initial deposit to claiming rewards, the dashboard lets you track and manage earnings at a glance.

## What returns to expect

APYs typically range from 3% to 8%, and can reach 10%+ during favorable market conditions. APYs are variable; past performance does not guarantee future returns.

## FAQ

**Where does the yield come from?** From the underlying Morpho and Kamino vault strategies. The yield is generated by those protocols' lending markets, not by DeGate.

**What does Simple Earn cost?** Nothing from DeGate: no deposit, withdrawal, or performance fees. All yield goes directly to the user.

**Can I withdraw at any time?** Yes. You can deposit and withdraw anytime; there is no lock-up period.

**Do I give up custody when I deposit?** Deposits go into the selected vault's smart contracts, authorized by your key. DeGate does not take custody of your funds itself; the position carries the risk profile of the underlying protocol.


---

# 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.degate.com/features/simple-earn.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.
