con un clic
clanker
Deploy ERC20 tokens with Uniswap V4 pools on Base, Ethereum, Arbitrum
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Deploy ERC20 tokens with Uniswap V4 pools on Base, Ethereum, Arbitrum
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Trade crypto binary markets on Polymarket with 4 automated strategies. Support: 5-min BTC, 15-min/1h/4h/daily all assets (BTC, ETH, SOL, XRP)
Dollar-cost averaging across all platforms
Hyperliquid L1 perps DEX (69% market share)
Local hybrid search for markdown notes and docs. Use when searching notes, finding related content, or retrieving documents from indexed collections.
Trade perpetual futures on Binance, Bybit, Hyperliquid, MEXC with up to 200x leverage
Execute trades on Polymarket using py_clob_client - full API access for market data, orders, positions
| name | clanker |
| description | Deploy ERC20 tokens with Uniswap V4 pools on Base, Ethereum, Arbitrum |
| command | clanker |
| emoji | 🪙 |
| gates | {"envs":["PRIVATE_KEY"]} |
Deploy production-ready ERC20 tokens with built-in Uniswap V4 liquidity pools using the Clanker SDK.
export PRIVATE_KEY=0x...your_private_key
export BASE_RPC_URL=https://mainnet.base.org # Optional
/clanker deploy <name> <symbol> [options] Deploy new token
/clanker simulate <name> <symbol> [opts] Simulate deployment (no tx)
/clanker claim-vault <token> Claim vested tokens
/clanker claim-rewards <token> Claim trading fee rewards
/clanker update-metadata <token> <json> Update token metadata
/clanker update-image <token> <ipfs://...> Update token image
/clanker info <token> Get token info
/clanker rewards <token> Check available rewards
/clanker vault <token> Check vested tokens
--image <ipfs://...> Token image (IPFS)
--description "..." Token description
--twitter <handle> Twitter/X handle
--telegram <handle> Telegram handle
--website <url> Website URL
--vault <percent> Vault percentage (vesting)
--vault-lockup <days> Vault lockup period
--vault-vesting <days> Vault vesting duration
--dev-buy <eth> Initial purchase amount
--market-cap <eth> Starting market cap
--vanity Generate vanity address
--chain <base|eth|arb> Target chain (default: base)
/clanker deploy "My Token" TKN --image ipfs://Qm... --vanity
/clanker deploy "Creator Token" CTK \
--vault 10 \
--vault-lockup 30 \
--vault-vesting 30
/clanker deploy "Launch Token" LTK \
--dev-buy 0.1 \
--market-cap 5
/clanker deploy "Community Token" CMT \
--image ipfs://Qm... \
--description "Community-owned token" \
--twitter mytoken \
--website https://mytoken.xyz \
--vault 10 \
--vault-lockup 7 \
--vault-vesting 30 \
--vanity \
--chain base
| Chain | ID | Status |
|---|---|---|
| Base | 8453 | Full support |
| Ethereum | 1 | Full support |
| Arbitrum | 42161 | Full support |
/clanker simulate before real deployment