PROOF OF COMMITMENT
Lock your own NFT. Show you are holding.
These are testnet rehearsal records. The status panel below is the source of truth: no transaction control is presented as available unless a readable deployed address is configured.
Pick any NFT you own, choose 7 to 365 days, and it goes into a vault that has no owner, no pause and no rescue function. The only address it can ever send your token to is yours. It pays nothing, promises nothing, and cannot be unlocked early — because a lock that can be opened is not a lock.
The vault right now
Reading the chain…
Lock one of your own
You must approve the vault for that token first (a normal NFT approval). The contract re-checks that you own it at the moment of locking, so approving early is safe.
Use the button on this page. A token sent to the vault without going through lock() has no lock record, so nothing can ever move it again — not you, not us. There is no rescue function, on purpose: the same power that recovered a stray token could also open a real lock, and we would rather a rare mistake be permanent than give anyone that key.
The rules, and how you can check them
- Only your own tokens. The contract re-reads
ownerOfwhen you lock, and reverts if it is not yours. - No early exit, for anyone. Not even the person who locked it — there is no function that does it.
- It can only go back to you. The destination is read from the lock record; there is no parameter to point it elsewhere, and no
sweeporrescuefunction exists. - Longer is the only direction.
extendpushes the date out and cannot pull it in. - No admin. No owner, no pause, no upgrade path. Nobody can change these rules later, including us.
Read it yourself rather than trusting this page — the point of a lock is that you can verify it.
What this is not
- Not an investment and not a yield product. No rewards, no APR, no token. Locking earns you nothing but a receipt.
- Not a price signal. Anyone can lock a worthless token in ten seconds, so a lock proves what is locked and nothing about what it is worth. We will never rank or price it.
- Not fractionalised. One lock is one whole token, always.
- Not a marketplace. It never sells or swaps anything.