the proofs // untoll

Four things you can check yourself.

Every claim UNTOLL makes has a receipt you can pull. Clone the demo, open the explorer, re-run the chain read, run the test suite. No signup, no wallet to connect, no trust required. Here they are, each with the exact way to verify it.
the receipts // clone it, open it, re-run it
01 runnable demo

Agent containment demo

A jailbroken agent makes five drain attempts and moves zero wei. Clone, one command, watch it hard-stop on a real EVM with a real EIP-7702 delegation.

how to verify
# clone + one command
git clone github.com/hookwright/untoll-agent-demo
npm run demo
# or demo:fork against live 46630
proof:github.com/hookwright/untoll-agent-demo
02 source-verified

Deployed, source-verified contracts

The v4 hook and the SessionKeyDelegate enforcer, deployed and source-verified on chain. All five contracts verified on Blockscout. Read the exact code that runs.

how to verify
# open the explorer, read the verified source
explorer.testnet.chain.robinhood.com
/address/0x6793347aE686A80c65BA49204Fe33b5C8bbB6aC8
?tab=contract
proof:the verified source on Blockscout
03 on-chain read

The chain enumeration

Every Uniswap v4 hook on Robinhood Chain, read from the chain itself: as of 2026-08-02, 3,266 hooks vs about 20 in the registry, across 94,372 hooked pools. Method included so anyone can reproduce or falsify it.

how to verify
# the method + block range are on the page
re-run eth_getLogs over the same range
# hook = word 2 of each Initialize event
proof:untoll.ing/read
04 130 tests green

The test suite

130 tests pass on a cleared cache. The no-withdraw, no-sweep, no-rescue properties are invariants the suite checks, not readme lines.

how to verify
# clone + run on a cleared cache
git clone github.com/hookwright/untoll-hook
forge test
proof:github.com/hookwright/untoll-hook
the hook: github.com/hookwright/untoll-hook the demo: untoll-agent-demo the read untoll.ing
Chain figures read from Robinhood Chain (4663). Contract behavior measured against the deployed testnet contracts (46630). Updated 2026-07-31.