# 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 %}

* [Buy a channel with receiving capacity included](#buy-a-channel-with-receiving-capacity-included)
* [Swap-out to your Alby Hub on-chain wallet](#send-to-another-onchain-wallet)
* [Create receiving capacity by spending](#create-receiving-capacity-yourself)
* [Send to another lightning wallet](#send-to-another-lightning-wallet)

## 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: 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.
