Earn lets you put idle balances into on-chain yield vaults without leaving Peach. Each vault is an independent smart contract — typically a strategy run by a third-party protocol — that accepts deposits, generates yield in some way (lending, market-making, RWA exposure, etc.), and lets depositors withdraw on the vault’s terms.Documentation Index
Fetch the complete documentation index at: https://docs.peach.technology/llms.txt
Use this file to discover all available pages before exploring further.
Direct on-chain deposits
When you tap Deposit in Peach, the transaction Peach builds calls the vault contract directly.What this means
Vault terms govern your funds
Yield, lock-ups, withdrawal queues, and risk parameters are defined by the vault. Peach surfaces them; Peach does not set them.
On-chain transparency
Your position is visible on-chain to anyone with your address. Peach reads from the vault to show your balance — it is not a private ledger Peach maintains.
No Peach fee
Peach does not take a cut of deposits, withdrawals, or yield.
Vault risk is real risk
Smart contract bugs, strategy losses, and protocol governance changes can all affect your deposit. Read the vault’s published terms before depositing.
Fees
| Fee | Charged by |
|---|---|
| Peach Earn fee | None. |
| Network gas | The network. Standard on-chain transaction cost. |
| Vault performance / management fees | The vault, if any. Defined by the vault’s smart contract — not by Peach. |
“No Peach fee” applies to Peach itself. The vault you deposit into may charge fees of its own — typically a percentage of yield, sometimes a withdrawal fee. Those fees are part of the vault’s protocol and are visible in the vault details.
Risks to understand
A vault deposit is not a deposit at a bank, and there is no insurance backstopping it. Specifically:- Smart contract risk — a bug or exploit in the vault contract (or in any protocol it composes with) can lead to partial or total loss of deposit.
- Strategy risk — the vault’s underlying strategy can lose money. A market-making vault can be picked off; a lending vault can take bad debt.
- Liquidity risk — some vaults have withdrawal queues, lock-ups, or epochs. You may not be able to withdraw instantly.
- Asset risk — if the vault denominates in a token whose value moves, your position moves with it.