# Clanker > Clanker deploys ERC-20 tokens with automatic Uniswap V4 liquidity pools on multiple EVM chains. Browse, deploy, and manage tokens at clanker.world. ## Documentation - [Clanker SDK Skill](https://www.clanker.world/api/docs/clanker-sdk): Complete guide for AI agents to deploy tokens, configure liquidity pools, claim rewards, set up airdrops, presales, vaults, and interact with Clanker contracts using the `clanker-sdk` npm package. - [Full Documentation](https://www.clanker.world/llms-full.txt): Complete unabridged documentation for LLM consumption. ## Key Capabilities - Deploy ERC-20 tokens with Uniswap V4 liquidity on Base, Arbitrum, Ethereum, BSC, Unichain, Monad, Abstract - Configure pool parameters, fee structures (static/dynamic), sniper protection - Set up token vesting vaults, airdrops via Merkle trees, and presales - Dev buy in same deployment transaction - Claim LP fee rewards and manage reward recipients - Update token metadata and images post-deployment ## Quick Integration ```bash npm install clanker-sdk viem ``` ```typescript import { Clanker } from 'clanker-sdk/v4'; ``` See the full SDK skill at /api/docs/clanker-sdk for complete usage instructions.