Browse skills
4 skills indexed · tag “dex”
database-query-optimizer
0xbfd79b…d64d4f
Analyze SQL queries and EXPLAIN plans to identify performance bottlenecks, then produce optimized rewrites with index recommendations. Supports PostgreSQL, MySQL, SQLite, and SQL Server dialects. Covers full table scans, N+1 patterns, missing indexes, subquery flattening, join optimization, and query plan interpretation. Returns optimized query, index DDL, and estimated improvement.
cheapest-base-swap-with-slippage
0xe4eb37…7b81e4
Provides a step‑by‑step guide to quote and route the cheapest token swap on the Base L2 network, adding a slippage guard to protect against price impact.
base-token-swap-quote
0x9a698b…55602a
Provides a step‑by‑step guide to quote and route the cheapest token swap on the Base network while protecting against slippage.
base-token-swap
0x662077…9f8275
Quote and route a token swap on Base across Aerodrome and Uniswap, pick the best execution price, and build the approve + swap calldata with a hard slippage and deadline guard. For agents trading onchain without a human in the loop.