| name | kamino-finance-buildkit |
| description | Maps Kamino Finance products (Earn K-Vaults, Klend borrow/lend, Multiply, Curators), REST/KTX endpoints, and TypeScript SDK packages. Use when integrating kamino earn vaults, klend deposits/borrows, multiply or xStocks flows, rewards, LUTs from cdn.kamino.finance, or when locating official Kamino Buildkit docs and OpenAPI specs. |
Kamino Finance Buildkit
When to read this skill
Use for anything involving Kamino’s developer surface: Public API (https://api.kamino.finance), KTX transaction builder, Earn (/kvaults, /ktx/kvault/*), Klend (/kamino-market, /ktx/klend/*), Multiply (with KSwap / Scope / LUT sequencing), farms/rewards, or Curator vault workflows.
Quick orientation
| Product line | Typical integration |
|---|
| Earn (K-Vaults) | GET /kvaults/vaults, POST /ktx/kvault/deposit, withdraw KTX endpoints |
| Borrow/Lend (Klend) | Market + reserve metrics, obligations, POST /ktx/klend/* |
| Multiply | @kamino-finance/klend-sdk (+ kswap-sdk, scope-sdk, LUT); xStocks under multiply operations |
| Curators | KaminoManager.createVaultIxs, allocations, farms |
Earn ≠ Multiply: xStock-specific guides in official docs live under Multiply (Klend/SDK), not under Earn kvault REST alone.
Live doc discovery
Before deep-diving into pages, fetch the full index:
Machine-readable specs
Reference in this repo
The full pasted documentation index (endpoints, SDK hints, workflows, links) lives in reference.md. Open it whenever you need the detailed catalog beyond this summary.