Skip to main content

privacy swap

cross-chain swap through monero. sol from a source wallet gets routed through xmr and arrives at a fresh destination wallet with no on-chain link between the two.

how it works

source wallet (sol)
    → sol-to-xmr swap
    → xmr-to-sol swap
destination wallet (sol)
two chained swaps through xmr. you never touch monero directly. the system handles it internally.

config

paramwhat
source_walletswallets to swap from
destination_walletsfresh wallets to receive sol (1:1 with source)
sell_tokenssell all tokens before swapping (default: true)
slippage_bpsslippage for token sells (default: 2000)
source and destination arrays must match 1:1. create fresh destination wallets first.

cost

time~45 minutes (xmr confirmation)
fee~3%
minimum0.2 sol per wallet

status tracking

each operation reports: deposit_sentforward_processingxmr_convertingreturn_processingcompleted monitor from the dashboard or poll the status endpoint. irreversible once initiated. double-check wallet addresses before confirming.