Documentation
How it works
Everything you need to know before launching a token with automated liquidity cycles.
What is Robinliquid?
Robinliquid is a token launchpad on Robinhood Chain. You launch a token from your own wallet, and Robinliquid takes care of the rest: every 5 minutes it claims the token's trading fees, swaps half for the token, and adds both sides to the token's locked liquidity pool.
The result is a pool that gets permanently deeper with every trade: less slippage, a more stable price floor, and liquidity that can never be pulled, without you ever touching a private key or signing another transaction.
Launching a token
Fill in the details
Upload an image (stored on IPFS), choose a name and symbol, write a description and optionally add social links. Then press Continue.
Fund the vault
Robinliquid creates a fresh wallet just for your token: the vault. It claims fees and adds liquidity for you, and it pays its own gas, so it needs a small amount of ETH first. Send at least 0.001 ETH (about $5) on Robinhood Chain to the address shown. The page checks the balance automatically and unlocks the launch button once it arrives.
Sign the launch
Your wallet signs one transaction and pays the launch fee. Your address is the deployer of the token on-chain. The vault address is baked into the launch as the fee receiver, so all trading fees flow to it from the very first trade.
Done, it runs itself
Your token gets its own page with live stats, a cycle countdown and a log of every action. The first cycle runs about 5 minutes after launch.
The liquidity cycle
Every 5 minutes, each token goes through the same three steps:
Claim
The vault calls the locker contract and collects all trading fees earned since the last cycle. The ETH lands in the vault.
Swap
The vault swaps half of its ETH for your token on Uniswap V3, keeping only a tiny gas reserve so it can keep operating. Now it holds both sides of the pair.
Add liquidity
The vault deposits the ETH and tokens into your token's locked launch position. The liquidity can never be withdrawn, and the deeper pool earns more fees for the next cycle.
If there are no fees to claim, the cycle simply waits and tries again 5 minutes later. Every step is logged and shown live on the token page, with links to the transactions on Blockscout.
Isolated vaults
Every token gets its own vault: a unique wallet generated at launch, used for nothing else. Its private key is encrypted with AES-256-GCM before it is stored, and it is only ever decrypted server-side at the moment a cycle runs.
Because vaults are one-per-token, fees can never mix. Token A's fees deepen token A's pool. Always. There is no shared pool of funds anywhere in the system.
Timing and countdowns
The 5-minute interval is per token, counted from that token's last cycle, not from a global clock. A token launched at 18:03 cycles at 18:08, 18:13 and so on, while one launched at 18:05 cycles at 18:10, 18:15. That is why every token shows its own countdown.
Contracts
All contracts live on Robinhood Chain (chain id 4663).
FAQ
Do I need to sign anything after launch?+
No. Your wallet signs exactly one transaction: the launch. Everything after that (claiming, swapping, adding liquidity) is signed by the token's own vault wallet on the server, automatically.
Who launches the token on-chain?+
You do. The deployer of your token is your own connected wallet, not a shared Robinliquid wallet. Robinliquid only inserts the vault address as the fee receiver.
Can fees from one token be used for another token?+
No. Every token has its own vault wallet with its own private key. Fees land in that vault and can only ever deepen that same token's pool.
Why does the vault need funding before launch?+
The vault pays gas for its own transactions. It starts empty, so it needs a small amount of ETH to pay for its first claim. After that, every cycle leaves a small gas reserve behind, so it keeps running on its own.
What happens if there are no fees to claim?+
The cycle logs "Waiting for fees" and tries again 5 minutes later. Nothing is lost; fees keep accumulating in the pool until they are claimed.
Can the added liquidity ever be pulled out?+
No. Liquidity is added to the launch position, which is locked in the locker contract. Nobody, including Robinliquid, can withdraw it. Every cycle makes the pool permanently deeper.