swarm-vault-manager-trading

Automate multi-wallet swaps and transactions across Swarm Vault swarms.

Updated Nov 25, 2025
One-click install
npx skills add https://github.com/Cambixx/bot-trading --skill swarm-vault-manager-trading
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-vault-manager-trading
Source: https://github.com/Cambixx/bot-trading/tree/main/.agents/skills/swarm-vault-manager-trading
Command: npx skills add https://github.com/Cambixx/bot-trading --skill swarm-vault-manager-trading

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @swarmvault/sdk.

What problem does it solve?

It automates coordinating and executing swaps and transactions across multiple swarm member wallets within a Swarm Vault, eliminating manual, error-prone processes and improving auditability.

Core Features & Use Cases

  • Cross-wallet orchestration: Execute swaps and transactions across all swarm members with a single command.
  • Holdings visibility & risk awareness: Retrieve aggregate holdings and per-member balances to inform decisions.
  • Execution workflows & audit trails: Preview, execute, and monitor transactions with status updates and logs.
  • Use Case: A swarm manager wants to rebalance tokens across members by swapping USDC to WETH and confirming success across the entire swarm.

Quick Start

  • Preview a swap: pnpm preview-swap <swarmId> USDC WETH 50 1
  • Execute a swap: pnpm execute-swap <swarmId> USDC WETH 50 1
  • Check status: pnpm check-transaction <transactionId> --wait

Frequently Asked Questions about swarm-vault-manager-trading

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

FAQPage Schema
How do I execute multi-wallet DeFi swaps across a Swarm Vault group?

You can execute multi-wallet DeFi swaps across a Swarm Vault by running a command like `execute-swap` with your swarm ID and token parameters. The Skill coordinates holdings checks, execution, and status tracking across all member wallets automatically.

Can I preview token swaps before executing them across all swarm member wallets?

Yes, you can preview token swaps before execution using the `preview-swap` command. This allows you to verify parameters like swarm ID and token amounts, ensuring the multi-wallet orchestration behaves as expected before committing the transaction.

How do I check the execution status of a multi-wallet Swarm Vault transaction?

To check the execution status of a Swarm Vault transaction, use the `check-transaction` command with the specific transaction ID. Adding the `--wait` flag allows you to actively monitor the cross-wallet swap until it completes.

Do I need an API key to automate blockchain transactions across a swarm?

Yes, you need to configure the `SWARM_VAULT_API_KEY` environment variable to authenticate automated blockchain transactions. You can also optionally set `SWARM_VAULT_API_URL` to specify a custom endpoint for the operations.

What is the best way to rebalance tokens across multiple DeFi wallets simultaneously?

The best way to rebalance tokens across multiple DeFi wallets is using a swarm manager tool to orchestrate cross-wallet swaps. This eliminates manual processes by executing a single command to swap tokens like USDC to WETH across the entire group.

Does this multi-wallet trading approach provide audit trails for DeFi transactions?

Yes, this multi-wallet trading approach provides audit trails by logging execution workflows and status updates. It tracks previews, executions, and per-member balances, ensuring secure and auditable transactions across the Swarm Vault.