bolt.observer
  • bolt.observer
    • LiquidOps
      • Getting started
      • Setup LiquidOps
        • Api based - pull
        • Agent based - push
      • Node and liquidity automation
      • Integrations
        • Triggers
          • TCP connectivity
          • Tor connectivity
          • Lightning Connectivity
          • Sync to chain
          • Sync to graph
          • Onchain balance
          • Channel balance
          • Node balance
          • Channel open
          • Channel close
          • Inactivity
        • Actions
          • Send a notification
          • Perform Auto Swaps
            • Use case: auto swap-out for a 2M sats channel
            • Use case: auto swap-out for a 50M sats channel
            • Use case: auto swap-in
    • Explorer
    • Integration configuration
      • Discord
      • Email
      • Nostr
      • Opsgenie
      • PagerDuty
      • Slack
      • Telegram
    • Reachability
    • Guides
      • Explorer: advanced search
      • Create a workflow with auto swaps
      • Agent configuration: auto swaps
      • Setup LiquidOps on Voltage nodes (API based - pull)
      • Setup LiquidOps on Voltage nodes (agent based - push)
Powered by GitBook
On this page
  1. bolt.observer
  2. LiquidOps
  3. Setup LiquidOps

Agent based - push

PreviousApi based - pullNextNode and liquidity automation

Last updated 2 years ago

Our push based system is based on our open source agent

Agent is a program that essentially interfaces between your node and our platform, gathering data from your node's api and converting it to a compatible format for our platform to ingest it.

Interacting with our platform through agent gives you the most control over data, sampling rates and security as we don't need any access to your node, you only ship relevant data to us. You can filter specific channels, add entroy to data you share with us and review the code that is running so you know exactly what its doing.

Agent is considered a reference implementation of how interaction with our platform can be done, API is fairly simple and you can integrate it directly into your tooling if you want to, we do not however at this time provide support for custom integrations (this will change in the future, reach out to us if you'd like to do that at this time).

https://github.com/bolt-observer/agent