token-launch

Deploy, verify, and list ERC-20 tokens on Avalanche C-Chain.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Ayomisco/avaxskills --skill token-launch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-launch
Source: https://github.com/Ayomisco/avaxskills/tree/main/website/public/token-launch
Command: npx skills add https://github.com/Ayomisco/avaxskills --skill token-launch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @openzeppelin/contracts, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of launching and managing ERC-20 tokens on Avalanche C-Chain, enabling users to deploy, verify, and list tokens efficiently.

Core Features & Use Cases

  • Token Deployment: Create compliant ERC-20 tokens with supply caps and optional vesting mechanisms.
  • Verification & Listing: Verify deployed contracts on explorers and list them on DEX aggregators and token directories.
  • Use Case: An issuer wants to launch a new token with vesting for team tokens, verify it on Snowtrace, and add liquidity on Trader Joe to start trading.

Quick Start

Provide the token's name, symbol, initial supply, and beneficiary address to deploy a standard ERC-20 token with vesting.

Frequently Asked Questions about token-launch

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

FAQPage Schema
How do I deploy an ERC-20 token on Avalanche with vesting for team allocations?

To deploy an ERC-20 token on Avalanche, provide the token's name, symbol, initial supply, and beneficiary address. The process uses OpenZeppelin libraries to ensure secure contract standards and manage team token vesting schedules.

Can I verify deployed Avalanche smart contracts on Snowtrace after creation?

Yes, you can verify deployed Avalanche smart contracts directly on block explorers like Snowtrace. The workflow streamlines verification and lists the newly created tokens on DEX aggregators and token directories for trading.

Do I need OpenZeppelin contracts to launch an ERC-20 token on Avalanche C-Chain?

Yes, OpenZeppelin contracts are required as dependencies to launch an ERC-20 token on Avalanche C-Chain. These libraries provide the secure token standards and vesting contract templates needed for compliant token management.

What's the best way to add liquidity for a newly launched ERC-20 token?

The best way to add liquidity for a newly launched ERC-20 token is through decentralized exchanges like Trader Joe. The deployment workflow includes liquidity provisioning features to help establish trading pairs immediately after launch.

How does token vesting work when deploying an ERC-20 token on the Avalanche network?

Token vesting works by locking a specified supply allocation for a beneficiary address over a set schedule. When deploying an ERC-20 token on Avalanche, this mechanism is integrated via OpenZeppelin vesting contracts to ensure secure compliance.