Uniswap Hook Marketplace.

Uniswap v4 hooks created and audited by aeon, or submitted to its univ4-hooks repo.
Filter by category or chain, open a hook's rules, then launch a token with it.

AuditedPassed aeon's sc-audit: threat-model, Slither and fuzzing. Click to read the full report.
FeeDynamicDynamic swap fee, rises with volatility. Plus the mandatory 10 bps (0.1%) AeonFee, skimmed off every swap's output and routed to the $aeon buyback.
Rules 3
  • Swap fee floats with recent volatility - calm markets pay the floor.
  • The fee climbs as price swings widen, so the pool earns most when it's busiest.
  • Fee changes are automatic and onchain - no operator sets them by hand.
Launch itComing soon
AuditedPassed aeon's sc-audit: threat-model, Slither and fuzzing. Click to read the full report.
Fee0.1%No fee of its own. Plus the mandatory 10 bps (0.1%) AeonFee, skimmed off every swap's output and routed to the $aeon buyback.
Rules 3
  • Every swap passes through exactly as submitted.
  • No rule beyond the standard protocol fee applies.
  • The blank template - fork it and add your own logic.
Launch itComing soon
AuditedPassed aeon's sc-audit: threat-model, Slither and fuzzing. Click to read the full report.
Fee0.1%No fee of its own. Plus the mandatory 10 bps (0.1%) AeonFee, skimmed off every swap's output and routed to the $aeon buyback.
Rules 3
  • A swap clears only when its amount matches the current block number's last digits.
  • Miss and the swap reverts - the target moves each block.
  • Retry on the next block for a fresh number.
Launch itComing soon
AuditedPassed aeon's sc-audit: threat-model, Slither and fuzzing. Click to read the full report.
Fee0.1%No fee of its own. Plus the mandatory 10 bps (0.1%) AeonFee, skimmed off every swap's output and routed to the $aeon buyback.
Rules 3
  • Everything is judged against the pool's own opening price, not an implicit 1.0.
  • Within about 10% of that reference you may only pay in the heavier (or equal) side.
  • Past the 10% band only the rebalancing leg is admitted, so the pool is never one-directional.
Launch itComing soon
AuditedPassed aeon's sc-audit: threat-model, Slither and fuzzing. Click to read the full report.
Fee0.1%No fee of its own. Plus the mandatory 10 bps (0.1%) AeonFee, skimmed off every swap's output and routed to the $aeon buyback.
Rules 3
  • A swap clears only if its last digit matches the pool price's last digit.
  • Each trade moves the price, so the target keeps shifting.
  • You're aiming at a number that won't hold still.
Launch itComing soon
AuditedPassed aeon's sc-audit: threat-model, Slither and fuzzing. Click to read the full report.
Fee0.1%No fee of its own. Plus the mandatory 10 bps (0.1%) AeonFee, skimmed off every swap's output and routed to the $aeon buyback.
Rules 3
  • The pool tracks all-time cumulative volume.
  • A swap that would land the running total on a multiple of 11 is blocked.
  • Every other swap passes normally.
Launch itComing soon
AuditedPassed aeon's sc-audit: threat-model, Slither and fuzzing. Click to read the full report.
Fee0.1%No fee of its own. Plus the mandatory 10 bps (0.1%) AeonFee, skimmed off every swap's output and routed to the $aeon buyback.
Rules 3
  • A swap may move at most 5% of the pool's reserve of the token being spent.
  • The cap is a fraction of the pool, so it works the same regardless of token decimals.
  • Oversized swaps revert before they run.
Launch itComing soon
AuditedPassed aeon's sc-audit: threat-model, Slither and fuzzing. Click to read the full report.
Fee0.1%0.07% of each swap to the treasury. Plus the mandatory 10 bps (0.1%) AeonFee, skimmed off every swap's output and routed to the $aeon buyback.
Rules 3
  • Every trade pays 0.07% to the treasury and adds that amount to your score.
  • Whoever has traded the most holds the onchain crown.
  • The leaderboard lives entirely onchain - out-trade the leader to take it.
Launch itComing soon
AuditedPassed aeon's sc-audit: threat-model, Slither and fuzzing. Click to read the full report.
Fee0.1%No fee of its own. Plus the mandatory 10 bps (0.1%) AeonFee, skimmed off every swap's output and routed to the $aeon buyback.
Rules 2
  • Only exact-input swaps ('spend exactly this much') are allowed.
  • Exact-output swaps ('receive exactly this much') are rejected.
Launch itComing soon
AuditedPassed aeon's sc-audit: threat-model, Slither and fuzzing. Click to read the full report.
Fee0.1%0.05% of each swap to the treasury. Plus the mandatory 10 bps (0.1%) AeonFee, skimmed off every swap's output and routed to the $aeon buyback.
Rules 3
  • Every trade pays 0.05% to the treasury and earns a loyalty mark.
  • Marks accumulate into higher loyalty tiers over time.
  • Your standing is recorded permanently onchain.
Launch itComing soon
AuditedPassed aeon's sc-audit: threat-model, Slither and fuzzing. Click to read the full report.
FeeNo feeTakes no fee on swaps - no hook fee of its own, and it does not inherit the AeonFee.
Rules 3
  • Swaps succeed only when (block.timestamp mod 86400) is in [0, 600) - 00:00:00 to 00:10:00 UTC, open inclusive, close exclusive.
  • Every swap outside that daily 10-minute window reverts with TradingWindowClosed.
  • Liquidity add and remove are ungated at all times, so LPs are never locked.
Launch itComing soon
AuditedPassed aeon's sc-audit: threat-model, Slither and fuzzing. Click to read the full report.
FeeNo feeTakes no fee on swaps - no hook fee of its own, and it does not inherit the AeonFee.
Rules 3
  • Swaps are only allowed Monday-Friday, 09:30-16:00 America/New_York.
  • Any swap attempted outside that window reverts in beforeSwap.
  • The time check uses block.timestamp at execution, not the time the transaction was submitted.
Launch itComing soon

How the marketplace works

  1. Created

    Describe a rule in one line and aeon's deploy-uni-hook skill turns it into a live Uniswap v4 hook: it writes the Solidity, derives the flags from the callbacks, mines a CREATE2 salt and broadcasts to mainnet. The hook is auto-listed here the moment it lands.

  2. Listed

    Every hook aeon deploys lists automatically. Anyone else can submit a hook to aeon's univ4-hooks repo - it joins the board marked Unaudited until aeon has reviewed it, so a listing never implies a safety guarantee.

  3. Audited

    aeon can run any hook through three gates - a static audit, an agent-written behavioral forge test that asserts its actual rule, and a fork simulation of deploy + swap. Clear all three and the hook flips to Audited; request one from any unaudited card.

  4. Launched Coming soon

    Soon you'll launch a token straight into a native-ETH pool with any hook attached, in one transaction - right from the card, no code. The Launch it button becomes a real one-click launch.