# Should I open multiple channels with the same counterparty?

You might have encountered the situation where you need more receiving capacity or want to increase your lightning balance, and you plan to open a new channel as you did before.

However there are some things to consider.

1. Opening new channels is expensive. Consider swapping out or rebalancing existing channels.
2. You increase your dependence on a single counterparty. Can you open a channel with a different counterparty instead?

## Swap out

This will increase your receiving capacity by transfering bitcoin from your wallet balance to your on-chain balance: [Swaps](/user-guide/alby-hub/wallet/swaps.md#swap-out)

## Rebalancing **🧑‍🔧**

If you have more than one channel, consider rebalancing them. This redistributes your bitcoin across channels: [Can I rebalance funds from one channel to another?](/user-guide/alby-hub/faq/can-i-rebalance-funds-from-one-channel-to-another.md)<br>

## Choose Another Counterparty [🤓](https://emojipedia.org/nerd-face)

You can check which counterparty nodes you have channels with on your "Node" page. Then, when opening a new channel, you can select another counterparty when you choose the "Advanced" option.

By default Alby Hub will try to pick a new counterparty for you to reduce dependency on one channel partner and improve your [node health](/user-guide/alby-hub/node/node-health.md).

**Thanks. We appreciate that you went through the first steps yourself. 💛**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.getalby.com/user-guide/alby-hub/faq/should-i-open-multiple-channels-with-the-same-counterparty.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
