# Sync to chain

### Requirements

To use this feature, you need to have LiquidOps enabled with [agent](https://docs.bolt.observer/readme/liquidops/agent-based-push) version 0.2.0 or higher or enrolled with macaroon.

### Description

This alert is designed to notify you when your node is not synchronized with the Bitcoin blockchain. This can happen when your node loses connectivity to the chain, which in turn prevents your lightning node from updating on-chain information.

The consequences of this issue are twofold. First, your node may not be able to open channels, which can affect your lightning network operations. Second, and more concerning, is the possibility that someone may have cheated on you without your notice. Typically, lightning nodes would send out penalty transactions as a remediation in such cases, but due to the bug, this couldn't happen. This means that if you didn't use a separate watchtower and didn't upgrade your lnd version in time, your channel partners could potentially steal BTC from you by publishing old states.


---

# 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/integrations/triggers/sync-to-chain.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.
