Accountability

Token & LP locker

Time-lock any ERC-20 or LP position and get a public certificate id.

LPLocker is used by every graduation that chooses to lock LP, and is available standalone for any Robinhood Chain token.

FunctionWhoWhat
lock(token, amount, unlockAt, owner)anyoneLocks tokens until unlockAt; returns the lock id (Locked)
extend(id, unlockAt)lock ownerPushes the unlock date later, never earlier
transferLock(id, to)lock ownerMoves ownership of the lock (the tokens stay locked)
withdraw(id, to)lock ownerAfter unlockAt only

The lock id is the certificate shown on token pages (/locker/<id> in the app), with token, amount, owner, lock date and unlock date. Nobody, including Pinarc, can shorten a lock. Use it at app.pinarc.io/locker.