Balancer V3 Vault Operations

Orchestrate Balancer V3 Vault swaps and liquidity actions with unlock-context validation.

Updated Nov 5, 2025
One-click install
npx skills add https://github.com/cyotee/crane --skill balancer-v3-vault-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Balancer V3 Vault Operations
Source: https://github.com/cyotee/crane/tree/main/.claude/skills/balancer-v3-vault%20copy
Command: npx skills add https://github.com/cyotee/crane --skill balancer-v3-vault-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Balancer V3 Vault operations can be complex to implement and validate, requiring safe orchestration of swaps and liquidity changes.

Core Features & Use Cases

  • Perform Vault swaps through Balancer pools
  • Add liquidity to Balancer V3 Vault and manage deposits
  • Remove liquidity from Vault and settle balances
  • Validate VaultSwapParams, AddLiquidityParams, RemoveLiquidityParams, and unlock workflow

Quick Start

Invoke Vault operations within an unlock context to perform swaps, add liquidity, or remove liquidity.

Frequently Asked Questions about Balancer V3 Vault Operations

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

FAQPage Schema
How do I perform a swap on a Balancer V3 Vault?

To perform a Balancer V3 Vault swap, invoke the operation within an unlock context to satisfy the unlock pattern and validate VaultSwapParams, ensuring correct settlement and fee logic execution.

How does the unlock pattern work for Balancer V3 Vault operations?

The unlock pattern validates unlock-context workflows before authorizing VaultSwap, AddLiquidity, and RemoveLiquidity actions, ensuring safe orchestration of swaps and liquidity changes within Balancer V3.

Can I add and remove liquidity from Balancer V3 pools in the same workflow?

Yes, you can add liquidity and remove liquidity from the Balancer V3 Vault by validating AddLiquidityParams and RemoveLiquidityParams, managing deposits and settling balances within the unlock context.

Does this approach support Ethereum smart contracts for Balancer V3 liquidity management?

Yes, it orchestrates Balancer V3 Vault swaps and liquidity actions for Ethereum smart contracts, applying unlock-context validation to VaultSwap, AddLiquidity, and RemoveLiquidity workflows safely.

What parameters need validation for Balancer V3 Vault swaps and liquidity actions?

You need to validate VaultSwapParams for swaps, AddLiquidityParams for deposits, and RemoveLiquidityParams for withdrawals, ensuring associated settlement and fee logic is satisfied within the unlock workflow.