Ghost Mode enables private bridging by routing transactions through private relays instead of the public mempool.Documentation Index
Fetch the complete documentation index at: https://docs.dzap.io/llms.txt
Use this file to discover all available pages before exploring further.
What it is
Ghost Mode is a private bridge where you setprivate: true in your quote and build requests. This routes the transaction through private relays (Flashbots, MEV-Blocker, or chain-native private mempools) instead of broadcasting to the public mempool.
Why it matters
- No front-running. Searchers can’t snipe your trade if it isn’t visible on the public mempool.
- No copy-trading. Your bridge doesn’t appear on screeners until after settlement.
- Bigger sizes. Larger transfers stop tipping off the market.
How it works
Ghost Mode uses the same bridge flow as standard trades with one addition: theprivate flag.
Tradeoffs
| Public Bridge | Ghost Mode | |
|---|---|---|
| Front-run protection | Partial | Full |
| Settlement latency | Seconds | Slightly higher |
| Solver liquidity | Open | Permissioned pool |
| Fees | Standard | Slight premium |