
Overview
Reactive Mainnet is a proof-of-stake blockchain for the Reactive Network. Lasna Testnet serves as a testing environment, allowing developers to test and refine features before deploying them on the mainnet.
Reactive Mainnet and Lasna Testnet use the same system contract address: 0x0000000000000000000000000000000000fffFfF
Reactive Mainnet
- Network Name — Reactive Mainnet
- RPC URL — https://mainnet-rpc.rnk.dev/
- Chain ID — 1597
- Currency Symbol — REACT
- Block Explorer URL — https://reactscan.net/
Get Testnet REACT
Reactive Faucet
To obtain testnet REACT (lREACT), send ETH to one of the Reactive faucet contracts:
Ethereum Sepolia: 0x9b9BB25f1A81078C544C829c5EB7822d747Cf434
Base Sepolia: 0x2afaFD298b23b62760711756088F75B7409f5967
The exchange rate is 1:100 — for each ETH sent, you receive 100 lREACT. You can make the transfer using MetaMask or any Ethereum-compatible wallet.
Do not send more than 5 ETH in a single transaction.
- Maximum per transaction: 5 ETH
- Maximum received: 500 lREACT
- Any amount above 5 ETH will be lost and will not generate extra lREACT
ReacDEFI Swap
You can also swap ETH for lREACT directly using ReacDEFI, Reactive’s app:
- Choose how much lREACT you want to receive.
- The app automatically calculates the required ETH.
- Connect an Ethereum/Base Sepolia wallet via MetaMask or Coinbase.
- Confirm the transaction.
Terminal Request
Alternatively, call the request(address) method on one of the Reactive faucet contracts:
cast send 0x9b9BB25f1A81078C544C829c5EB7822d747Cf434 --rpc-url $ETHEREUM_SEPOLIA_RPC --private-key $ETHEREUM_SEPOLIA_PRIVATE_KEY "request(address)" $CONTRACT_ADDR --value 0.1ether
cast send 0x2afaFD298b23b62760711756088F75B7409f5967 --rpc-url $BASE_SEPOLIA_RPC --private-key $BASE_SEPOLIA_PRIVATE_KEY "request(address)" $CONTRACT_ADDR --value 0.1ether
Lasna Testnet
- Network Name — Reactive Lasna
- RPC URL — https://lasna-rpc.rnk.dev/
- Chain ID — 5318007
- Currency Symbol — lREACT
- Block Explorer URL — https://lasna.reactscan.net