> 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/alternative-to-mixers.md).

# Alternative to Mixers

Monero was launched on April 18, 2014, and among its other features such as its CPU-friendly mining algorithm, it has built-in support for [ring signatures](https://en.wikipedia.org/wiki/Ring_signature). You can find details of it in the [CryptoNote whitepaper](https://web.archive.org/web/20180714233346/https://cryptonote.org/whitepaper.pdf). A ring signature is when a group of people sign something, but it is impossible for someone on the outside to know who in particular signed it.

Ring signatures provide far more anonymity than any bitcoin mixer could provide. In fact, although the IRS awarded a $625,000 contract to blockchain analysis companies to [break Monero](https://www.reddit.com/r/Monero/comments/z9j62d/the_irs_bounty_the_full_story/), but they failed at breaking it. In fact, these properties lave lead to Monero becoming the underground currency of the darknet. So next time someone tells you that “Bitcoin is only for criminals”, take them to this section.

It is worth noting that there have been [several](https://en.wikipedia.org/wiki/James_Zhong) [high-profile](https://www.wired.com/story/bitcoin-fog-dark-web-cryptocurrency-arrest/) [unmasking](https://www.wired.com/story/tracers-in-the-dark-welcome-to-video-crypto-anonymity-myth/) of bitcoin darknet users, and I’m sure many of them thought mixers would make them safe. That is not the case if you do not secure your digital life, whether you use Bitcoin or Monero or another cryptocurrency.

#### Exchanges Start Delisting Privacy Coins <a href="#aioseo-exchanges-start-delisting-privacy-coins" id="aioseo-exchanges-start-delisting-privacy-coins"></a>

The exchanges that chose to comply were forced to stop supporting privacy coins. Misinformed lawmakers believed that by stopping the purchase and sale of Monero, the crimes would stop. However, it is rarely as simple as that. Remember the bitcoin mixers I listed? None of them use Monero.

Binance, Coinbase, and FTX were among the large exchanges to drop privacy coins. Naturally this angered the communities of those cryptocurrencies, but they were holding on to exchanges. They continued to provide free access to buying and selling Monero. In that regard, we can say that the blockade failed.&#x20;

On an unrelated note, it feels ironic that these “gatekeepers of crypto” would try to block privacy coins in the name of safety. And yet they actively promote harmful shitcoins that frequently result in a total loss of funds. That screams money more than anything else. Then again, by delisting Monero, they also lost money. So let this reinforce your beliefs that exchanges only care about profit over anything else blockchain.


---

# 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/alternative-to-mixers.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.
