diff --git a/docs/guide/faq.md b/docs/guide/faq.md
index 55ce5845..98d09949 100644
--- a/docs/guide/faq.md
+++ b/docs/guide/faq.md
@@ -8,65 +8,119 @@ nav_order: 5
Frequently Asked Questions
===============
- A - If your LNbits is running only behind Tor (you can't run it on clearnet), you must do the following: A - If your LNbits is running only behind Tor (so if you can't see it on clearnet), you have to: B - If you run your LNbits over Tor and want to offer public LN services, you should consider to move it to a clearnet (domain/IP) access, with https SSL certificate. B - If you run LNbits over Tor and want to offer public LN services, you should consider opening it to the clearnet (domain/IP) via a https SSL certificate.
-When you receive a payment in Lnbits, the transaction log will display only a resumed type of the transaction. Like this:
+When you receive a payment in Lnbits, the transactions will display only a resumed type of the transaction. Like this:

-As you can see on the left side, there's a little green arrow for receiveing or red arrow for sending.
-If you click on that arrow, will popup a screen with more details about the transaction, including the message and the name attached to the payment.
+As you can see on the left side, there's a little green arrow for receiving and a red arrow for sending.
+If you click that arrow, a screen will pop up with more details about the tx, including the message and the name attached to it.
-If the sender's LN wallet support LUD-18 (nameDesc) will also insert an alias/pseudonym preceeding the comment. This is optional and only if the sender want to send that name. It can be any name and not related to real names.
+If the sender's LN wallet supports LUD-18 (nameDesc) you will also be shown an alias/pseudonym preceeding the comment here. This is optional and only if the sender wants to send that name. Pls be aware that these names are not verified and can be freely chosen! It can be any name and is not at all related a real name possibly.
-When you create a LNURL-p, by default the comment box is not filled. That means comments are not allowed to be attached to payments.
-In order to allow comments, add the characters lenght of the box, from 1 to 250. Once you put a number there, the comment box will be displayed in the payment process. You can also edit a LNURL-p already created and add that number.
+When you create a LNURLp, by default the comment box is not filled resp. the amount of characters is set to 0. That means comments are not allowed to be attached to payments. In order to allow comments, add the characters length within a range of 1 to 250. Once you put a number there, the comment box will be displayed to your customers in the payment process. You can also edit a LNURLp already created and add that number later.

There are multiple ways to get sats from onchain into LN (LNbits). Depends on the case scenario you are in. Here are some options: A - Using a swap service like: Boltz or FixedFloat or DiamondHands or . This is the case when you provide to the payer only a LNURL/LN invoice from your LNbits instance, but payer have only onchain sats. So will have to the swap first on his side. The procedure is simple: user will send onchain to the swap service, then will provide the LNURL or LN invoice from LNbits as destination of the swap. B - Using the Onchain LNbits extension. Keep in mind that this would be a separate wallet, not the LNbits one (your LN node behind your LNbits). Is better to use a separate one. This onchain wallet can be used also with the LNbits Boltz or Deezy extension, for swaps from LN into onchain. If you have a webshop linked to your LNbits for LN payments, it is very handy to drain all the sats from LN into onchain at the end of the day or when you have too much payments received. In this way you have more space in your LN channels to receive more. Procedure steps: There are multiple ways to exchange sats from onchain btc to LN btc (resp. to LNbits). A - Via a swap service like Boltz, FixedFloat, DiamondHands or ZigZag. This is useful if you provide only LNURL/LN invoices from your LNbits instance, but a payer only has onchain sats so
+ they will have to the swap those sats first on their side. The procedure is simple: user sends onchain btc to the swap service and provides the LNURL / LN invoice from LNbits as destination of the swap. B - Using the Onchain LNbits extension Keep in mind that this is a separate wallet, not the LN btc one that is represented by LNbits as "your wallet" upon your LN funding source. This onchain wallet can be used also to swap LN btc to (e.g. your hardwarewallet) by using the LNbits Boltz or Deezy extension. If you run a webshop that is linked to your LNbits for LN payments, it is very handy to regularily drain all the sats from LN into onchain. This leads to more space in your LN channels to be able to receive new fresh sats. Procedure A - LNbits non-custodian, you own the funding source B - Lnbits custodian, you used legend.lnbits or similarWhen I scan a QR LNURL from my LNbits, I get "network error". What can I do?
- "Network error" when scanning a QR. What can I do?
+
-
-
-
Where can I see payment details?
Can I receive a comment/message to my LNURL-p QR?
+Can I receive a comment/message for deposits made to my LNURLp QRs?
How someone can deposit to my LNbits using onchain TX?
-Can i deposit onchain btc to LNbits ?
+
-
I lost my Wallet-URL. Are my funds gone?
+
+
+
+
To write cards you will need LNbits to be available in clearnet. Please consider running your own LNbits instance for this.
+To write cards you will need LNbits to be available in clearnet. Please consider running your own LNbits instance for this.
+LNbits has all sorts of open APIs and tools to program and connect to a lot of different devices for several use-cases.
+Grabbing machines, jukeboxes, bandits, candy cispenser, beertaps and all sorts of other things have already been build with these LNbits tools. Let us know what you did with it ! Come to the Makerbits Telegram Group if you are interested in building with LNbits or if you need help with a projekt - we got you!
When you run your LNbits in clearnet basically everyone can generate a wallet on it. Since the funds of your node are bound to these wallets you might want to prevent that. There are two ways to do so +
The new LNbits manual will show you which sources you can use and how to configure each here +
+You will need to edit the lnd.conf file for this. The parameter to be included are allow-circular-route=1 respectively allow_self_payment=1. +
+