AmbireTech / adex-protocol

AdEx Protocol: docs
45 stars 21 forks source link

Document BTC version/interoperability #13

Closed Ivshti closed 1 year ago

Ivshti commented 5 years ago

there's a bunch of ways we can either do a BTC verison or implement BTC interoperability

  1. Interop: on signup, allow BTC to ERC20 atomic swaps with a counterparty: https://blog.coblox.tech/2018/12/12/erc20-lightning-and-COMIT.html
  2. Interop: on signup, allow using BTC SPV proofs to autonomously trade BTC for an ERC20
  3. BTC version: build directly on top of the LN
  4. BTC version: re-implement OUTPACE on top of BTC; this will end up looking a lot like the LN, and will be really simple for the most part, except for the need of RSMC
Ivshti commented 1 year ago

not relevant anymore