Titan Locker
Titan Locker overview
Why teams lock tokens, and how a lock works under the hood in Titan Locker.
Titan Locker is the token, liquidity, and vesting locker for Robinhood Chain. It lets any project lock ERC-20 or LP tokens, set up linear vesting, or lock a Uniswap V3/V4 LP position behind public, on-chain rules — no account, no middleman, nothing to trust but the contract itself.
What you can lock
A public lock is proof. Teams lock allocations, liquidity, or vesting grants so their community can verify, on-chain, that supply can't move or liquidity can't be pulled before an agreed date — without trusting a promise.
- Token locks — lock ERC-20 or LP tokens behind a single unlock date, down to the minute.
- Linear vesting — release tokens gradually to the owner between a start and end date, with an optional cliff; irrevocable.
- Uniswap V3/V4 LP positions — lock the position NFT while still collecting its trading fees.
How it works
Every lock is its own isolated child contract created by the Titan Locker Manager: an asset, an amount (or a position NFT), an owner, and a schedule. Nothing is custodial — the child holds the assets, each lock's funds and fees are isolated from every other lock, and only the lock owner can withdraw (after the unlock time) or release vested tokens.
New locks are created on Manager V2; the original V1 manager stays read-only so older locks remain viewable and withdrawable. The app lists V1 and V2 locks together. See Contracts for every address.
Every contract in the stack has been run against Slither, Aderyn, Mythril, Foundry, Echidna, and Halmos. See Fees & security for details.