Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Curve Finance AMM — StableSwap pools for pegged assets, CryptoSwap (Tricrypto) for volatile pairs, crvUSD stablecoin with LLAMMA soft-liquidation, gauge voting for CRV emissions, factory pools, and LP token staking. Covers pool interfaces (exchange, add_liquidity, remove_liquidity), Router for optimal routing, and gauge system across Ethereum mainnet.
Curve is the dominant AMM for pegged-asset swaps (stablecoins, wrapped tokens, LSTs). Its StableSwap invariant concentrates liquidity around peg, delivering 10-100x lower slippage than constant-product AMMs for like-kind assets. CryptoSwap (Tricrypto) extends this to volatile pairs. The protocol also issues crvUSD, a stablecoin backed by LLAMMA — a soft-liquidation mechanism that gradually converts collateral instead of instant liquidation. CRV emissions are directed to liquidity gauges via vote-escrowed CRV (veCRV).
All Curve pool contracts are written in Vyper. ABI encoding is identical to Solidity — viem works without modification.
Curve is one of the most commonly mis-integrated protocols. Each pool type has different interfaces, and token ordering is deployment-specific.
npx skills add 0xinit/cryptoskills --skill curveHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.