Curator markets expose the same on-chain primitives as every other Kamino market. Anything you can do with the public Kamino API or SDK against the main markets, you can do against your curator market by passing your market address. This page is a routing index: it points to the existing developer documentation that covers each integration surface in depth.Documentation Index
Fetch the complete documentation index at: https://kamino.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Building deposit / borrow / repay / withdraw transactions
For an app that lets users deposit, borrow, repay, or withdraw on your market:Borrow developer docs
Overview of operations, data, rewards, position management
Borrow tutorials
Step-by-step walkthroughs of common operations
Borrow API recipes
REST-API-only patterns, no SDK
Borrow API reference
OpenAPI reference for every Borrow endpoint
--market parameter (CLI), the marketPubkey argument (SDK), or the market URL parameter (API).
Reading market and reserve data
For dashboards, alerts, and read-only integrations:Read market data
The curator’s view: API + SDK + RPC examples for market state
API reference (market data endpoints)
Full OpenAPI reference
Earn / vault integration on top of your market
If a vault sits on top of your market and you want to integrate the vault layer:Earn developer docs
Vault data and operations
Earn tutorials
Vault deposit / withdraw walkthroughs
Rewards and farms
For computing APYs, claiming rewards, building reward dashboards:Rewards tutorials
Calculate reserve reward APY, claim rewards
Rewards API reference
REST endpoints for active rewards and user claimables
Farms & rewards (curator side)
How a curator initializes and operates farms
Curator-specific tooling
These surfaces are specific to curator workflows (separate from end-user app integrations):kamino-manager CLI
All curator operations: create market, add reserves, update configs, propose multisig transactions
CLI command index
Quick lookup of every market-related command
Program-level integration
For a custom program (Anchor / native) that interacts with your market on-chain:| Resource | Use for |
|---|---|
| klend repository | Program source, IDL, Rust types, error definitions |
| klend-sdk repository | TypeScript bindings + helper utilities + the kamino-manager CLI |
| kfarms repository | Farms program source |
| farms-sdk repository | TypeScript bindings for farms |
| Program addresses | All Kamino program IDs (mainnet + staging + devnet) |
Reference
- Read market data — read examples
- CLI command index — every market-related CLI command
- Reserve config reference — every editable reserve field
- Market config reference — every editable market field