What RadarDex is and how launching a token through it works.
About RadarDex
RadarDex (previously ArcDEXScan) is a DEX screener and trading hub for Arc Mainnet — the USDC-native network by Circle. It watches the chain directly and aggregates every trading pool into one interface:
Pools & charts
All Uniswap V2/V3 pools on Arc, indexed in real time: candles or line charts, live transactions, liquidity, volume, traders.
Portfolio
Open any address — holdings, trade history, and every token it deployed through RadarDex.
Swap & Bridge
Trade any listed token with aggregated routing, and bridge funds into Arc from other chains.
Launchpad
One-click fair launches with liquidity locked forever — documented below.
RadarLaunches
A curated calendar of upcoming token & NFT launches, hand-picked by the team.
Points
Trading activity earns points: 1 USDC of volume = 1 point, plus referral bonuses.
Launch a token — how it works
A launch is one transaction to the LaunchFactory. It creates everything at once:
Token deployed
1,000,000,000 supply, no owner, no minting, no taxes, no pause. The bytecode contains no admin functions at all.
Pool created & priced
A USDC/TOKEN Uniswap V3 pool (1% fee tier) opens at ≈$0.0000052 per token — ≈$5.2K starting FDV.
100% of supply becomes liquidity
The entire supply goes into the pool single-sided. No presale, no team bag, and no USDC needed from the deployer.
LP locked forever
The position NFT lands in the FeeSplitLocker in the same transaction — there is no code path to ever take it out.
Optional first buy
Attach USDC to buy the first bag atomically — same block, ahead of any sniper.
Logo, website and socials are stored off-chain in the RadarDex API and can be edited later by signing a message from the deployer wallet.
Liquidity & fees
The FeeSplitLocker holds the LP position and deliberately cannot release it: no decreaseLiquidity, no burn, no NFT transfer or approve, no delegatecall, no admin backdoor. Not the deployer, not the treasury, not the factory — nobody can pull the liquidity.
The only thing that moves is the 1% swap fee the pool earns, split at collection time:
70%
Token deployer
30%
Protocol treasury
collectFees(tokenId) is permissionless — anyone can call it, but recipients come from the lock record, so nothing can be redirected.
Fees accrue in both assets (USDC and the token); both are split 70/30.
Deployers claim from their token page on RadarDex — the more the token trades, the more they earn.
⚠Locked liquidity removes the classic rug-pull — it does not remove market risk. Price still moves with buying and selling. DYOR.
Contracts
RadarLaunch contracts on Arc Mainnet (chain id 5042):
✓Both contracts are verified in the Arc block explorer — once the explorer is fully live, the complete source code, the locked LP position and every fee collection will be publicly visible there.