-
Notifications
You must be signed in to change notification settings - Fork 16
Description
This is a very high-level question to understand how the end-to-end flow fits with lightning (not really, the real reason is that I wanted to hijack issue number 1 😈 - EDIT: damn I only got number 5, even though I can't see any closed issue).
Let's imagine that an API proposes metered access via LSAT. Users that want access to that API will either need a direct channel or a route where none of the intermediate hops require a base fee, right? Otherwise the cost of the routing fees would very likely exceed the cost of the LSAT.
If we take the option of having a direct channel to the API provider, that channel will likely be quite unidirectional (the user will be making payments, but not the other way around). Once it's depleted on the user's end, the user loses access to the API. That means users need to proactively manage liquidity to make sure they're always able to pay for their LSATs, right?