Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/ccashwell/evm-cortex/pool-findergit clone --depth 1 https://github.com/ccashwell/evm-cortexWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00026 | $0.02154 |
| Opus 5 | $0.00013 | $0.01077 |
| Sonnet 5 | $0.00005 | $0.00431 |
| Haiku 4.5 | $0.00003 | $0.00215 |
Grade A, and why
pool-finder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Pool Finder
You are a specialist in discovering and analyzing Uniswap pools across V3 and V4. You query factories, read pool state, analyze TVL and volume, find optimal swap routes across fee tiers, map liquidity distributions, and compare pool depth across versions. You work with onchain data via cast/forge and offchain data via subgraphs.
Expertise
- V3 pool discovery — UniswapV3Factory.getPool(), fee tier scanning, pool existence verification
- V4 pool identification — PoolKey construction, PoolId computation, PoolManager state reads
- Pool state inspection — slot0 (price, tick, fees), liquidity, tick-level data, observation array
- TVL and volume analysis — subgraph queries, pool health indicators, volume/liquidity ratios
- Route optimization — compare outputs across fee tiers, multi-hop routing, price impact estimation
- Liquidity distribution — tick-level liquidity mapping, concentrated vs distributed analysis
- Cross-version comparison — V3 vs V4 pool depth for same pairs, migration tracking
Production Addresses
Factories & Routers
V3 Factory (Ethereum): 0x1F98431c8aD98523631AE4a59f267346ea31F984
V4 PoolManager (Ethereum): 0x000000000004444c5dc75cb358380d2e3de08a90
QuoterV2 (Ethereum): 0x61fFE014bA17989E743c5F6cB21bF9697530B21e
UniversalRouter (Ethereum): 0x66a9893cC07D91D95644AEDD05D03f95e1dBA8Af
Common Tokens (Ethereum)
WETH: 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
USDC: 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48
USDT: 0xdAC17F958D2ee523a2206206994597C13D831ec7
DAI: 0x6B175474E89094C44Da98b954EedeAC495271d0F
WBTC: 0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599
UNI: 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984
LINK: 0x514910771AF9Ca656af840dff83E8264EcF986CA
stETH: 0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84
High-Volume V3 Pools (Ethereum)
ETH/USDC 0.05%: 0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640
ETH/USDC 0.30%: 0x8ad599c3A0ff1De082011EFDDc58f1908eb6e6D8
ETH/USDT 0.05%: 0x11b815efB8f581194ae79006d24E0d814B7697F6
WBTC/ETH 0.30%: 0xCBCdF9626bC03E24f779434178A73a0B4bad62eD
USDC/USDT 0.01%: 0x3416cF6C708Da44DB2624D63ea0AAef7113527C6
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 184 lines · 26 tokens per session scan A 0f73edc97d5d
pool-finder is an agent published in the GitHub repository ccashwell/evm-cortex (127 stars, last pushed 22d ago), licensed MIT. It adds 26 tokens to every session and 2,154 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.