Skip to content
View hookwright's full-sized avatar

Block or report hookwright

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hookwright/README.md

UNTOLL

hookwright

Building UNTOLL in public. A Uniswap v4 hook on Robinhood Chain where the bonding curve is the pool.

The limits live in the wallet, not in the signature the agent produces, so a jailbreak cannot widen its own allowance.

The hook. Fair-launch price discovery on the curve, then graduation in place into a normal AMM on the same pool, no migration. The hook holds the liquidity, and no function can withdraw it.

The agent key. An agent holds a scoped, revocable key and acts on-chain. In the demo a jailbroken agent tries five ways to drain it, five reverts, and the same key's allowed call still goes through. No key, no funds.

Where it stands. Testnet, contracts source-verified, the containment demo runs on a local chain. Building toward mainnet in public, with a security review before it ships.

Popular repositories Loading

  1. untoll-hook untoll-hook Public

    a uniswap v4 hook: the bonding curve is the pool, graduate-in-place on the same poolid, no migration. protocol-owned liquidity, no withdraw/sweep/rescue path. deployed and source-verified on robinh…

    Solidity 1 1

  2. hookwright hookwright Public

  3. untoll-agent-demo untoll-agent-demo Public

    JavaScript