Skip to main content
Send ETH and ERC-20 token transfers securely using Para’s wallet infrastructure.
Sepolia examples need testnet ETH before sending transactions. Get requestFaucetAsync from useRequestFaucet() and call requestFaucetAsync({ chain: "ETHEREUM_SEPOLIA" }) after the user has an EVM wallet. If chain is omitted, the faucet defaults to ETHEREUM_SEPOLIA. See Fund Testnet Wallet for the full example.
Wagmi is not available on React Native. Use Ethers.js or Viem for EVM operations.

Send ETH

Send ERC-20 Tokens

Next Steps