diff --git a/docs/use_cases.md b/docs/use_cases.md index 75dd54f64..ea2909c2a 100644 --- a/docs/use_cases.md +++ b/docs/use_cases.md @@ -3,4 +3,4 @@ id: use_cases title: Use Cases for LDK --- -TODO +LDK is designed to provide incredible flexibility in integrating a lightning node into your application. It is not designed to be a stand-alone application and those seeking a full lightning node to run may wish to look elsewhere. LDK focuses on ensuring tight integration with existing on-chain wallets is easy, allowing reuse of existing blockchain download, key management, UTXO management, and on-disk/cloud storage. See the Getting Started page for more details on the interfaces LDK provides for integration.