xmr-btc-swap/docs/pages/index.mdx

17 lines
564 B
Plaintext

import { Cards } from 'nextra/components'
# Introduction
**UnstoppableSwap** is a protocol _and_ desktop application for swapping Monero and Bitcoin. We use atomic swaps to make trustless and private trades possible.
## Quick Start
To start using UnstoppableSwap, 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>