> 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/app-connections/app-store.md).

# App Store

## Introduction

[Alby Hub](https://getalby.com/alby-hub) is not just a bitcoin lightning wallet. It is your Hub for managing your bitcoin payments out of one place everywhere where you go. There are no more deposit and withdraw flows when using other apps and potentially losing bitcoin. **Connect your Hub and stay in control!**

The integrated App Store provides an overview of apps that can be connected to your Hub. You can also [discover bitcoin apps](https://getalby.com/discover) on the Alby website.

<figure><img src="/files/7JKFc4kYQJIBroZTjj1U" alt=""><figcaption><p>Alby Hub App Store</p></figcaption></figure>

Just click "Connect" and connect your Alby Hub to the selected apps.

{% hint style="info" %}
**Your Benefits:**

1. Overview: Keep one central balance
2. Everywhere: Use your Hub everywhere you go: in the browser, in apps, on mobile
3. Control: Revoke connections any time you want
   {% endhint %}

### Pay on Websites

Use Cases: Buy gift cards, unlock paywalls, top up your balance from a bitcoin exchange, etc.

While the Hub allows you to send and receive payments within the Hub itself, it is however more convenient to use the [Alby Browser Extension](https://getalby.com/alby-extension) as a bridge.

Option 1: Connect the Alby Extension directly to your Hub

Option 2: Link the Hub with your Alby Account and connect your Alby Account to the Extension. ([guide](/user-guide/browser-extension/link-wallet/alby-web-account.md))

Option 2 has the benefit of having your lightning address and Nostr identifier quickly available in the extension pop up screen.

### Pay in Apps

Use Cases: Zapping on Nostr, mobile gaming, etc.

There is a whole universe of bitcoin apps that you can use with your own Hub to send and receive directly within the app. There is no need to switch apps to confirm payments. One-click in-app payments are the standard with your Hub. Check out this [awesome list](https://github.com/getAlby/awesome-nwc?tab=readme-ov-file#apps) for a comprehensive overview.

### Pay on Mobile

Let's say you want to pay for a drink at a bar, share the bill with your friend, send someone his first bitcoin in a second etc....

...but Alby Hub runs in the cloud and not on my mobile phone!\
\
That's right, because your wallet needs to be always online to receive payments 24/7. However, there are the following options to send and receive payments from your mobile phone:

* Connect your Hub to the [Alby Go mobile app](https://getalby.com/alby-go) to pay on the go.

{% content-ref url="/spaces/xKPWjNAI2VDjXMnx1KRF" %}
[Alby Go](https://guides.getalby.com/user-guide/alby-go/)
{% endcontent-ref %}

{% hint style="info" %}
Alby Hub uses the [Nostr Wallet Connect](https://nwc.dev) protocol as a way to connect your node with the world of apps.\
\
The list of NWC supported apps can be found [here](https://github.com/getAlby/awesome-nwc/blob/master/README.md).
{% endhint %}

**Have fun using Alby Hub wherever you go: one wallet, endless possibilities!**


---

# 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, and the optional `goal` query parameter:

```
GET https://guides.getalby.com/user-guide/alby-hub/app-connections/app-store.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
