HARDCAPLaunch a token

A launchpad on Robinhood Chain · chain 4663

Fixed supply, or it doesn't ship.

Every token launched here has no mint function, its liquidity held inside a contract rather than a wallet, ownership renounced, and its sources published. Not policy — construction. The functions an analyser looks for are absent because they were never written.

Four properties, and you can check every one.

No mint function

The whole supply is created in the constructor and there is no mint entry point afterwards — not for the owner, not for a minter role, not for anyone. Analysers flag capped inflation the same as uncapped, so the only way to clear the flag is for the function not to exist.

Liquidity locked in the contract

The Uniswap V3 position NFT is held by the project contract rather than a deployer wallet, which is what makes a locked-liquidity check pass. Fees stay collectable through the contract owner; the position itself is not on an EOA that can quietly sell it.

Ownership renounced

After the metadata URI is set, ownership is renounced, which freezes the URI permanently. From that block the token has no privileged caller at all.

Sources published

Contracts are verified on the explorer at launch, so the bytecode running on chain can be read as source by anyone. An unverified contract is an unfalsifiable promise.

The chain, read liverobinhoodchain.blockscout.com
0.10s

Average block time. Read from the public explorer on this request, not cached from an earlier one.

Transactions today
8.59M
Total transactions
175.97M
Addresses
4.55M
Gas
0.040gwei
Ether
$1,880.49
Blocks
21.18M

A launch is nine transactions you sign yourself.

Deploy the token, create the pool, add one-sided liquidity, move the position into the contract, renounce, verify. The key stays in an encrypted keystore on your machine — the pipeline never reads it, never transmits it, and never takes it as an argument.

Why not simply cap the mint? Because a cap is a number in storage and the function that checks it still creates tokens. Analysers score a capped mint the same as an uncapped one, and a project can raise a ceiling it controls. The only construction that clears the warning is the absence of the function.

So the whole supply, reserve included, is printed in the constructor and the reserve is transferred out. After that block the number can only fall.

Throughputthirty days
Daily transactions · 31 dayspeak 10.83M · latest 8.59M
2026-06-272026-07-27
What existslive means you can use it today

Chain intel

Live

Blocks, gas, average block time, ETH price, the token leaderboard by holders, and thirty days of throughput — read from the public explorer on every request.

Launch contracts

Live

The token and the liquidity-holding contract are written, deployed to Robinhood Chain mainnet, and verified. You can read them before you trust them.

Launch pipeline

Live

A guided command-line pipeline runs the whole launch: deploy, fund, renounce, create the pool, add one-sided liquidity, lock the position, verify sources.

One-click browser launch

Phase 02

The same pipeline driven from a connected wallet, with no terminal. Not built yet — the pipeline above is how a launch happens today.

Launch registry

Phase 02

A public index of every token launched through HARDCAP with its guarantee checks re-run against live chain state. Not built yet.

Liquidity console

Phase 02

Collect fees and manage a locked position from the browser. Today this is done through the pipeline. Not built yet.

Phase 02 items are not built. They are listed because a roadmap you can check is worth more than a feature grid implying everything already works.

Tokens on the chaintop 8 by holders
#TokenHoldersPriceMarket capContract
1USDEEthena USDe2.1K$0.9998$3.93B0x5d3a…ef34
2USDGGlobal Dollar37.5K$0.9985$3.29B0x5fc5…d168
3VIRTUALVirtuals Protocol10.7K$0.5676$373.16M0xc691…9c31
4APEApeCoin14$0.1497$149.80M0x8f86…2b79
5SYRUPUSDGsyrupUSDG66$1$91.09M0x4085…74f7
6NPCNon-Playable Coin63<$0.01$47.35M0x241F…0024
7DEGENDegen89<$0.01$43.87M0x0830…0c32
8WETHWETH309.3K$1,879.32$39.03M0x0Bd7…AD73

A supply that cannot move is the only supply claim worth making.

4,551,932 addresses and 175,972,109 transactions on Robinhood Chain, both read live, both an em dash if the explorer cannot be reached.