CLI Reference
Transaction
CreatePool
create-pool [market-id] [price]# Create a pool
crescentd tx amm create-pool 1 10 \
--chain-id localnet \
--from alice
#
# Tips
#
# You can query pools by using the following command
crescentd q amm pools -o json | jqAddLiquidity
RemoveLiquidity
Collect
CreatePrivateFarmingPlan
TerminatePrivateFarmingPlan
Query
Params
AllPools
Pool
AllPositions
Position
AddLiquiditySimulation
RemoveLiquiditySimulation
CollectibleCoins
AllTickInfos
TickInfo
AllFarmingPlans
FarmingPlan
Last updated