Lenders Portal Overview
Manage vaults, offers, and automation as an LP operator.
The Lenders Portal lets liquidity providers (LP operators) manage their vaults and offers programmatically.
What You Can Do
- Create vaults — one per quote token (USDC, wSOL, etc.)
- Create offers — lending pools with custom interest rates, leverage limits, and oracle feeds
- Deposit / withdraw — fund or drain your vault
- Enable / disable offers — control exposure dynamically
- Automation rules — server-side rules that execute via Privy delegation (no bot needed)
- Risk metrics — monitor utilization, exposure, PnL, and liquidation events
Authentication
| Method | Header | Use Case |
|---|---|---|
| Wallet signature | x-wallet-address + x-wallet-signature + x-wallet-message | Dashboard (browser) |
| LP API key | x-lp-api-key | Programmatic / bots |
API key endpoints sign and submit transactions server-side via Privy delegation — no local wallet signing needed.
Updated 5 days ago