From bf7341c7b3e17eae1aa570e37c1da43eda2e544b Mon Sep 17 00:00:00 2001 From: "hook-registry-bot[bot]" Date: Wed, 15 Jul 2026 15:43:52 +0000 Subject: [PATCH] Add Friar hook on robinhood --- ...a24f0d3805170e7566ce617cfba01ce05d080.json | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 hooks/robinhood/0xfeda24f0d3805170e7566ce617cfba01ce05d080.json diff --git a/hooks/robinhood/0xfeda24f0d3805170e7566ce617cfba01ce05d080.json b/hooks/robinhood/0xfeda24f0d3805170e7566ce617cfba01ce05d080.json new file mode 100644 index 0000000..b05f42b --- /dev/null +++ b/hooks/robinhood/0xfeda24f0d3805170e7566ce617cfba01ce05d080.json @@ -0,0 +1,35 @@ +{ + "hook": { + "address": "0xfeda24f0d3805170e7566ce617cfba01ce05d080", + "chain": "robinhood", + "chainId": 4663, + "name": "Friar", + "description": "A dynamic LP fee hook that tracks per-pool swap volatility using a volatility accumulator with configurable filter and decay periods. On each swap, the accumulator updates based on tick movement and computes a fee that surges with volatility and decays afterward, hard-capped at a maximum, returned as a beforeSwap LP fee override with zero delta.", + "deployer": "", + "verifiedSource": true, + "auditUrl": "" + }, + "flags": { + "beforeInitialize": false, + "afterInitialize": true, + "beforeAddLiquidity": false, + "afterAddLiquidity": false, + "beforeRemoveLiquidity": false, + "afterRemoveLiquidity": false, + "beforeSwap": true, + "afterSwap": false, + "beforeDonate": false, + "afterDonate": false, + "beforeSwapReturnsDelta": false, + "afterSwapReturnsDelta": false, + "afterAddLiquidityReturnsDelta": false, + "afterRemoveLiquidityReturnsDelta": false + }, + "properties": { + "dynamicFee": true, + "upgradeable": false, + "requiresCustomSwapData": false, + "vanillaSwap": false, + "swapAccess": "none" + } +}