-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
Point Time Locked Contracts (PTLC) scripts allow for swaps to look like normal transactions. Especially with Taproot, Schnorr signatures and tapscripts greatly increase the ability to blend into the crowd (enhancing user privacy). PTLCs can also be implemented with ECDSA signatures, though the setup and cryptography are more complex.
PTLCs, by using adaptor signatures, also remove the necessity of manually transferring a secret key (hash_preimage) between the maker and taker. This simplifies, and increases the security of the protocol.
Here is a basic, work-in-progress outline of how a PTLC protocol would work with coinswaps:
Metadata
Metadata
Assignees
Labels
No labels