Hi ZmnSCPxj,

Thanks for your explanation. It’s comprehensive.

I think our disagreement is on the step 6.
In step 6,

- Alice can publish or withhold the WJT tx
- Bob can wait or unilaterally close the WJT payment channel

I see the following things:

First, both Alice and Bob can do something on the WJT blockchain at this stage. 
What will happen if they publish txs simultaneously?
For example, Alice publishes WJT tx while Bob publishes the tx closing the 
channel.

Second, will the concurrent txs introduce some attacks?  I guess 
concurrent-while-conflicting txs lead to highly unpredictable behaviours.
For example, Alice or Bob uses high tx fee to bribe miners to accept her/his 
tx, in order to gain some advantage on the concurrent txs?
Also, the “whale transaction” works here. Will this introduce some 
double-spending variants?

Third, assume Bob doesn’t wait any more and closes the channel. In this case, 
Bob cannot get the premium.
This is not consistent with the original American Call Option, in which Bob 
should still get the premium.

To conclude, I find this protocol highly depends on the implementation of the 
payment channel as well as the expertise of participants (Alice and Bob) c.f. 
relatively low usability.
We may need a suitable payment channel implementation here. What’s your opinion 
on the payment channel suitable for this scenario?

Sincerely,
Runchao

> On 12 Aug 2019, at 6:05 pm, ZmnSCPxj <zmnsc...@protonmail.com> wrote:
> 
> Good morning Runchao,
> 
> 
> Sent with ProtonMail Secure Email.
> 
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> On Monday, August 12, 2019 11:19 AM, Runchao Han <runchao....@monash.edu 
> <mailto:runchao....@monash.edu>> wrote:
> 
>> Good morning ZmnSCPxj,
>> 
>> Sorry for the ambiguity of my last email. It was Sunday and I wrote it in 1 
>> min on my bed. Let me elaborate what we are thinking of here.
>> 
>> ## Analysis on the protocol from Fournier et al.
>> 
>> In this protocol, Bob participates in the swap following the steps below:
>> 
>> 1. Alice and Bob creates a payment channel on WJT blockchain.
>> 2. Bob creates the WJT transaction using the joint account of Alice and Bob, 
>> including 1) Bob's input of 1,000,000 WJT, 2) Alice’s input for the 10,000 
>> WJT premium. This transaction should be signed by both Alice and Bob in 
>> order to be valid.
>> 3. Bob signs the WJT transaction and sends the WJT transaction to Alice.
>> 4. Alice signs this WJT transaction. At this stage, Alice has both the valid 
>> BTC transaction and the valid WJT transaction.
>> 5. Alice broadcasts both the BTC transaction and the WJT transaction.
> 
> Incorrect.
> 
> The order is below.
> I add also the behavior when the protocol is stalled such that a step is not 
> completed.
> 
> 1.  Alice broadcasts and confirms a BTC transaction paying an HTLC, hashlock 
> Bob, Timelock Alice.
>    * Alice is initiating the protocol via this step, thus non-completion of 
> this step is simply not performing the protocol.
> 2.  Alice informs the BTC transaction to Bob.
>    * If Alice does not perform this, Bob does not know it and Alice locked 
> her own money for no reason.
> 3.  Alice and Bob indicate their inputs for the WJT-side funding transaction.
>    * If Alice does not perform this, it aborts the protocol and Alice locked 
> her own money for no reason.
>    * If Bob does not perform this, it aborts the protocol and Bob turns down 
> the opportunity to earn 10,000 WJT (opportunity cost).
> 4.  Alice and Bob exchange signatures for the WJT-side claim transaction 
> which spends the funding transaction via the hashlock side and gives 
> 1,000,000 WJT to payout to Alice and 10,000 WJT premium to Bob.
>    Order does not matter as funding  tx is still unsigned.
>    * If Alice does not perform this, it aborts the protocol and Alice locked 
> her own money for no reason.
>    * If Bob does not perform this, it aborts the protocol and Bob turns down 
> the opportunity to earn 10,000 WJT (opportunity cost).
> 5.  Bob provides signatures for the WJT funding tx,
>    * If Bob does not perform this, it aborts the protocol and Bob turns down 
> the opportunity to earn 10,000 WJT (opportunity cost).
> 6.  Alice signs WJT funding tx and broacasts and confirms.
>    * If Alice does not perform this, Bob invalidates the transaction by 
> spending any of his inputs.
>      * Alice has an option here, but a very short option: up until Bob grows 
> tired of waiting.
>        Bob can make this timeout arbitrarily small, without requiring input 
> from Alice.
>        What value would there be in a 1-second option, even gotten for free, 
> when Alice has spent fees on the BTC-side transaction in the first place?
> 7.  Alice completes the claim transaction and broadcasts.
>    * If Alice does not perform this, Bob simply waits out the timelock and 
> recovers his funds plus premium.
> 8.  Bob spends the BTC HTLC via the hashlock path.
>    * If Bob does not perform this, Bob has given money for free to Alice.
> 
> Thus I do not believe this is needed for blockchain-layer atomic swaps.
> 
> For Lightning-layer atomic swaps, the solution requires that two hashes be 
> used on the WJT side, and is largely the above protocol in very broad strokes.
> Unfortunately, using two hashes instead of one leaks to intermediate hops 
> that the payment involved a cross-currency swap, thus undesirable.
> 
> 
> 
>> 
>> In a word, Bob is responsible for preparing the WJT transaction, while Alice 
>> is responsible for preparing the BTC transaction and broadcasting both 
>> transactions.
>> 
>> Here, if Bob stalls, nothing will happen, because Bob cannot spend the 
>> 10,000 WJT premium without Alice’s signature.
>> If Alice stalls, you are saying that Bob can spend the input of 1,000,000 
>> WJT so he does not lose any money.
>> 
>> I have 3 questions on this scheme.
>> 
>> First, I’m not sure how do you define “Alice stalls”. In this case, Alice 
>> can stall by 1) withhold the WJT tx, or 2) broadcast BTC/WJT funding txs but 
>> withhold the preimage.
>> If 2), this protocol is okay. But what about 1) i.e. Alice withholds the WJT 
>> tx? Here, Bob cannot do anything except for closing the payment channel and 
>> quit.
> 
> Yes.
> 
>> 
>> Second, I’m not sure whether Bob can spend his money in this payment channel 
>> while the payment channel is still valid.
>> In Bitcoin, Bob needs to close the payment channel and get back his money 
>> first, then he can spend the money.
> 
> Depends on how the payment channel is implemented.
> If you do something like send transactions spending the internal state 
> outputs, then ratifying this later by performing a transaction cut-through to 
> derive the next state update, then it is no different from blockchain layer.
> Of course, if you postulate the non-cooperation of Alice in this, there is 
> indeed a need to close unilaterally.
> But this is the same as any non-cooperation in any channel system: that is 
> the entire point why you have unilateral closes.
> 
>> 
>> Third, let’s optimistically assume Bob can close this payment channel 
>> without Alice’s consent.
> 
> Every payment channel system worth consideration today has a unilateral close.
> There is no need for optimism.
> 
>> Now he decides to close this channel if Alice does not broadcast the WJT tx 
>> all the time.
>> Alice does not need to pay for the premium if she withholds the WJT tx. If 
>> Alice decides not to proceed this swap, Bob should close this channel and 
>> get back 1,000,000 WJT. However, Bob cannot get the 10,000 WJT premium.
> 
> And this time frame can be made arbitarily small by Bob by simple threat of 
> unilateral close, thus not making it an option for Alice.
> 
> Regards,
> ZmnSCPxj

_______________________________________________
bitcoin-dev mailing list
bitcoin-dev@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev

Reply via email to