pool orders submit bid - obtain channel liquidity
pool orders submit bid [command options] amt acct_key [--rate_fixed=R] [--max_batch_fee_rate=F] [--lease_duration_blocks=M]
Place an offer for acquiring inbound liquidity by lending
funding capacity from another participant in the order book.
--interest_rate_percent value the total percent one is willing to pay or accept as yield for the specified interval (default: 0)
--amt value the amount of inbound liquidity in satoshis to request (default: 0)
--acct_key value the account key to use to pay the order fees with
--lease_duration_blocks value the number of blocks that the liquidity should be provided for (default: 2016)
--min_node_tier value the min node tier this bid should be matched with, tier 1 nodes are considered 'good', if set to tier 0, then all nodes will be considered regardless of 'quality' (default: 0)
--min_chan_amt value the minimum amount of satoshis that a resulting channel from this order must have (default: 0)
--force skip order placement confirmation
--max_batch_fee_rate value the maximum fee rate (sat/vByte) to use to for the batch transaction (default: 100)