Skip to main content
Send ETH and ERC-20 token transfers securely using Para’s wallet infrastructure.

Prerequisites

You need Web3 libraries configured with Para authentication.
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.

Send ETH

Send ERC-20 Tokens

Next Steps