Skip to main content

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.

A flat reference of every kamino-manager command that touches a market or its reserves. Each row links to the workflow page that uses it. For full flag detail on any command, see the Market Operations CLI page. For installation and .env setup, see CLI installation & setup.

Market lifecycle

CommandPurposeWorkflow page
create-marketInitialize a new LendingMarket accountCreate a market
update-lending-market-nameRename the marketMarket settings
update-lending-market-from-configApply a full market config update from JSONMarket settings
update-lending-market-ownerPromote lending_market_owner_cached to active ownerTransfer to multisig
download-lending-market-configExport the current market config to JSONMarket settings
download-lending-market-config-and-all-reserves-configsExport market + all reserves in one callMarket settings
get-market-or-vault-admin-infoQuery admin metadata (owner, cached owner, council)Market settings

Reserve lifecycle

CommandPurposeWorkflow page
add-asset-to-marketAdd a new reserve to the market with a configAdd reserves
update-reserve-configApply a full reserve config update from JSONUpdating reserves
update-reserve-config-debt-capFocused update of just the borrow capUpdating reserves
download-reserve-configExport the current reserve config to JSONUpdating reserves
simulate-reserve-apyCompute live supply and borrow APY for a reserveRead market data

Oracles

CommandPurposeWorkflow page
get-oracle-mappingsList Scope, Pyth, Switchboard oracle addresses for known mintsConfigure oracles

Farms

Farm initialization happens through the kfarms tooling and is bundled into add-asset-to-market for the initial setup. Read-side queries:
CommandPurposeWorkflow page
get-reserve-farms-apyReward APY for a reserve’s collateral and debt farmsFarms & rewards
For farm initialization, funding, and emission configuration, use the kfarms CLI and SDK.

Execution modes

Every command supports four --mode values:
ModeWhat it does
inspectPrints a Solana Explorer URL where you can simulate the transaction
simulateRuns simulation server-side and prints the result
executeSigns with the admin keypair and lands the transaction
multisigOutputs a base58-encoded transaction for submission to a Squads proposal
Multisig mode requires --multisig <SQUADS_PUBKEY> to identify the multisig the proposal targets.

Network selection

FlagTarget
(none)Mainnet (default)
--stagingStaging program on Solana mainnet
--devnetSolana devnet

Vault commands

The kamino-manager CLI also exposes a large set of vault-related commands (e.g., create-vault, update-vault-config, update-vault-reserve-allocation, etc.). These are documented under Curator Vaults and the Vault Operations CLI page.

Reference