Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions skills/kamino-lend-plugin/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
**Overview**
## Overview

Kamino Lend is a leading lending protocol on Solana. This skill lets you browse lending markets and reserves with supply/borrow APYs, supply assets to earn yield, borrow against collateral, repay loans, withdraw, and monitor positions with health factors.

**Prerequisites**
## Prerequisites
- onchainos CLI installed and logged in
- SOL for gas on Solana mainnet
- USDC (or another supported SPL token) to supply or use as collateral

**Quick Start**
1. Check your state and get a guided next step: `kamino-lend quickstart`
## Quick Start
1. Check your state and get a guided next step: `kamino-lend-plugin quickstart`
2. If you see `status: no_funds` / `needs_gas` / `needs_funds` — fund the wallet address shown in the output (SOL for gas + USDC or another supported token to supply)
3. Browse available reserves with APYs: `kamino-lend reserves --min-apy 2`
4. View lending markets for deeper detail: `kamino-lend markets`
5. If `status: ready` — supply to earn yield (preview without `--confirm`, then re-run with it): `kamino-lend supply --asset USDC --amount 100 --confirm`
6. If `status: active` — review positions and health factor: `kamino-lend positions`
7. Borrow against your supplied collateral: `kamino-lend borrow --asset USDC --amount 50 --confirm`
8. Exit: `kamino-lend repay --asset USDC --amount all --confirm` or `kamino-lend withdraw --asset USDC --amount 100 --confirm`
3. Browse available reserves with APYs: `kamino-lend-plugin reserves --min-apy 2`
4. View lending markets for deeper detail: `kamino-lend-plugin markets`
5. If `status: ready` — supply to earn yield (preview without `--confirm`, then re-run with it): `kamino-lend-plugin supply --asset USDC --amount 100 --confirm`
6. If `status: active` — review positions and health factor: `kamino-lend-plugin positions`
7. Borrow against your supplied collateral: `kamino-lend-plugin borrow --asset USDC --amount 50 --confirm`
8. Exit: `kamino-lend-plugin repay --asset USDC --amount all --confirm` or `kamino-lend-plugin withdraw --asset USDC --amount 100 --confirm`
Loading