clanker

Deploy ERC-20 tokens with Uniswap V4 pools on Base via Clanker SDK.

3|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/readtheskill/readtheskill --skill clanker-readtheskill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: clanker
Source: https://github.com/readtheskill/readtheskill/tree/main/public/skills/clanker
Command: npx skills add https://github.com/readtheskill/readtheskill --skill clanker-readtheskill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduces the complexity of launching ERC-20 tokens and bootstrapping Uniswap V4 liquidity on Base by providing a single developer-first SDK that handles token deployment, pool creation, vesting, and distribution in an atomic workflow.

Core Features & Use Cases

  • One-transaction deployment: Deploy an ERC-20 token and its Uniswap V4 pool in a single atomic transaction.
  • Vesting & tokenomics: Built-in vesting schedules, buyback-and-burn mechanics, and customizable fee distribution.
  • Distribution tools: Programmatic airdrops and Farcaster integration for social triggers to deploy tokens.
  • Use Case: A blockchain developer or token team can rapidly launch a production-ready token with preconfigured liquidity and vesting to support a coordinated token sale or community launch on Base.

Quick Start

Use the Clanker SDK to deploy a token named MyToken with symbol MTK and initialize a Uniswap V4 pool with 1 ETH equivalent of initial liquidity on Base.

Frequently Asked Questions about clanker

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

FAQPage Schema
How do I launch an ERC-20 token with Uniswap V4 liquidity on Base?▼

You can launch an ERC-20 token with Uniswap V4 liquidity on Base atomically using the Clanker SDK. It deploys the token and initializes the pool in a single transaction, handling vesting and distribution automatically.

Can I configure token vesting and airdrops when deploying on Base?▼

Yes, you can configure token vesting and airdrops when deploying on Base. The SDK supports built-in vesting schedules, programmatic airdrops, and customizable fee distribution directly during the token launch workflow.

Do I need TypeScript to integrate the Clanker SDK for token deployment?▼

Yes, you need TypeScript and Node.js to integrate the Clanker SDK for token deployment. The atomic workflow requires transactional orchestration and a valid Clanker SDK API key to manage the ERC-20 creation.

What is the best way to trigger a token launch from Farcaster?▼

The best way to trigger a token launch from Farcaster is using the SDK's built-in social integration. It allows Farcaster interactions to programmatically deploy ERC-20 tokens and bootstrap Uniswap V4 liquidity on the Base chain.

Does the Clanker SDK support buyback-and-burn mechanics for tokenomics?▼

Yes, the Clanker SDK supports buyback-and-burn mechanics for tokenomics. It provides built-in mechanisms for customizable fee distribution and automated token management to maintain production-ready token health.

Why use a single atomic transaction for ERC-20 and pool creation instead of separate steps?▼

Using a single atomic transaction for ERC-20 and pool creation prevents failed partial deployments. It ensures the token and its Uniswap V4 liquidity pool are either both successfully created or both reverted, securing initial liquidity.