0x1ac096e4…bd3asent to0xbcdb800d…8f42·#16,425,273·0x430f6ce5…fccc92
Are you interested in doing a safe atomic swap for both sides? We are looking for 2M USD in XMR for 2.5M DAI.
1. We generate a secret S and send you Hash(S)=H
2. On XMR side, we send XMR to an HTLC address whose unlock conditions are: either send to you if you can provide S or after timeout send back to our address.
3. On ETH side, we provide a contract using the same H. The contract has a function claim(S)' which will be called by us to claim DAI by matching Hash(S)=H, a function refund() which will be called by you to send back the DAI after the same timeout.
4. The whole process is: we send XMR to the HTLC address, and you send DAI to the contract which you can verify that it does require S to claim. Then we can call 'claim(S)' and finally you can claim the XMR with S.