# 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="liquidops/getting-started" %}
[getting-started](https://docs.bolt.observer/readme/liquidops/getting-started)
{% endcontent-ref %}

{% content-ref url="liquidops/setup-liquidops" %}
[setup-liquidops](https://docs.bolt.observer/readme/liquidops/setup-liquidops)
{% endcontent-ref %}

{% content-ref url="liquidops/node-and-liquidity-automation" %}
[node-and-liquidity-automation](https://docs.bolt.observer/readme/liquidops/node-and-liquidity-automation)
{% endcontent-ref %}

###


---

# 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.bolt.observer/readme/liquidops.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.
