# LndHub URI

An LndHub URI is used to connect to wallets that use the LndHub protocol.&#x20;

It looks like this:

```
lndhub://<USERNAME>:<PASSWORD>@<HOST>
```

It contains the following information:

* The host (points to the LndHub instance)
* Username (identifies the associated wallet)
* Password (the user's password)

{% hint style="danger" %}
LndHub functions as an accounting layer built on top of an LND node. However, this arrangement is custodial, as the operator has control over all funds within the accounts. Only connect to an LndHub account if you trust the operator and only deposit what you are willing to lose.
{% endhint %}


---

# 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://docs.bitbanana.app/setup/connect-a-hosted-wallet/lndhub-uri.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.
