# FAQ Source: https://privacycash.mintlify.app/documentation/sdk-reference/faq 1. **Who pays for the network fees?** User pays Solana network fees on deposit. For withdrawals, relayers pay Solana network fees.\ \ After you integrate with the SDK, you don't need to pay any fees. 2. **What's the minimum withdrawal amount?** Check minimum\_withdrawal field in [https://api3.privacycash.org/config](https://api3.privacycash.org/config) 3. **Is there any devnet support?** Not for now. Please test on mainnet. It should be really straightforward to integrate. 4. **For frontend integration, does client/user ever need to pass private key or encryption key to relayer?** No. Those keys belong to the user, and should never leave client. 5. **Can SDK integration devs sponsor the gas fee?** Currently not. 6. **Can SDK integration devs charge fees?** You can add a fee transfers instruction on deposit and charge some fees from your users. In fact, a handful of projects integrated our SDK already did so. # Privacy Tips Source: https://privacycash.mintlify.app/documentation/user-docs/privacy-tips Common Tips to Improve Your Privacy When Using Privacy Pools * **Privacy is money at rest.** Deposit more than you need right now and leave funds in the pool over time. * **Avoid 1:1 timing and amounts.** Never withdraw the same amount immediately after depositing. * **Stick to common denominations.** Use popular amounts (e.g. 10 SOL, 100 USDC) to blend into the crowd. * **Add noise with swaps.** Swap a portion of your balance into other tokens before withdrawing. * **Use pools with large anonymity sets.** A pool with just one transaction per day offers no real privacy. Just use Privacy Cash. # Video Tutorial Source: https://privacycash.mintlify.app/documentation/user-docs/video-tutorial