clanker

Deploys ERC20 tokens with integrated Uniswap V4 liquidity pools on Base, Ethereum, and Arbitrum.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/shreed27/DAIN --skill clanker-shreed27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clanker
Source: https://github.com/shreed27/DAIN/tree/main/CloddsBot-main/src/skills/bundled/clanker
Command: npx skills add https://github.com/shreed27/DAIN --skill clanker-shreed27

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires viem, viem/chains, viem/accounts, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the complex process of deploying custom ERC20 tokens and setting up their initial liquidity pools on decentralized exchanges.

Core Features & Use Cases

  • Token Deployment: Create and launch new ERC20 tokens on Base, Ethereum, or Arbitrum.
  • Uniswap V4 Integration: Automatically deploy tokens with integrated Uniswap V4 liquidity pools.
  • Customization: Configure token metadata, vesting schedules, initial buys, and more.
  • Use Case: A project creator can use this Skill to quickly deploy their new token with a pre-defined vesting schedule for team tokens and an initial liquidity pool on Base, all with a single command.

Quick Start

Use the clanker skill to deploy a new token named 'My Token' with the symbol 'MTK' on the Base chain.

Frequently Asked Questions about clanker

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

FAQPage Schema
How do I deploy an ERC20 token with a Uniswap V4 liquidity pool?

You can deploy an ERC20 token with a Uniswap V4 liquidity pool by configuring token metadata, vesting, initial liquidity, and dev buys via smart contract interactions. This requires providing a private key and an RPC endpoint for your target chain.

Can I deploy ERC20 tokens on Arbitrum and Base using viem?

Yes, you can deploy ERC20 tokens on Arbitrum and Base. The deployment utilizes viem, viem/chains, and viem/accounts to interact with the target blockchain networks and configure token parameters.

What is the process for adding initial liquidity to Uniswap V4 during token deployment?

Adding initial liquidity to Uniswap V4 during token deployment is handled through smart contract interactions. You configure the initial liquidity and dev buys alongside token metadata to automatically generate the pool.

Do I need a private key and RPC endpoint to launch a DeFi token on Ethereum?

Yes, a private key and an RPC endpoint for the target chain are strictly required. These credentials allow the smart contract scripts to authorize and broadcast the ERC20 token deployment and liquidity pool creation.

Can I set up a vesting schedule for team tokens when launching on Uniswap V4?

Yes, you can set up a vesting schedule for team tokens during deployment. The smart contract configuration supports custom vesting schedules alongside initial liquidity and dev buy parameters.

What are the limitations of using smart contract scripts for ERC20 token deployment?

The primary limitation is the strict dependency on viem libraries and the requirement to securely manage a private key. Deployment is constrained to Base, Ethereum, and Arbitrum blockchains using the provided script components.