> 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/concepts/relayers.md).

# Relayers

> A MixFun service that submits your withdrawal transaction so your receiving wallet can stay unfunded.

The MixFun relayer takes your withdrawal proof and submits it on-chain as its own signed transaction. Your receiving wallet does not need any SOL. In exchange, the relayer keeps a small share of the withdrawn amount.

Relayers solve the "first transaction" problem. Funding a fresh wallet from your main wallet defeats the point of using MixFun, because the funding creates a public link. The relayer breaks that link by being the one that funds the withdrawal.

## What the relayer can and cannot do

The relayer can:

* Submit your withdrawal transaction on Solana.
* Pay the transaction's gas.
* Quote its fee before you confirm.

The relayer cannot:

* Change the recipient. The target address is baked into the proof; altering it invalidates the proof.
* Steal your funds.
* Reverse the withdrawal. Solana transactions are final.
* Link your withdrawal to your deposit.
* Learn your main wallet. The proof arrives from your browser over HTTPS with no identifying information attached.

## Where the relayer applies

The relayer is exposed in the app as a "Use relayer" toggle on:

* **Private Send withdrawals.**
* **Shielded Pools withdrawals.** Token and Token2022 handled automatically.

## How relayer fees work

The relayer quotes a fee before you submit. The fee covers Solana gas and a service share that keeps the relayer running. The quote is expressed as a portion of the withdrawn amount, and the app shows the exact receive amount before you confirm. If the fee is high for your situation, withdraw directly.

See [Use the relayer](/mixfun/guides/use-the-relayer.md) for the operational flow.


---

# 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/concepts/relayers.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.
