> For the complete documentation index, see [llms.txt](https://guides.getalby.com/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.getalby.com/user-guide/alby-hub/node/increase-receiving-capacity.md).

# Increase receiving capacity

{% hint style="warning" %}
This is an essential task as it ensures that you can always receive a payment. But no worries there are several simple options depending on your preferences.
{% endhint %}

* [Just-In-Time Channels - the automated way](#just-in-time-channels-the-automated-way)
* [Buy a channel with receiving capacity included](#buy-a-channel-with-receiving-capacity-included)
* [Swap-out to your Alby Hub on-chain wallet](#swap-out-to-your-alby-hub-on-chain-wallet)
* [Create receiving capacity by spending](#create-receiving-capacity-by-spending)
* [Send to another lightning wallet](#send-to-another-lightning-wallet)

## Just-In-Time Channels - the automated way

{% content-ref url="/pages/Gv9EGKB1ke8KqljRCPuk" %}
[What are Just-In-Time channels?](/user-guide/alby-hub/faq/what-are-just-in-time-channels.md)
{% endcontent-ref %}

## Buy a channel with receiving capacity included

{% embed url="<https://demos.getalby.com/demo/clz4qysx03krjz9kd17hq0vj6>" %}

## Swap-out to your Alby Hub on-chain wallet

Transfer bitcoin from your Lightning Balance to your On-chain Balance. This will increase your receiving capacity, because it empties your payment channel by the amount you transfer to your on-chain wallet.

{% content-ref url="/pages/8nbj92v4ddKOeJ4WkltW" %}
[Swaps](/user-guide/alby-hub/wallet/swaps.md)
{% endcontent-ref %}

## Create receiving capacity by spending

That’s probably the most fun option. If your lightning balance is high enough you can simply spend some of your sats in [these apps](https://getalby.com/discover).

{% hint style="info" %}
Benefits: You create more receiving capacity and you also support the bitcoin ecosystem as a whole.
{% endhint %}

## Send to another lightning wallet

If you have a another lightning wallet or your exchange supports lightning deposits you can send that sats from your lightning balance to that wallet. You can send a payment via the Alby Browser Extension or your Hub directly.

{% content-ref url="/pages/eP7djVMjb9Funk48GhaK" %}
[Send](/user-guide/alby-hub/wallet/send.md)
{% endcontent-ref %}

**Congrats!** You just increase your Hub's receiving capacity. 🥳


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/node/increase-receiving-capacity.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.
