Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Minor changes #25

Merged
merged 2 commits into from
Jan 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RFC-003-SWAP-basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ This protocol offers an application the following functionality:

- **Up for Sale**: Alice puts an asset **A** up for sale until `alpha_expiry`.
- **Give Option**: Bob can give Alice an *option* to exchange **A** for his asset **B** until `beta_expiry`
- **Exercise Option**: Alice may exercise her option until `beta_expiry` and receive **B** in exchange for **A**.
- **Exercise Option**: Alice may exercise her option and receive **B** in exchange for **A** until `beta_expiry`.

It is important to note that Bob gives Alice an option not an *offer*.
He cannot cancel this option; it simply exists until `beta_expiry`.
If **A** declines in value relative to **B** after Bob has deployed β-HTLC Alice may abort the protocol to her own advantage.
If **B** declines in value relative to **A** after Bob has deployed β-HTLC Alice may abort the protocol to her own advantage.
Applications where this behaviour is undesirable should either not use this protocol or mitigate the issue within the application in some way.


Expand Down