Skip to the content.

A step by step guide about how to start using Green wallet with Lightning, a good option for new users to get onboard with Lightning.

Many of my readers were asking me to write this guide, even that most of the documentation can be found on Blockstream website. So I took some excerpts from their docs added some of my observations and recommendations and put them together into this short guide to have it at hand for new users.

The long awaited Lightning wallet on Blockstream Green have arrived. At the time writing this guide, IS STILL IN BETA PHASE, but if you want to test its functionalities, is ready to be used on Bitcoin mainnet.

At the end of this guide you will find all the links to download it so I am sure you read first the IMPORTANT steps you should do.

INTRODUCTION

The Green wallet is a multi account application, where you could start using multiple Bitcoin accounts (singlesig, multisig, watch-only, HW-connect) and now also was introduced the Lightning account.

What's the difference between wallets and accounts?

Wallets

A Green wallet lets you store and spend you funds securely and conveniently. I's self-custodial, so it means that it stores or manages the keys to access your bitcoin, so you are in control.

To start sending and receiving funds on Blockstream Green, you must create at least one wallet, but you can have create or import multiple ones.

For each wallet you create, need to back up your primary key. The backup consists of a 12 or 24-word recovery phrase.

Each wallet can be accessed via PIN or biometrics and even be exported across multiple devices.

Accounts

An account is a subsection of wallets that allows you to separate funds based on your needs, for more security, or instant payments. You can manage multiple additional accounts in each wallet.

Accounts are tied to the primary key in which they are created. The recovery phrase backup of your primary key, unlocks access to all accounts inside that wallet. If you lose access to your wallet, you lose access to all accounts inside the wallet.

What Is the Purpose of Using Multiple Accounts?

Some of the benefits of using multiple accounts include:

Instant transactions

Top up your instant account to send instant cheap transactions to everyone on the Lightning Network, with our unique self-custody solution for Bitcoin Lightning payments.

Increased Security

You can create a 2FA protected account, where spending funds from requires authenticating with a separate 2FA of your choice among Authenticator app, email, sms, or call.

Easier Accounting

Maintaining multiple accounts can be useful if you want to keep track of different income streams or budgets without having to write down and store a new recovery phrase for each balance.

Stronger Privacy

Your account balance shows the total value of all UTXOs in your account. When you make a transaction, your Blockstream Green app may combine transaction outputs in order to send the required amount of funds. Combining UTXOs can compromise your privacy as it links multiple addresses to the same sender.

By creating separate accounts within the same wallet, you can control which UTXOs are combined and which aren’t. Blockstream Green will never combine UTXOs from two different accounts, even if they are part of the same wallet.

In Blockstream Green, your funds are stored inside accounts, which are stored inside wallets. Accounts enable you to conveniently separate your funds in one wallet. For example, you might use one account for daily spending and another for stacking securely with 2FA protection.


LET’S GET STARTED

To play around and test it, you would need to activate the “experimental” features and open a “Lightning Account”, is actually a CLN node using Greenlight, where the keys stays on your device.

First step is to create a simple Bitcoin wallet, single sig, from which will be derived the keys for your Lightning Account (node).

You do not have to deposit any BTC into this onchain wallet and then later open a LN channel (as you are used to do with regular LN nodes). The Lightning node could receive straight away sats directly from a LN invoice. Greenlight (Blockstream backend node hosting) is providing all the liquidity and channels management as the main LSP.

For a regular new user, this is a very simple way to start with Lightning without all the hassle of running a full LN node and managing the liquidity, channels etc.

After you create a main Bitcoin wallet, then go to App Settings (top left drawer on main screen) and activate “Experimental features”.

Once you’ve done that, go back to Accounts screen and click on “Create new account“ button from top right. Then on the bottom, click on “Advanced features”. You will see that now you can create a “Lightning Account”.

Some aspects to remember:

How Liquidity works in Green LN wallet?

Let’s explain a bit, for new users, how the liquidity works in Green so they have it clear in their mind from the beginning.

