> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kaleidoswap.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Channel Requests

> How to request inbound channels from a Lightning Service Provider (LSP) in the Kaleidoswap Desktop App

In addition to [opening channels](./opening-channel) with other nodes, you can request inbound channels from an LSP in exchange for a percentage of the liquidity held by your node. This is useful when you need inbound capacity to receive payments.

## Requesting an Inbound Channel

<Steps>
  ### Go to Channels

  Click on the **"Channels"** tab in the left vertical menu.

  ### Request New Channel

  Click **"Order New Channel"** to start the request process.

  ### Enter Peer Information

  Enter the URL of the LSP you want to request the channel from.

  ### Allocate Funds

  Specify the required channel parameters:

  * **Channel capacity** - Total size of the channel
  * **Liquidity allocation** - How much liquidity you want on your side
  * **Duration** - How long the channel should remain open
  * **RGB assets** (optional) - Any RGB assets to include in the channel

  ### Review Details and Pay

  Make sure all information is correct and proceed with the payment required by the LSP. You can pay via Lightning Network or on-chain.
</Steps>

## Important Notes

* The LSP determines the fees for providing inbound liquidity
* Channel capacity and duration affect the total cost
* Keep your node online during the channel opening process
* After payment confirmation, wait for the required blockchain confirmations (typically 3 blocks)

***

*Next: [Channel Backups](./channel-backups)*
