curve-integration

Integrate Curve Finance pools for swaps, liquidity provision, and gauge rewards.

120|12|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ccashwell/evm-cortex --skill curve-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: curve-integration
Source: https://github.com/ccashwell/evm-cortex/tree/main/skills/curve-integration
Command: npx skills add https://github.com/ccashwell/evm-cortex --skill curve-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Curve integration facilitates safe Curve Finance integrations for stablecoin swaps, liquidity provision, and gauge-based rewards.

Core Features & Use Cases

  • StableSwap math understanding for efficient peg maintenance.
  • Safe interaction patterns with Curve pools, gauges, and tokens.
  • Use Cases: building on-chain swap interfaces or yield strategies with CRV rewards.

Quick Start

Configure a Curve pool interaction to execute a swap with slippage protection and validate expected output.

Frequently Asked Questions about curve-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Curve Finance for stablecoin swaps?

Curve integration supports diverse pool types including StableSwap, CryptoSwap, meta-pools, and Tricrypto, allowing DeFi protocols to handle stablecoin swaps, liquidity provisioning, and gauge-based CRV rewards.

How do I add liquidity to Curve pools safely?

Safe liquidity provisioning in Curve pools requires understanding pool parameters like A and virtual price, applying correct interaction patterns, and implementing slippage control to protect against value extraction.

What is the best way to handle slippage when swapping on Curve Finance?

The best way to handle Curve Finance slippage is to configure pool interactions with built-in slippage protection and validate expected swap output before executing the transaction on-chain.

Does Curve integration work with Tricrypto and meta-pools?

Yes, Curve integration works with Tricrypto and meta-pools by understanding the invariant math specific to each pool type and applying safe interaction patterns for diverse liquidity scenarios.

Why do I need to understand the A parameter for Curve pool integration?

Understanding the A parameter is necessary for Curve pool integration because it directly impacts the StableSwap invariant math, affecting peg maintenance, slippage, and overall swap efficiency.