- Kamino CLI
- SDK
- API
Creating a Market via CLI
Create a new Kamino lending market using the Kamino Manager CLI. Market creation is a CLI operation — there is no UI for deploying new markets.Before starting, complete the CLI Installation & Setup guide. Commands require a
.env file with ADMIN (path to market owner keypair) and RPC configured.CLI Modes
All commands support different execution modes:| Mode | Description |
|---|---|
inspect | Preview the transaction without executing |
simulate | Test the transaction simulation on-chain |
execute | Execute the transaction immediately |
multisig | Generate a multisig proposal for the operation |
Network Selection
By default, all commands run against mainnet and no additional flag is needed. To target a different network:--staging— Use the staging program ID--devnet— Use the devnet program ID
Create the Market
Run Create Command
For testing, add the
--staging or --devnet flag to use the appropriate program ID.