get10101 / 10101

10101 (Ten-Ten-One): Self-custodial derivative trading at your fingertips.
https://10101.finance
MIT License
130 stars 23 forks source link

Investigate how to fund channel to user efficiently #25

Closed bonomat closed 1 year ago

bonomat commented 1 year ago

We want the coordinator to open a channel with the user while having funds on either side of the channel. This can either be done using dual funded channels or using submarine swaps after channel opening.

Note:

This task is about investigating how we can achieve the following scenarios in the most straight forward way without having to extend rust-lightning :)

Scenarios:

This ticket is about investigating and documenting in form of an ADR how we can achieve these scenarios.

bonomat commented 1 year ago

Outdated