Breeze overview
Automated, non-custodial yield infrastructure on Solana.
Breeze lets products add yield to user balances without building their own lending allocation, risk monitoring, or transaction infrastructure. Users keep control of their assets while Breeze coordinates deposits, allocation, and withdrawals through on-chain funds.
Mainnet only
Breeze currently operates on Solana mainnet. Treat every integration transaction as production-facing.
What Breeze does
- Integrates with your product. Use the TypeScript SDK or REST API while keeping your existing interface and wallet flow.
- Automates allocation. Breeze evaluates supported lending pools and moves capital as conditions change.
- Keeps exits available. Your application can generate withdrawal transactions whenever a user wants to leave a position.
How it works
Configure a strategy
Choose the assets your product supports and configure its yield fee in the Customer Portal.
Create user transactions
Generate deposit or withdrawal transactions with the TypeScript SDK or REST API, then have the user sign them with their wallet.
Monitor positions
Read balances, earned yield, and current strategy data while Breeze monitors and rebalances the underlying allocation.
Choose an integration surface
TypeScript SDK
The shortest path for TypeScript applications.
REST API
Direct HTTPS access for any backend or language.