curve-gauge-yield-trader

Automate Curve gauge yield trading with dry-run and live modes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/serenorg/seren-skills --skill curve-gauge-yield-trader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: curve-gauge-yield-trader
Source: https://github.com/serenorg/seren-skills/tree/main/curve/curve-gauge-yield-trader
Command: npx skills add https://github.com/serenorg/seren-skills --skill curve-gauge-yield-trader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires eth-account, eth-abi, eth-utils, and includes scripts (resource) components.

What problem does it solve?

Curve gauge yield trading automation across multiple chains reduces manual effort and risk by defaulting to a paper-first workflow with configurable live-signer options.

Core Features & Use Cases

  • Multi-chain Gauge yield discovery and selection from Curve data across supported networks.
  • Dry-run-first capability to simulate trades and validate risk before enabling live execution.
  • Flexible signer options: local wallet generation or Ledger signer mode for live trades.

Quick Start

Start by running the agent in dry-run mode to fetch gauges and simulate the trade.

Frequently Asked Questions about curve-gauge-yield-trader

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

FAQPage Schema
How do I automate Curve gauge yield trading across multiple chains?

Curve gauge yield trading is automated by selecting top gauges from Curve data and configuring signers across Ethereum-compatible chains. The workflow orchestrates the process end-to-end with strict input validation and safety guards.

Can I simulate Curve gauge trades before executing them with a live wallet?

Yes, you can simulate Curve gauge trades using the dry-run mode. This paper-first capability fetches gauges and validates risk before you enable live execution with a local wallet or Ledger signer.

How does the Curve gauge yield trader handle Ledger signers and local wallets?

The trader supports flexible signer options including local wallet generation and Ledger signer mode for live trades. It performs RPC capability checks to ensure the configured signer can interact correctly with the target network.

What prerequisites are needed to run a Curve gauge yield trading script?

You need eth-account, eth-abi, and eth-utils dependencies installed to run the script. The environment must also support RPC probes and Ethereum-compatible chain connections for live and dry-run modes.

Why does my Curve gauge yield automation fail during live execution?

Live execution failures often stem from insufficient RPC capabilities or failing safety guards. The system enforces strict live-mode checks and configurable RPC probes to prevent unsafe trades and ensure deterministic workflow orchestration.