So, Green is dedicating a maximum 4M sats capacity for this LN account. That means you can deposit a max 4M sats initially or during the whole use of Green, through smaller amounts until you reach that max limit.

When you are inside the LN account, if you click on the top right corner menu and open the “Node Info” option, you will see your LN node ID and also displaying the liquidity available.

You better save that nodeID info together with your LN seed words that are separate from your main Bitcoin wallet !

So let’s say you deposited 50k sats initially.

As you can see, on the balance it says 47199 sats (represent the 50k - 2500 sats fee - some tests I did) and bellow it says 28174 sats “receive capacity”. That means I can still receive 28174 sats WITHOUT paying an additional 2500 sats fee to expand the capacity of that channel, through splicing.

This is a nice way that Green is offering to users to have like 40-50% more inbound capacity on top of what they already deposited.

Now come the interesting part. Let’s say you deposit more than that extra capacity of 28174 sats, you deposit 900k sats. In that moment the channel is expanded using splicing LN feature, you pay an extra fee of 2500 sats and now you have a bigger channel. But is still full and you will still get a smaller inbound liquidity on top.

Remember you cannot go further than 4M sats. I think this is a limitation for beta phase and not be too much reckless. But 4M sats for mobile LN wallet is more than enough.

What happen if you swap out those 900k sats now? Let’s say you want to move them to an onchain wallet. Fine, use any swap service to move out those sats, but not all, just leave in the channel at least 1%.

In that moment you will remain with an almost empty channel, ready to receive more sats over LN, without paying those extra fees of 2500 sats for each deposit. That’s why is recommended to start with a bigger initial deposit, so you will pay only once that fee, instead of each time you deposit.

For the moment I could find a way to swap out directly into main Bitcoin wallet, you have to use an external service.

But the swap in function works just fine.

Click on LN account main screen the “Receive” button and in that screen, before you put the amount, you will see at the bottom “Show onchain Address”. Will generate a new BTC address to deposit.

In the next screen you will get the BTC address and also a warning saying that min and max limit for that deposit. Also a fee for the splicing will be applied.

As you can see is limiting the max deposit to 900k sats. I don’t know why exactly this limit, but I supposed is specific to beta phase and also maybe for a better channels management and not being abused. But is more than enough for the moment.

So this onchain deposit practically will expand your channel capacity with the amount of sats you deposited + what you already had inside + a little bit more inbound capacity.

OBSERVATIONS

Another very interesting aspect to be mentioned is that this LN wallet is offering more privacy when you RECEIVE sats over LN. Why? Because is using wrapped invoices.

I did a test, creating an invoice in Green and then decode it into LN decoder to see possible tracing of the LN invoice. You can see that end up as “destination” node a BreezC node, that I supposed is the LSP for Greenlight, using the new C= specs.

So in this way, your Green nodeID is not revealed in a payment, offering more privacy.

I tested also the disaster recovery procedure, wiping out the whole app and restore from seed, the main bitcoin wallet account and the LN account. All worked as designed, recovering straight away the LN channel funds, without the necessity of closing the channel.

CONCLUSION

I think this is a nice, simple and elegant way for new users to start using Lightning without any complications, with self-custody of their keys.

This wallet is a good alternative to all those custodial accounts, some of them even KYC and closed source. It still have some limitations, but for a not so technical user is a very good option.


RESOURCES LINKS:

Green is free, open source software, that can be installed from Google Play Store, Apple Store, F-Droid and also straight from Github repository (you can use Obtainium for updates)


DISCLAIMER

I am not paid by Blockstream or any other team/company. I just support for free their open-source solutions with guides. We MUST help each others if we want to go forward with Bitcoin adoption. They write code, I write guides.

I am writing guides and documentations, translations for many other Bitcoin solutions, for free. My life is dedicated to Bitcoin as a whole, as a way forward for a better world.

Don’t ask what Bitcoin did for you, ask what YOU did for Bitcoin!