/** * Skill: deploy_token — Deploy a token via Clawncher API with strategic defaults. * * Not just "launch a token." This skill enforces sane configuration: * - 100% fee rewards to agent (agent earns from its own token's volume) * - Fee preference "Both" (collect both WETH and own token) * - Optional vault (lock a % of supply for future use — community incentives, partnerships) * - Optional dev buy (agent buys its own token to seed initial liquidity depth) * - Captcha solved automatically by SDK * - Single attempt, no retry * * The agent should only deploy when it has: * - A clear project concept (name, symbol, narrative) * - Enough ETH for gas + optional dev buy * - A plan for what to do after deployment */ import type { SkillDefinition } from '../types.js'; export declare const deployTokenSkill: SkillDefinition; //# sourceMappingURL=deploy.d.ts.map