> For the complete documentation index, see [llms.txt](https://docs.bitbanana.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitbanana.app/setup/connect-a-lightning-node/lndconnect-uri.md).

# lndconnect URI

[lndconnect](https://github.com/LN-Zap/lndconnect) is a connection URI that allows connecting to LND nodes.

It looks like this:

```
lndconnect://<HOST>:<PORT>?cert=<certificate_encoded_as_base64url>&macaroon=<macaroon_encoded_as_base64url>
```

It contains the following information:

* Host and port (specifies the node's address)
* Host certificate (for secure communication, not needed when tor is used)
* Macaroon (permission handling for LND nodes)

{% hint style="info" %}
BitBanana automatically tailors its interface to match the permissions of the macaroon in use. Whether it's read-only, admin or a custom one, the app ensures users only see what they’re allowed to use. For instance, with a read-only macaroon, send functionality is disabled.
{% endhint %}
