valiant

Automate Vortex pool trades, LP positions, swaps, and fee harvesting on Fogo's DEX.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/costcurve/fogo-agent-kit --skill valiant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: valiant
Source: https://github.com/costcurve/fogo-agent-kit/tree/main/skills/valiant
Command: npx skills add https://github.com/costcurve/fogo-agent-kit --skill valiant

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Valiant Skill simplifies building automated workflows for concentrated-liquidity trading on Fogo by enabling creation and management of Vortex pool positions, token swaps, and fee harvesting.

Core Features & Use Cases

  • Create and manage LP positions in Vortex pools
  • Execute swaps across Fogo's token pairs
  • Harvest and track earned fees across positions
  • Use Case: Automate rebalancing LP positions when market price moves beyond a target range.

Quick Start

Initialize the Vortex SDK and fetch your first pool position to verify connectivity and your wallet setup.

Frequently Asked Questions about valiant

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

FAQPage Schema
How do I automate concentrated-liquidity LP rebalancing on Fogo?

You can automate LP rebalancing on Fogo by creating and managing Vortex pool positions. This Skill enables you to trigger automated position adjustments when market prices move beyond your target liquidity range.

What is needed to execute token swaps on Fogo's Vortex pools?

To execute swaps on Vortex pools, you need the Valiant SDK and Solana RPC access. You must also initialize your environment by calling setVortexConfig('fogoMainnet') before submitting any swap transactions.

Can I harvest accumulated trading fees from my Vortex LP positions?

Yes, you can harvest and track earned fees across your Vortex LP positions. The Skill automates fee harvesting workflows, allowing you to claim accumulated yields from your concentrated-liquidity positions on Fogo.

Does this workflow support token swaps across all Fogo pairs?

The workflow supports executing swaps across Fogo's token pairs. You must reference the correct pool and token addresses in your Valiant SDK calls to successfully route swaps through the intended Vortex pools.

Why do my Vortex pool operations fail on Fogo mainnet?

Vortex pool operations fail if you do not call setVortexConfig('fogoMainnet') before execution. Ensure your Solana RPC connection is stable and all referenced pool and token addresses are valid.