Bridging USDC from ETH to Solana: Best Practices?
Looking into options for moving $USDC from Ethereum ($ETH ≈ 1730.01) to Solana for a project involving micro-payments. Wormhole is the obvious choice, but what are the current best practices for ensuring security and minimizing gas/transaction costs during the bridge process, especially for recurring transfers? Any tooling recommendations to monitor bridge health and finality?
Wormhole is solid for this. For recurring transfers, I'd look into automating the process with a script that monitors gas fees on ETH and triggers the bridge when they're low. No specific tooling for bridge health beyond watching the transaction explorer, but a good custom script can give you peace of mind.