What problem does it solve? Manually routing stablecoin and SOL deposits across Solana lending protocols to chase the best yield is time-consuming and error-prone. This Skill provides the API endpoints, transaction patterns, and code examples needed to integrate Lulo, which automatically allocates deposits across Kamino, Drift, MarginFi, and Jupiter. ## Core Features & Use Cases - Deposit & Withdrawal Transactions: Generate serialized Solana transactions for Protected, Boosted, and Custom deposits via the Lulo API, then sign and submit them. - Account & Pool Queries: Retrieve balances, interest earned, APY rates, pending withdrawals, and protocol allocation data. - Risk-Tiered Yield Strategies: Choose between Protected deposits with automatic coverage, Boosted deposits earning higher APY as a first-loss layer, or Custom deposits with direct protocol control. - Use Case: Build a treasury management bot that deposits idle USDC into Lulo's Protected pool, monitors hourly APY changes, and withdraws when rates drop below a threshold. ## Quick Start Ask the agent to deposit 100 USDC into a Lulo protected deposit using the Lulo API and your Solana wallet.