From 51eb9de00ed3e7cf93d03829229cdb8cea982785 Mon Sep 17 00:00:00 2001 From: "hook-registry-bot[bot]" Date: Mon, 20 Jul 2026 14:40:53 +0000 Subject: [PATCH] Add StrategyHook hook on robinhood --- ...e3570f110d092e86393c095c6998a8d5a6544.json | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 hooks/robinhood/0xc8fe3570f110d092e86393c095c6998a8d5a6544.json diff --git a/hooks/robinhood/0xc8fe3570f110d092e86393c095c6998a8d5a6544.json b/hooks/robinhood/0xc8fe3570f110d092e86393c095c6998a8d5a6544.json new file mode 100644 index 0000000..506fefa --- /dev/null +++ b/hooks/robinhood/0xc8fe3570f110d092e86393c095c6998a8d5a6544.json @@ -0,0 +1,35 @@ +{ + "hook": { + "address": "0xc8fe3570f110d092e86393c095c6998a8d5a6544", + "chain": "robinhood", + "chainId": 4663, + "name": "StrategyHook", + "description": "A multi-strategy hook that collects a time-decaying swap fee via afterSwapReturnsDelta, splitting proceeds between an ops wallet and fee collector. Pools are owner-initialized and mapped to configurable strategies; exact-output swaps revert.", + "deployer": "", + "verifiedSource": true, + "auditUrl": "" + }, + "flags": { + "beforeInitialize": true, + "afterInitialize": false, + "beforeAddLiquidity": false, + "afterAddLiquidity": true, + "beforeRemoveLiquidity": false, + "afterRemoveLiquidity": true, + "beforeSwap": false, + "afterSwap": true, + "beforeDonate": false, + "afterDonate": false, + "beforeSwapReturnsDelta": false, + "afterSwapReturnsDelta": true, + "afterAddLiquidityReturnsDelta": false, + "afterRemoveLiquidityReturnsDelta": false + }, + "properties": { + "dynamicFee": false, + "upgradeable": false, + "requiresCustomSwapData": false, + "vanillaSwap": false, + "swapAccess": "none" + } +}