> For the complete documentation index, see [llms.txt](https://docs.bolt.observer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bolt.observer/readme/liquidops.md).

# LiquidOps

LiquidOps is a comprehensive tool designed to streamline liquidity management in your Lightning Network node. By periodically retrieving data from your node, LiquidOps offers configurable alerting on your balances and channel status, empowering you to make informed decisions about your node's liquidity. With its user-friendly workflows, LiquidOps simplifies node and liquidity management by providing a solution to automate manual tasks at scale.

Features available for LND and core-lightning:

* alerting on liquidity events
  * node level inbound or outbound capacity alerts&#x20;
  * channel specific configurable inbound or outbound capacity alerts &#x20;
* alerting on channel status (active/inactive)
* alerting on channel closing or opening
  * node level alerting on new opened channels or closed channels&#x20;
  * channel specific alerts for closing&#x20;
* alerting on node sync to chain or graph
  * channel specific alerts for closing
  * Task automation with workflows
* Liquidity management with auto-swaps
  * Auto swap-in : restore outbound liquidity with swap-in(s)
  * Auto swap-out : restore inbound liquidity with swap-out(s)

{% content-ref url="/pages/lSt71gnplvnmsVNBh3fR" %}
[Getting started](/readme/liquidops/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/jhr2cYABOD0oU5lOyUaF" %}
[Setup LiquidOps](/readme/liquidops/setup-liquidops.md)
{% endcontent-ref %}

{% content-ref url="/pages/mIURpZZ91m8teONINqdL" %}
[Node and liquidity automation](/readme/liquidops/node-and-liquidity-automation.md)
{% endcontent-ref %}

###


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bolt.observer/readme/liquidops.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
