Lightning Network Analysis

AI-powered LN insights with live data — 75 sats

About

Ask any question about the Lightning Network. Fetches real-time statistics from mempool.space (node count, capacity, fee rates) and generates expert analysis with Llama 3.3 70B.

Try It

75 sats via L402.

API Usage

curl -X POST https://maximumsats.com/api/ln-analysis \
  -H "Content-Type: application/json" \
  -d '{"query": "What is the current state of Lightning Network capacity?"}'

Sample Response

{
  "query": "What is the current state of Lightning Network capacity?",
  "analysis": "The Lightning Network currently has...",
  "ln_stats": {"node_count": 15234, "channel_count": 52341, "total_capacity": 539200000000},
  "model": "llama-3.3-70b-versatile"
}
Also available via MCP at maximumsats.com/mcp