> For the complete documentation index, see [llms.txt](https://bitlist.gitbook.io/x/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitlist.gitbook.io/x/guides-and-tutorials/about-privacy/private-exchanges.md).

# Private Exchanges

#### History of the creation of Private Exchanges

When [LocalBitcoins](https://en.wikipedia.org/wiki/LocalBitcoins) opened in June 2012, it was the first peer-to-peer marketplace of its kind. In a way, it was a precursor of the private exchanges as we know them today. Why is this important, you ask? Because in a private exchange, the buyer and seller directly trade cryptocurrencies with each other. Also fiat currencies could be traded, but that is beyond the scope of this website.

Way back then, people trusted each other enough to do direct trades with each other on various parts of the internet. This was before scammers overran cryptocurrency circles. When PayPal eventually banned bitcoin transactions on its platform (for nearly 10 years), people flocked there instead. LocalBitcoins is [no more](https://localbitcoins.com/service_closure/) now, but it has left a legacy of a model exchange.

#### The Second Wave Of Private Exchanges <a href="#aioseo-the" id="aioseo-the"></a>

Against the backdrop of the introduction of massive restrictions from centralized exchanges, private exchanges were gaining more and more popularity. Probably the oldest active and trusted exchange today is [eXch](https://exch.cx/). It is noteworthy that the leaders of this niche were almost not exposed to any criminal or government activities. Those who closed did so voluntarily.

Exchanges such as [Robosats](https://learn.robosats.com/), [PeachBitcoin](https://peachbitcoin.com/), [Wizardswap](https://www.wizardswap.io/), [Agoradesk](https://agoradesk.com/?language=en) and [UnstoppableSwap](https://unstoppableswap.net/) were created during this period. A few [scams](https://bitcointalk.org/index.php?topic=5446315.msg61977036#msg61977036) were also created, but they must have realized that exchanges are not so profitable, because they all disappeared quickly.

It is also around this time when exchanges became widely adopted, mainly by people whose exchanges were giving them a hard time with their funds. Today they represent a glowing future of private coin exchanges, which can trade not only Bitcoin and Monero, but other coins such as Ethereum and stablecoins too.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bitlist.gitbook.io/x/guides-and-tutorials/about-privacy/private-exchanges.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
