clanker

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

650|137|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/alsk1992/CloddsBot --skill clanker-alsk1992
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clanker
Source: https://github.com/alsk1992/CloddsBot/tree/main/src/skills/bundled/clanker
Command: npx skills add https://github.com/alsk1992/CloddsBot --skill clanker-alsk1992

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 liquidity pools on popular blockchain networks.

Core Features & Use Cases

  • Token Deployment: Create new ERC20 tokens with custom configurations like supply, metadata, and vesting schedules.
  • Liquidity Pool Setup: Automatically deploy Uniswap V4 pools for your tokens, enabling trading and liquidity provision.
  • Use Case: An independent game developer wants to launch a new in-game currency. They can use this Skill to deploy the token on the Base network, set a portion for team vesting, and instantly create a liquidity pool on Uniswap V4, making it tradable.

Quick Start

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?

To deploy an ERC20 token with a Uniswap V4 liquidity pool, you configure the token metadata, supply, and vesting schedules, then execute the deployment script which automatically creates the pool on your target blockchain.

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

Yes, you can deploy ERC20 tokens on Arbitrum and Base using viem. The Skill supports token deployment across Base, Ethereum, and Arbitrum networks by utilizing viem for chain connectivity and account management.

What is needed to set up a Uniswap V4 pool for a new token?

To set up a Uniswap V4 pool for a new token, you need a funded wallet private key for signing transactions and optional RPC URLs for network connectivity. The Skill handles the smart contract interactions to create the pool.

How do I manage token vesting schedules and reward claims for ERC20 deployments?

You manage token vesting schedules and reward claims through smart contract interactions facilitated by the Skill. It enables vault management and reward claims directly after the initial token deployment and liquidity pool setup.

Does deploying a token with Uniswap V4 require manual pool configuration afterwards?

No, deploying a token with Uniswap V4 does not require manual pool configuration afterwards. The Skill automatically deploys the Uniswap V4 liquidity pool during the token creation process, making it instantly tradable.