# Wallets

## Alby

Browser extension wallet for the Lightning Network, designed to facilitate easy online payments and interactions with web-based services.

{% embed url="<https://getalby.com/products/browser-extension>" %}

## Blixt Wallet

A non-custodial open-source Lightning Wallet with a WebLN browser.

{% embed url="<https://blixtwallet.github.io/>" %}

## Blue Wallet

Mobile-focused Bitcoin and Lightning wallet designed for ease of use, featuring a user-friendly interface and multiple storage options.

{% embed url="<https://bluewallet.io/>" %}

## Breez

Focuses on delivering a seamless Lightning Network experience with features like a Point of Sale mode and automatic channel management.

{% embed url="<https://github.com/breez>" %}

## Electrum Bitcoin Wallet

Electrum itself is pure Python, and so are most of the required dependencies, but not everything.

{% embed url="<https://github.com/spesmilo/electrum/>" %}

## Fully Noded

Mobile wallet designed for advanced users, allowing full control over a Bitcoin Core node via its intuitive interface.

{% embed url="<https://github.com/Fonta1n3/FullyNoded>" %}

## LNbits

Free and open-source Lightning wallet and accounts system. LNbits can run on top of any Lightning funding source. It supports LND, CLN, Eclair, Spark, LNpay, OpenNode, LightningTipBot, and with more being added regularly.

{% embed url="<https://github.com/lnbits/lnbits>" %}

## Muun Wallet

Mobile Bitcoin and Lightning wallet aiming for simplicity and ease of use, featuring seamless Lightning Network integration for fast and low-fee transactions.

{% embed url="<https://github.com/muun>" %}

## Phoenix Wallet

Phoenix is a self-custodial Lightning wallet from ACINQ focused on reliable payments with simple UX and automatic channel management.

{% embed url="<https://phoenix.acinq.co/>" %}

{% embed url="<https://github.com/ACINQ/phoenix>" %}

## Sparrow Wallet

Bitcoin wallet that focuses on transparency and usability, featuring advanced features like coin selection and multisig setups.

{% embed url="<https://www.sparrowwallet.com/>" %}

## Wasabi Wallet

Privacy-focused Bitcoin wallet that integrates CoinJoin technology for enhanced anonymity.

{% embed url="<https://wasabiwallet.io/>" %}

## Zeus

Mobile Lightning Network wallet that allows you to connect to your own node, providing a full suite of node management features from your mobile device.

{% embed url="<https://getzeus.app/>" %}

{% embed url="<https://github.com/ZeusLN/zeus>" %}


---

# 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://book.pleblab.com/learn-by-coding/wallets.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.
