Files
smom-dbis-138/docs/channels/FUTURE_WORK.md
2026-03-02 12:14:09 -08:00

19 lines
887 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Future Work (Channels)
Possible extensions beyond the current payment and generic state channel managers.
## Virtual channels
Virtual channels (hub, ledger channels, guarantees) allow many parties to interact without each pair opening a separate on-chain channel. For design and references:
- [State Channels blog Virtual channels](https://blog.statechannels.org/virtual-channels/)
- Nitro / Statechannels.org protocols
Current codebase does not implement virtual channels; this is listed as future work.
## Other directions
- **ERC20 payment channels**: Separate manager or token parameter with safe transfers (see PRE_DEPLOYMENT_RECOMMENDATIONS.md).
- **Connext / Raiden / Statechannels SDK**: Optional in-app flows or embedded guides (see EXTERNAL_PROTOCOL_INTEGRATION.md).
- **Upgradeability**: Deploy behind a transparent proxy if contract upgrades are required later.