> For the complete documentation index, see [llms.txt](https://mixfun.gitbook.io/mixfun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixfun.gitbook.io/mixfun/overview/getting-started.md).

# Getting Started

> Your first 2 minutes with MixFun.

MixFun has four privacy flows on Solana, each suited to a different kind of transaction. The fastest way to understand MixFun is to pick the flow that matches what you want to do, then follow that flow's page.

## Before you start

You need:

* A Solana wallet with some SOL for gas. MixFun supports Phantom. See [Connect a wallet](/mixfun/guides/connect-a-wallet.md).
* An idea of what you want to do: send SOL privately, shield a token, swap privately, or receive to a stealth address.

You do not need:

* An account or signup. Most MixFun flows work without signing in.
* A bridge or cross-chain setup. MixFun is Solana-only.

## Pick a flow

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Private Send</strong></td><td>Send SOL privately using a shared note. The simplest and strongest privacy flow.</td><td><a href="/pages/MCiF4c2HFX5qYRW5upfG">/pages/MCiF4c2HFX5qYRW5upfG</a></td></tr><tr><td><strong>Shielded Pools</strong></td><td>Same pattern as Private Send, but for SPL tokens like USDC.</td><td><a href="/pages/WDFlnRd1uosRjNrCZU33">/pages/WDFlnRd1uosRjNrCZU33</a></td></tr><tr><td><strong>Private Swap</strong></td><td>Swap between tokens without revealing the route. Flexible amounts.</td><td><a href="/pages/SyamnNBOalri3NRQR0Ek">/pages/SyamnNBOalri3NRQR0Ek</a></td></tr><tr><td><strong>Stealth Transfers</strong></td><td>Receive to a one-time address that only you can spend from.</td><td><a href="/pages/57vz0TXOKWg4HdaglD9z">/pages/57vz0TXOKWg4HdaglD9z</a></td></tr></tbody></table>

## If you're new to privacy

Start with [Private Send](/mixfun/flows/private-send.md) using a small amount (0.1 SOL). It exercises the core concept: deposit, save the note, share or self-send, withdraw. Once that click happens, the other flows are variations on the same idea.

After your first deposit, read:

* [Notes and custody](/mixfun/concepts/notes-and-custody.md) to understand what you're holding.
* [Anonymity sets](/mixfun/concepts/anonymity-sets.md) to understand how pool depth shapes your privacy.

## If you're already fluent in on-chain privacy

Skip to [Private Swap](/mixfun/flows/private-swap.md) or [Stealth Transfers](/mixfun/flows/stealth-transfers.md). Those two flows have the least overlap with standard mixer designs.


---

# 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://mixfun.gitbook.io/mixfun/overview/getting-started.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.
