Send tokens
Here's exactly how you can send tokens from your Portal wallet to another address.
Now that you have a Portal wallet, let's send some tokens.
To do that, first we need to fund the Portal wallet with both the chain's native token (to cover gas fees) and any other token you'd like to send (e.g. USDC). Check out our Testnet faucets page to get some free tokens.
Next, we can use portal.sendAsset
to easily send tokens to another address.
Here is a simple example where we will send 1 USDC on Ethereum Sepolia:
You just sent your first token from your Portal wallet, that's awesome! 🎉
You may have a more advanced use case than simply sending tokens from your Portal wallet. Next, we will dive into how to build your own transaction and also how to sign it (without submitting it).
Last updated