List current ratio shifting params

We can list the current ratio shifting params defined in the chain by using the following command:

sifnoded q clp pmtp-params \\
  --node ${SIFNODE_NODE} \\
  --chain-id $SIFNODE_CHAIN_ID

List pools

Let’s also check the state of the liquidity pools that are already there prior to defining and running a new ratio shifting policy as it will affect those pools prices:

sifnoded q clp pools \\
  --node ${SIFNODE_NODE} \\
  --chain-id $SIFNODE_CHAIN_ID