RoboSats

RoboSats is an easy way to privately exchange Bitcoin for national currencies. It simplifies the peer-to-peer experience and makes use of lightning hold invoices to minimize custody and trust requirements. The deterministically generated avatars help users stick to best privacy practices.

Open Source

RoboSats Source Code

Author

RoboSats

Description

A simple and private bitcoin exchange

#bitcoin#exchange#freedom-tools#i2p#lightning#p2p#peer-to-peer#privacy#tor

Homepage

https://learn.robosats.org

License

AGPL-3.0

Created

01 Jan 22

Last Updated

28 Jun 26

Latest version

v0.8.5-alpha

Primary Language

Python

Size

188,659 KB

Stars

1,005

Forks

226

Watchers

1,005

Language Usage

Language Usage

Star History

Star History

Top Contributors

Recent Commits

  • KoalaSat (27 Mar 26)

    Merge pull request #2461 from RoboSats/v0.8.5-alpha v0.8.5-alpha

  • KoalaSat (27 Mar 26)

    v0.8.5

  • KoalaSat (22 Feb 26)

    Merge pull request #2436 from RoboSats/dependabot/npm_and_yarn/frontend/ajv-6.14.0 chore(deps): bump ajv from 6.12.6 to 6.14.0 in /frontend

  • dependabot[bot] (21 Feb 26)

    chore(deps): bump ajv from 6.12.6 to 6.14.0 in /frontend Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v6.14.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 6.14.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>

  • KoalaSat (15 Feb 26)

    Merge pull request #2425 from RoboSats/dependabot/pip/pillow-12.1.1 chore(deps): bump pillow from 11.3.0 to 12.1.1

  • KoalaSat (15 Feb 26)

    Merge pull request #2428 from RoboSats/dependabot/npm_and_yarn/desktopApp/qs-6.14.2 chore(deps): bump qs from 6.14.1 to 6.14.2 in /desktopApp

  • dependabot[bot] (14 Feb 26)

    chore(deps): bump qs from 6.14.1 to 6.14.2 in /desktopApp Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.14.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.14.1...v6.14.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>

  • dependabot[bot] (11 Feb 26)

    chore(deps): bump pillow from 11.3.0 to 12.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.0 to 12.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/11.3.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>

  • KoalaSat (05 Feb 26)

    Merge pull request #2405 from kanishka0411/feat/custom-http-notifications feat: custom http notifications

  • KoalaSat (05 Feb 26)

    Merge branch 'main' into feat/custom-http-notifications

  • Kanishka (01 Feb 26)

    refactor: simplify webhook implementation

  • KoalaSat (02 Feb 26)

    Merge pull request #2410 from kanishka0411/fix/chart-yaxis-icons fix: use BTC axis label instead of ₿ symbol in depth chart for Tor Browser compatibility

  • Kanishka (01 Feb 26)

    fix: replace Bitcoin symbol with BTC axis label for Tor Browser compatibility

  • KoalaSat (02 Feb 26)

    Merge pull request #2408 from keshav0479/fix/excessive-coordinator-warning fix: added silent flag to suppress background loading errors

  • KoalaSat (01 Feb 26)

    Merge pull request #2409 from f321x/patch-1 Remove Tor access details for Experimental coordinator

  • Felix (01 Feb 26)

    Remove Tor access details for Experimental coordinator Removes the experimental coordinator from the docs, its the same url as the robosats federated frontend url in the paragraph above and the coordinator doesn't exist anymore.

  • keshav0479 (01 Feb 26)

    fix: added silent flag to suppress background loading errors

  • KoalaSat (01 Feb 26)

    Merge pull request #2404 from keshav0479/fix/renew-order-stuck-loading fix: resolve infinite loading and show errors on order renewal

  • KoalaSat (01 Feb 26)

    Merge pull request #2402 from keshav0479/fix/order-page-loading-race-condition fix: resolve order page loading race condn

  • KoalaSat (01 Feb 26)

    Merge pull request #2407 from RoboSats/dependabot/npm_and_yarn/frontend/glob-10.5.0 chore(deps): bump glob from 10.4.5 to 10.5.0 in /frontend

  • dependabot[bot] (01 Feb 26)

    chore(deps): bump glob from 10.4.5 to 10.5.0 in /frontend Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v10.5.0) --- updated-dependencies: - dependency-name: glob dependency-version: 10.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>

  • Kanishka (01 Feb 26)

    Fix webhook test authentication

  • Kanishka (01 Feb 26)

    minor fixes

  • Kanishka (01 Feb 26)

    Add webhook tests and API documentation

  • Kanishka (01 Feb 26)

    added webhook config

  • Kanishka (01 Feb 26)

    added webhook configuration

  • keshav0479 (31 Jan 26)

    fix: resolve infinite loading and show errors on order renewal

  • Kanishka (31 Jan 26)

    added backend notification logic

  • Kanishka (31 Jan 26)

    added webhook fields

  • keshav0479 (31 Jan 26)

    fix: resolve order page loading race condn

RoboSats Website

Website

Redirects

Redirects to https://learn.robosats.org

Security Checks

2 security checks failed (63 passed)

  • Empty Page Content
  • External Redirect Detected

Server Details

  • IP Address 95.215.19.22
  • Location Stockholm, Stockholms lan, Sweden, EU
  • ISP Materialism S.r.l.
  • ASN AS39287

Associated Countries

  • SE SE

Safety Score

Website marked as safe

100%

Blacklist Check

learn.robosats.com was found on 0 blacklists

  • AntiSocial Blacklist
  • Artists Against 419
  • Badbitcoin
  • Bambenek Consulting
  • CERT Polska
  • CoinBlockerLists
  • CRDF
  • CryptoScamDB
  • EtherAddressLookup
  • EtherScamDB
  • Fake Website Buster
  • MetaMask EthPhishing
  • NABP Not Recommended Sites
  • OpenPhish
  • PetScams
  • PhishFeed
  • PhishFort
  • Phishing.Database
  • PhishStats
  • PhishTank
  • Phishunt
  • RPiList Not Serious
  • Scam.Directory
  • SecureReload Phishing List
  • Spam404
  • StopGunScams
  • Suspicious Hosting IP
  • ThreatFox
  • ThreatLog
  • TweetFeed
  • URLhaus
  • ViriBack C2 Tracker

Website Preview

Website preview

RoboSats Reviews

More Crypto Exchanges

About the Data: RoboSats

API

You can access RoboSats's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/v1/services/robosats

The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.

Share RoboSats

Help your friends compare Crypto Exchanges, and pick privacy-respecting software and services.
Share RoboSats and Awesome Privacy with your network!

View Crypto Exchanges (2)