> For the complete documentation index, see [llms.txt](https://guides.getalby.com/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.getalby.com/user-guide/browser-extension/faq/can-i-connect-lnd-with-readonly-permissions.md).

# Can I connect LND with readonly permissions?

Depends on what you want to do with Alby. But if you for example only want to receive payments you can give the Alby extension a LND macaroon with limited permissions.

The following permissions are typically used. Depending on your usage you can limit these permissions. Use [LND's macaroon bakery](https://github.com/lightningnetwork/lnd/blob/master/macaroons/README.md#bakery) to generate a custom macaroon. ([learn more](https://github.com/lightningnetwork/lnd/blob/master/macaroons/README.md#bakery))

* invoices:write - create invoices
* invoices:read - check invoices
* offchain:read - display the balance
* info:read - read node information
* peers:write - for LNURL-channel requests
* message:write - sign a message (e.g. for LNURL-auth)
* offchain:write - to send payments

Note: some lightning web applications using [webln.request()](https://www.webln.guide/building-lightning-apps/webln-reference/webln.request) might request other calls.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://guides.getalby.com/user-guide/browser-extension/faq/can-i-connect-lnd-with-readonly-permissions.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.
