Skip to content

Resources

FAQ: Security & Audits

Common questions about Titan Locker's security: immutability, custody, audits, testing, and verified contracts.

Is Titan Locker audited?

Yes — ContractWolf ran a professional Standard Audit against TitanLockerManagerV2/TitanLockerV2. All 4 findings were resolved and shipped as version 2.1.0. See the full Security audit report for the findings, fixes, and the audited contract address.

Are the contracts upgradeable?

No. They are immutable and non-upgradeable — no proxy, no admin upgrade path. New versions are separate deployments; existing locks are never affected.

Is Titan Locker non-custodial?

Yes. Each lock is its own contract owned by the user; the Titan Locker team never has custody and cannot move locked assets.

Can the owner (admin) seize locked funds?

No. The manager owner cannot move locked assets, shorten unlock times, or alter existing locks. Admin settings only affect new locks.

How are locks isolated from each other?

Every lock is a separate contract holding one asset, with owner-only value-moving functions — one lock can never touch another's funds or fees.

Are the contracts open source?

Yes, GPL-3.0. Source is public on GitHub and verified on Blockscout.

Is the source verified on the explorer?

Yes. The current V2.1 manager, the original V1/V2 managers, and every per-lock contract are verified on Robinhood Chain's Blockscout, so anyone can read the exact code.

What happens if the team disappears?

Nothing changes for your locks. They're immutable on-chain and withdrawable by the owner after unlock regardless of the team.