Bitcoin–Monero Cross-chain Atomic Swap
Go to file
Byron Hambly 1fecc687a7
Merge pull request #1614 from comit-network/dependabot/github_actions/actions/checkout-4.1.3
build(deps): bump actions/checkout from 4.1.2 to 4.1.3
2024-04-22 14:03:48 +02:00
.cargo .cargo/config.toml for specifying linker 2021-03-15 14:36:05 +11:00
.github build(deps): bump actions/checkout from 4.1.2 to 4.1.3 2024-04-22 11:18:11 +00:00
docs fix typo 2023-08-04 19:15:04 +00:00
monero-harness Upgrade testcontainers from 0.12 to 0.14 (#1552) 2024-02-23 21:04:27 +02:00
monero-rpc build(deps): update rust-toolchain to 1.67 and bump uuid to 1.4 2023-07-31 11:49:28 +02:00
monero-wallet Upgrade testcontainers from 0.12 to 0.14 (#1552) 2024-02-23 21:04:27 +02:00
swap build(deps): bump hyper from 1.2.0 to 1.3.0 2024-04-16 12:24:28 +00:00
utils/gpg_keys docs: add gpg key readme and delta1.asc 2022-08-11 13:05:21 +02:00
.gitignore docs: update sqlx script and add ci 2022-11-30 15:30:32 +02:00
CHANGELOG.md Revert "Monero wallet refresh fix (#1487)" 2024-03-26 09:06:31 +02:00
CONTRIBUTING.md Create CONTRIBUTING.md 2021-06-29 10:58:00 +10:00
Cargo.lock build(deps): bump thiserror from 1.0.58 to 1.0.59 2024-04-22 11:17:01 +00:00
Cargo.toml Update secp256kfun and rand to latest version 2021-05-25 15:35:13 +10:00
LICENSE Change license to GPLv3 2020-10-12 17:13:25 +11:00
README.md ci: update minimum rust version to 1.70 2023-12-06 12:31:13 +02:00
dprint.json chore: fix dprint config and run fmt 2023-03-15 14:19:57 +02:00
rust-toolchain.toml ci: update minimum rust version to 1.70 2023-12-06 12:31:13 +02:00

README.md

XMR to BTC Atomic Swap

This repository hosts an MVP for atomically swapping BTC to XMR. It implements the protocol described in section 3 of this paper.

More information about the protocol in this presentation and this blog post.

Currently, swaps are only offered in one direction with the swap CLI on the buying side (send BTC, receive XMR). We are working on implementing a protocol where XMR moves first, but are currently blocked by advances on Monero itself. You can read this blogpost for more information.

Quick Start

  1. Download the latest swap binary release for your operating system.
  2. Find a seller to swap with:
./swap --testnet list-sellers
  1. Swap with a seller:
./swap --testnet buy-xmr --receive-address <YOUR MONERO ADDRESS> --change-address <YOUR BITCOIN CHANGE ADDRESS> --seller <SELLER MULTIADDRESS>

For more detailed documentation on the CLI, see this README.

Becoming a Market Maker

Swapping of course needs two parties - and the CLI is only one of them: The taker that occasionally starts a swap with a market maker.

If you are interested in becoming a market maker you will want to run the second binary provided in this repository: asb - the Automated Swap Backend. Detailed documentation for the asb can be found in this README.

Safety

This software is using cryptography that has not been formally audited. While we do our best to make it safe, it is up to the user to evaluate whether or not it is safe to use for their purposes. Please also see section 15 and 16 of the license.

Keep in mind that swaps are complex protocols, it is recommended to not do anything fancy when moving coins in and out. It is not recommended to bump fees when swapping because it can have unpredictable side effects.

Contributing

We encourage community contributions whether it be a bug fix or an improvement to the documentation. Please have a look at the contribution guidelines.

Rust Version Support

Please note that only the latest stable Rust toolchain is supported. All stable toolchains since 1.70 should work.

Contact

Feel free to reach out to us in the COMIT-Monero Matrix channel.