Launch VVV Token

Launch Liquid Protocol tokens paired with VVV from a JSON queue.

10|4|Updated May 14, 2026
One-click install
npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill launch-vvv-token
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Launch VVV Token
Source: https://github.com/Liquid-Protocol-Ops/agent-autonomopoly/tree/main/skills/launch-vvv-token
Command: npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill launch-vvv-token

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enables rapid deployment of Liquid Protocol tokens with configurable fee routing to the token creator, simplifying go-to-market and monetization.

Core Features & Use Cases

  • Token launch: Create a new Liquid Protocol token paired with VVV and optional minting parameters.
  • Dynamic fee routing: Route LP fees to the creator; if the creator is the agent address, fees go to the Privy wallet automatically.
  • Queue-driven deployment: Use memory/launch-queue.jsonl to manage pending launches and approvals.

Quick Start

Provide token name, symbol, creator address, and marketcap via the queue, then execute the launch using the launch-vvv-token flow.

Frequently Asked Questions about Launch VVV Token

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

FAQPage Schema
How do I launch a DeFi token paired with VVV and route liquidity pool fees to a creator address?

To launch a DeFi token paired with VVV, you queue the deployment with token name, symbol, creator address, and marketcap. The system executes the launch flow and automatically routes 100% of LP fees to the specified creator address.

What happens to LP fee routing if the token creator address matches the agent address?

If the token creator address matches the agent address (0x8767Df39eCeeaeB11554642237aC4E08660aB6A3), LP fee routing diverts from the creator directly to the Privy wallet. Otherwise, standard recipient rules apply for fee forwarding.

How does queue-driven token deployment work for on-chain launches?

Queue-driven token deployment reads pending launch intents from a memory/launch-queue.jsonl file. It validates the queued inputs and executes the deployment flow to systematically process and launch the on-chain tokens.

What inputs do I need to provide to execute a VVV token launch?

To execute a VVV token launch, you must provide the token name, symbol, creator address, and marketcap. These parameters are added to the launch queue before the deployment flow processes the on-chain transaction.

Can I automate token launches and fee routing without manual deployment steps?

Yes, you can automate token launches by populating the memory/launch-queue.jsonl file with pending intents. The automation validates the queued inputs and executes the launch flow to deploy tokens and route fees without manual intervention.

Are there limitations on customizing fee routing when launching a Liquid Protocol token?

Fee routing customization for Liquid Protocol tokens is limited to the creator address. You cannot dynamically specify alternative fee recipients, as fees automatically route to the creator or the Privy wallet based on the agent address match.