Main Menu
Infrastructure Overview
8 min
high level infra overview voltage is the infrastructure platform voltage wraps lnd lnd is an open source implementation of lightning lnd has an api which is your primary interface for nearly all lightning features and methods voltage has an api which is exclusively for managing infrastructure (your lnd node) and its settings and is not an interface for activities such as sending / receiving payments or checking balances a bit more in depth 1\ voltage is the infrastructure platform voltage provides managed lightning network infrastructure, handling all the technical complexity of running lightning nodes so you don't have to think of it as "lightning as a service" you get all the benefits of lightning network functionality without worrying about server maintenance, monitoring, or updates crucially, your node is encrypted with your own password and remains fully non custodial managed hosting voltage handles server provisioning, security, and uptime simplified setup no need to configure your own hardware or deal with networking professional monitoring 24/7 monitoring and alerting for your lightning infrastructure non custodial security your node is encrypted with your password voltage never has access to your funds or private keys 2\ voltage wraps lnd voltage takes the core lnd software and packages it with additional management tools, monitoring systems, and enterprise features it's like having lnd with a professional operations team built around it your encrypted node data is only decrypted client side with your password, ensuring voltage cannot access your lightning wallet lnd plus more same core lightning functionality with added enterprise features management layer additional tools for monitoring, backups, and configuration abstracted complexity voltage handles the technical details while exposing lnd's capabilities client side decryption your node is unlocked only by you, with your password, on your device 3\ lnd is an open source implementation of lightning lnd (lightning network daemon) is one of the most popular ways to run lightning network software the lightning network enables instant, low cost bitcoin payments by creating payment channels between users open source foundation built and maintained by the bitcoin community lightning network protocol implements the technical specifications for off chain bitcoin payments production ready used by major exchanges, wallets, and payment processors self sovereign design lnd maintains your control over your own keys and funds 4\ lnd has an api which is your primary interface for nearly all lightning features lnd's api is where the action happens it's how you actually use lightning network functionality this is your main toolkit for building lightning powered applications you control access to this api through your own authentication and encryption payment operations send and receive lightning payments programmatically channel management open, close, and manage payment channels balance checking query wallet balances and channel liquidity invoice generation create payment requests for receiving funds your keys, your control all lightning operations require your authentication and decryption 5\ voltage has an api which is exclusively for managing infrastructure voltage's api is separate and focused purely on infrastructure management think of it as the "admin panel" for your lightning setup, not the lightning functionality itself voltage can manage your server infrastructure but cannot access your encrypted lightning node or funds node management start, stop, restart your lnd instance (but cannot unlock or access it) configuration changes update settings, security parameters, and network configurations infrastructure monitoring check node status, resource usage, and health metrics clear separation infrastructure management stays separate from lightning operations for better security and organization zero access to funds voltage manages the infrastructure but your encrypted node ensures non custodial control