# Send Uniswap Deploy Agent Token to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "deploy-agent-token",
    "name": "Uniswap Deploy Agent Token",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/wpank/deploy-agent-token",
    "canonicalUrl": "https://clawhub.ai/wpank/deploy-agent-token",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/deploy-agent-token",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=deploy-agent-token",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "deploy-agent-token",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T07:44:01.925Z",
      "expiresAt": "2026-05-11T07:44:01.925Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=deploy-agent-token",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=deploy-agent-token",
        "contentDisposition": "attachment; filename=\"deploy-agent-token-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "deploy-agent-token"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/deploy-agent-token"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/deploy-agent-token",
    "downloadUrl": "https://openagent3.xyz/downloads/deploy-agent-token",
    "agentUrl": "https://openagent3.xyz/skills/deploy-agent-token/agent",
    "manifestUrl": "https://openagent3.xyz/skills/deploy-agent-token/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/deploy-agent-token/agent.md"
  }
}
```
## Documentation

### Overview

Automates the full lifecycle of launching a token on Uniswap V4: pool creation with configurable hooks, initial liquidity bootstrapping, LP token locking, and post-deployment monitoring. Delegates to the token-deployer agent which handles the critical first hours of a token's life — ensuring proper anti-snipe protections, correct initial pricing, sufficient liquidity depth, and locked LP tokens.

This skill exists because agent platforms like Clanker (585K+ tokens, $5B+ volume) and BankrBot need automated, safe pool creation. Misconfigured pools, missing anti-snipe hooks, or inadequate liquidity can destroy a launch.

### When to Use

Activate when the user asks:

"Deploy a token for my agent"
"Create a Uniswap V4 pool for my token"
"Launch a token with anti-snipe protection"
"Set up a pool with dynamic fees"
"Deploy token on Base with locked liquidity"
"Launch my agent token like Clanker"
"Create a pool with revenue share hooks"
"Bootstrap liquidity for my new token"

### Parameters

ParameterRequiredDefaultDescriptiontokenAddressYes--ERC-20 token contract address to create a pool forpairedTokenNoWETHQuote token to pair with (WETH, USDC, or address)chainNobaseTarget chain for deployment (must support V4)initialPriceNo--Desired price per token in the paired token (or derive from targetMarketCap)targetMarketCapNo--Target market cap in USD — used to calculate initial price from total supplyinitialLiquidityYes--Amount of each token to seed the pool (e.g., "1M AGENT + 10 WETH")hooksNoanti-snipeHook configuration: "anti-snipe", "dynamic-fees", "revenue-share", or comma-separated combinationantiSnipeDelayNo2 blocksAnti-snipe delay period in blocks (ClankerHook model)revenueSharePctNo--Percentage of swap fees directed to token creator (if revenue-share hook enabled)lpLockDurationNo10 yearsHow long to lock LP tokens (e.g., "10 years", "1 year", "6 months")vestingScheduleNo--Optional vesting schedule for token allocations

### Hook Configuration Guide

Anti-snipe (default, recommended): Prevents bot sniping at launch using a 2-block delay (ClankerHook model). Without this, bots can drain initial liquidity within seconds.
Dynamic fees: Adjusts pool fees based on volatility or volume. Good for tokens with unpredictable early trading patterns.
Revenue share: Directs a portion of swap fees to the token creator. Creates an ongoing revenue stream from trading activity.
TWAMM: Time-weighted average market making for gradual price discovery during launch.

### Workflow

Extract parameters from the user's request. Determine the token address, paired token, chain, initial price or market cap, liquidity amounts, hook configuration, and LP lock duration. Validate that required parameters (token address, initial liquidity) are provided. If initial price is not specified but target market cap is, note that the agent will calculate the price from total supply.


Delegate to token-deployer agent: Invoke Task(subagent_type:token-deployer) with the extracted parameters. The agent executes a 7-step pipeline:

Verify token: Check token contract via metadata (name, symbol, decimals, supply, risk flags). Refuse if honeypot indicators detected.
Configure hooks: Select and validate V4 hooks, verify they are deployed on the target chain, calculate hook address requirements.
Create pool: Calculate sqrtPriceX96, construct pool key, simulate via safety-guardian, execute initialization.
Bootstrap liquidity: Delegate to lp-strategist for optimal range, add liquidity via position manager.
Lock LP: Transfer position NFT to time-locked vault, configure lock duration.
Monitor: Track price, volume, TVL, and anomalies during the critical first hours.
Report: Produce comprehensive deployment report.

The agent internally delegates to safety-guardian (transaction validation) and lp-strategist (liquidity strategy).


Present results: Format the deployment report for the user, including pool address, hook configuration, liquidity details, LP lock status, and early monitoring data.

### Agent Delegation

Task(subagent_type:token-deployer)
  tokenAddress: <0x...>
  pairedToken: <WETH|USDC|address>
  chain: <base|ethereum|...>
  initialPrice: <price in paired token>
  targetMarketCap: <USD value>
  initialLiquidity: <amounts>
  hooks: <anti-snipe,dynamic-fees,revenue-share>
  antiSnipeDelay: <2 blocks>
  revenueSharePct: <percentage>
  lpLockDuration: <10 years>
  vestingSchedule: <schedule>

### Output Format

Token Deployment Complete

  Pool:
    Address:    0x1234...abcd
    Chain:      Base (8453)
    Version:    V4
    Pair:       AGENT / WETH
    Fee:        0.30% (tick spacing: 60)
    Hooks:      Anti-snipe (2-block delay) + Dynamic fees
    Init Price: 0.001 WETH per AGENT

  Liquidity:
    Position:   #12345
    Amount:     1,000,000 AGENT + 10 WETH
    Range:      Full range
    Status:     Active

  LP Lock:
    Vault:      0x5555...6666
    Duration:   10 years (unlocks 2036-02-10)
    Position:   #12345

  Early Monitoring (1h):
    Price:      0.00105 WETH (+5.0%)
    Volume:     $45,000
    TVL:        $20,000
    Anomalies:  None detected

  Next Steps:
    - Monitor pool health over the first 24 hours
    - Consider adding more liquidity if TVL grows
    - Share pool address for community trading

### Important Notes

Pool creation is irreversible. Every pool creation transaction is simulated via safety-guardian before broadcast.
Anti-snipe hooks are enabled by default and strongly recommended. Without them, bots can front-run the launch and drain initial liquidity within seconds.
All hook contracts must be deployed and verified on the target chain before they can be attached to a pool. Unverified hooks can steal funds.
If an existing pool with significant liquidity already exists for the token pair, the agent will warn you and suggest adding to the existing pool instead.
LP locking builds market confidence. The default 10-year lock follows the Clanker model. Shorter locks are possible but may reduce trader confidence.
Initial price calculation is critical. The agent cross-checks the price against token supply and target market cap to prevent misconfiguration.
Post-deployment monitoring runs during the first hours to detect anomalies (sandwich attacks, unusual trades, liquidity removal).

### Error Handling

ErrorUser-Facing MessageSuggested ActionToken verification failed"Could not verify token at [address]: [reason]."Check the token contract address and chainHoneypot detected"Token has honeypot indicators. Refusing to create pool."Review the token contract for malicious codePool already exists"A pool with $[X] TVL already exists for this pair. Consider adding liquidity instead."Use manage-liquidity to add to existing poolHook not deployed"Hook contract [type] is not deployed on [chain]."Deploy the hook first or choose a different hookV4 not supported"Uniswap V4 is not deployed on [chain]."Choose a chain with V4 supportInsufficient liquidity tokens"Not enough [token] to seed the pool: have [X], need [Y]."Acquire more tokens or reduce initial liquiditySafety guardian vetoed"Transaction vetoed by safety-guardian: [reason]."Review the veto reason and adjust parametersLP lock failed"Could not lock LP tokens: [reason]."Check vault contract availability on the chainGas estimation failed"Could not estimate gas for pool creation on [chain]."Try again or check chain status
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wpank
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T07:44:01.925Z
- Expires at: 2026-05-11T07:44:01.925Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/deploy-agent-token)
- [Send to Agent page](https://openagent3.xyz/skills/deploy-agent-token/agent)
- [JSON manifest](https://openagent3.xyz/skills/deploy-agent-token/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/deploy-agent-token/agent.md)
- [Download page](https://openagent3.xyz/downloads/deploy-agent-token)