For the complete documentation index, see llms.txt. This page is also available as Markdown.

Practical Example Private DeFi Swap

Practical Example Private DeFi Swap

  1. User connects wallet via zkShine Private RPC.

  2. Initiates a swap using zkShine’s PrivateSwap dApp.

  3. Transaction is encrypted and routed through the Anonymous Relay Network.

  4. zkProof confirms validity of the swap price & balances without revealing sender.

  5. Validator executes the transaction on Solana mainnet.

Outcome:

  • Price verified ✔️

  • Balance accurate ✔️

  • Sender identity hidden ✔️

  • On-chain transaction publicly valid ✔️

Last updated