A simple and private bitcoin exchange
Go to file
Reckless-Satoshi 2e3a32705b
Add concept for BTC <> Fiat p2p swap using Lightning.
- Motivation
    1) It is widely recognized that one of the main attack vectors for the Bitcoin network is the ability of states to control the fiat on/off-ramps.
    2) While there exists peer-to-peer alternatives to centralized exchanges, these are rather technical, slow and more costly.
    3) Most users prefer the convenience of a centralized exchange at the cost of a difficult of the risk for their privacy and a difficult initial setup (ID, selfie-video, etc).

- Opportunities
    Using the Lightning Network and hodl invoices it is possible to create a more user friendly, faster and cheaper peer-to-peer market. This vision was first enacted by @grunch on the p2plnbot telegam bot project.

- Challenges
    1) Ideally the seller hodl invoice and the payment to the buyer invoice would be atomic. Given that this is not technically possible, the proposed concept relies on the need of trust on the service provider.

There are reasons to believe that challenging centralized solutions both in user experience and cost is possible.

This commit adds a rough concept for thefrontend, backend and design.
This project, tentatively named RoboSats (short for Robotic Satoshis) and licensed at launch under AGPL3.0.
2022-01-01 07:28:49 -08:00
.github/ISSUE_TEMPLATE Add concept for BTC <> Fiat p2p swap using Lightning. 2022-01-01 07:28:49 -08:00
.editorconfig Add concept for BTC <> Fiat p2p swap using Lightning. 2022-01-01 07:28:49 -08:00
.gitignore Add concept for BTC <> Fiat p2p swap using Lightning. 2022-01-01 07:28:49 -08:00
concept_v0.0.1.pdf Add concept for BTC <> Fiat p2p swap using Lightning. 2022-01-01 07:28:49 -08:00
CONTRIBUTING.md Add concept for BTC <> Fiat p2p swap using Lightning. 2022-01-01 07:28:49 -08:00
faq.md Add concept for BTC <> Fiat p2p swap using Lightning. 2022-01-01 07:28:49 -08:00
LICENSE Add concept for BTC <> Fiat p2p swap using Lightning. 2022-01-01 07:28:49 -08:00
README.md Add concept for BTC <> Fiat p2p swap using Lightning. 2022-01-01 07:28:49 -08:00

RoboSats: Buy and sell non-KYC Satoshis.

RoboSats is a simple and private way to exchange bitcoin for national currencies. Robosats aims to simplify the peer-to-peer experience and uses lightning hodl invoices to minimize the trust needed to trade. In addition, your Robotic Satoshi will help you stick to best privacy practices.

Try it out

Bitcoin mainnet:

  • Tor: robosatsbkpis32grrxz7vliwjuivdmsyjx4d7zrlffo3nul44ck5sad.onion
  • Url: robosats.org (Not active)
  • Version: v0.0.0 (Last stable)

Bitcoin testnet:

  • Tor: robotescktg6eqthfvatugczhzo3rj5zzk7rrkp6n5pa5qrz2mdikwid.onion
  • Url: testnet.robosats.org (Not active)
  • Commit height: v0.0.0 Latest commit.

Use Tor Browser and .onion for best anonymity.

Contribute to the Robotic Satoshis Open Source Project

See CONTRIBUTING.md

License

RoboSats is released under the terms of the AGPL3.0 license. See LICENSE for more details.