xmr-btc-swap/docs/pages/index.mdx
Mohan e3e1ff5f17
rebranding: eigenwallet (#461)
* rebranding: Change github/UnstoppableSwap to github/eigenwallet

* rebranding: change Unstoppable -> eigenwallet in a bunch of places

* rebranding: change tauri icon
2025-07-17 16:31:29 +02:00

33 lines
No EOL
1.3 KiB
Text

import { Cards } from 'nextra/components'
# Introduction
**eigenwallet** is a protocol _and_ desktop application for swapping Monero and Bitcoin.
It uses atomic swaps to make trustless and private trades possible without the need for a centralized exchange.
## Quick Start
To start using eigenwallet, you need to install the application. Then you can do your first swap.
<Cards num={2}>
<Cards.Card arrow title="Installation" href="/getting_started/install_instructions">
</Cards.Card>
<Cards.Card arrow title="Completing your first swap" href="/usage/first_swap">
</Cards.Card>
</Cards>
## What is an Atomic Swap?
Atomic swaps are cross-blockchain transactions that are executed without the need for a centralized exchange.
They are _atomic_ because the protocol guarantees that you will not lose your assets if the swap fails[^1].
## How does eigenwallet work?
**eigenwallet** is a protocol _and_ desktop application.
When you run the app, you can connect to and swap with different _makers_.
_Makers_ are users who run the eigenwallet protocol on their own computer or server to provide liquidity.
They buy your Bitcoin and in return give you Monero.
Each maker can set their own prices and fees.
[^1]: The guarantee only holds when the protocol is followed.