Explain what payment channels are and how they work.
We need more information on how payment channels in Filecoin work, how to use them from Lotus (and possibly other implementations), and how to use payment channels in applications both in terms of use cases and through the API.
For the majority of storage and retrieval usage, the lotus & markets implementations are designed such that managing individual channels is largely internal to the node. Wallet, token, and other users would need to interact at the payments level but not payment channels.
Lotus exposes payment channels through its CLI and APIs, and it's a useful feature that we'd want to promote to any lotus users. It's also intended to be a top-level feature in Slate. The idea of individual transactions is useful, but the fact that Filecoin essentially allows subscription payments is a unique feature that we should document well and explain how it can be used in applications (it's especially valuable for developers).
Here's an excellent overview from a community member on how filecoin payment channels work.
cc @johnnymatthews