Robinhood Chain, id 4663

Burn it or lock it.
The page is permanent.

The first burn book on this chain. Lock a supply and it cannot move until the clock runs out. Burn one and it is gone. A lock can be turned into a burn at any moment, never released early. Every one of them gets a page, written by a contract with no owner, no fee and no way to edit it, including by us.

$PBB contract Published here at launch, and nowhere before it. If an address anywhere else does not match the one on this page, it is a fake.
0
pages written
0
locks running
0
burns recorded
0
tokens in the book
the working part

Write a page

Connect a wallet, pick a token, choose lock or burn. Everything below runs against the registry contract on chain 4663. No backend, no database, no form that we could edit later.

not connected
0 / 120
Pick a token to see the page that will be written.
1 approve 2 write the page
Connect a wallet to see the pages it wrote.
The book
newest pages first, straight off chain
live
The book opens when the registry is deployed at launch.
how it works

Two verbs, one book

The contract has no owner, no admin, no pause and no upgrade path. Nothing here can be turned off, not by us and not by anyone who buys the token.

01

Lock

Approve the registry, then lock a balance until a timestamp. The tokens sit in the contract and physically cannot move before the clock runs out. The page records the balance that actually arrived, so a fee on transfer token cannot inflate the number.

02

Extend, top up, or burn

A lock can be pushed further out, added to, or handed to another wallet. It can never be shortened. At any moment the owner can convert it into a burn, which sends the balance to the dead address and writes a second page for it.

03

Withdraw, or do not

After the unlock time the owner calls withdraw and the page stays in the book, marked closed. Every state it passed through keeps its own entry, so the history reads as a record rather than a current balance.

what this is not

The limits, in plain words

A trust product that hides its own edges is not a trust product.

No owner means no rescue

There is no admin key, so nobody can move your tokens, and nobody can get them back for you either. If this contract has a bug, what is inside it is stuck forever. That is the trade, and it is why the contract is short enough to read in one sitting.

Unaudited

No firm has audited this. The source is verified on Blockscout, the tests are in the repo, and the maths was checked against the live chain with state overrides before a single wei of gas was spent. Read it yourself before you lock anything that matters.

Plain ERC20 only, for now

Fee on transfer tokens are handled by measuring what actually arrived. Rebasing tokens will drift away from their page, so do not put one in. Liquidity on this chain graduates into Uniswap v4, where a position is an ERC-721, and that needs a second code path. It is next, not now.

A lock is not a promise

The book proves that a balance is held by a contract until a date. It cannot tell you anything about the wallet that locked it, what else that wallet holds, or what it does on the day the clock runs out. Read the page, not the intention.