Send Your First Transaction
Once your wallet is connected to Relix Testnet and holds some testnet RLX, you can try a simple transfer. This is the easiest way to confirm that everything is working correctly before you start interacting with dApps or deploying contracts.
The example below uses MetaMask, but the steps are very similar in other EVM wallets.
1. Choose a Destination Address
You need another address to send RLX to. You can use:
A second wallet you control (for example, a mobile wallet or another browser profile), or
A friend’s address who is also testing Relix.
Make sure the destination is a valid EVM address (starts with 0x and has 42 characters in total).
2. Open the Send Screen
Open MetaMask and confirm that:
The active network is Relix Testnet (chain ID 4127).
Your RLX balance is visible at the top.
Click the “Send” button.
In the “Send to” field, paste the destination address you prepared earlier.
Take a quick moment to visually verify the first and last few characters of the address to avoid mistakes.
3. Enter the Amount of RLX
In the amount field:
Type how many RLX you want to send. For the first test, a small amount is enough (for example
0.1or1RLX).Make sure the asset selected is RLX, not a custom token.
MetaMask will automatically calculate the estimated gas fee in RLX and show a total at the bottom.
4. Review Network and Fee
Before confirming:
Check that the network label says something like
Relix TestnetorRLX Testnet(depending on what you named it).Look at the gas fee; it should be small since this is a testnet.
Confirm the recipient address and amount one last time.
If everything looks correct, click “Next”, then “Confirm”.
5. Wait for Confirmation
After you submit the transaction:
MetaMask will show it as Pending.
Within a short time, the status should change to Confirmed.
You can also click “View on block explorer” to open the transaction on:
https://testnet.relixchain.com
On the explorer page you will see:
The from and to addresses
The amount of RLX transferred
The fee paid
The block number and timestamp
6. Verify the Result
To make sure everything worked:
Check the sender account in your wallet: the RLX balance should have decreased by the sent amount plus the fee.
Switch to the recipient account (or ask your friend to check) and confirm that the incoming RLX has arrived.
Searching either address on the explorer should show the same transaction.
Once you have successfully completed this first transfer, your setup is confirmed:
The wallet is correctly connected to Relix.
The RPC endpoint is responding.
Your address can send and receive RLX on testnet.
From here, you can move on to more advanced tasks such as interacting with smart contracts, testing dApps, or deploying your own applications on Relix.
Last updated