Skip to content

Titan Locker

Fees & security

How lock fees work, and the tooling every contract in the stack is tested against.

Fees

Titan Locker charges a small fee per lock, payable one of two ways, in whichever currency is native to the chain you're locking on:

ChainFlat fee (100% of deposit locked)% of token (no flat fee)
Robinhood Chain0.025 ETH3%
Stable Chain50 USDT03%

Both amounts are shown live in step 3 of the lock creation flow, in the currency of whichever chain your wallet is connected to, before you confirm anything.

Professional audit

ContractWolf ran a Standard Audit against TitanLockerManagerV2/TitanLockerV2 and found 4 issues (1 Major, 2 Medium, 1 Informational). All 4 were resolved and shipped as version 2.1.0, deployed fresh as TitanLockerManagerV2_1.

Security tooling

Every contract in the Titan Locker stack runs clean against a full static analysis, fuzzing, and symbolic execution toolchain before it ships:

  • Slither
  • Aderyn
  • Mythril
  • Foundry
  • Echidna
  • Halmos

Non-custodial by design

Locked tokens sit in that lock's own isolated child contract, deployed fresh by the manager for every single lock — not pooled in the manager contract itself, and not in any wallet or off-chain custodian. This isolation is structural, not a ledger convention: one lock's funds are physically incapable of touching another lock's contract. No admin key can move a lock's tokens early or redirect them — only the lock owner can withdraw, and only after the unlock time.