What problem does it solve? Integrating with Kamino Finance on Solana requires navigating three separate SDKs (klend, kliquidity, scope) with complex transaction building, obligation management, and slippage handling, which is error-prone without structured guidance. ## Core Features & Use Cases - Lending Operations: Deposit, borrow, repay, withdraw, and liquidate positions using klend-sdk with KaminoAction transaction builders and obligation tracking. - Automated Liquidity Management: Deposit into and withdraw from concentrated liquidity strategies on Orca, Raydium, and Meteora via kliquidity-sdk with slippage protection. - Leverage & Oracle Pricing: Open leveraged multiply positions and fetch aggregated oracle prices from Scope for validated on-chain pricing. - Use Case: Build a portfolio dashboard that loads a user's Kamino lending position, computes health factor, lists liquidity strategy holdings, and displays validated SOL/USDC prices from the Scope oracle. ## Quick Start Ask the assistant to set up a Kamino lending client that deposits SOL and borrows USDC on Solana mainnet using the klend-sdk.