一键导入
watch-activity
Monitor on-chain activity — token swaps, transfers, whale alerts, and new token deployments on Base. Read-only, no wallet required.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Monitor on-chain activity — token swaps, transfers, whale alerts, and new token deployments on Base. Read-only, no wallet required.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | watch-activity |
| description | Monitor on-chain activity — token swaps, transfers, whale alerts, and new token deployments on Base. Read-only, no wallet required. |
| metadata | {"openclaw":{"emoji":"👁"}} |
watch_activityRead-only — requires only a public RPC client. No wallet connection needed.
| Action | Params | Description |
|---|---|---|
token_activity | token, pool_id (optional), blocks | Full activity report: swaps + transfers + stats. If no pool_id, shows transfers only. |
recent_swaps | pool_id, blocks, limit | Recent swaps for a specific liquidity pool |
recent_transfers | token, blocks, limit | ERC-20 transfer events for a token |
deployments | admin (optional), blocks | Recent Clawnch token deployments. Filter by deployer address. |
| Param | Default | Description |
|---|---|---|
token | — | Token contract address (required for token_activity, recent_transfers) |
pool_id | Auto-derived | Uniswap V4 pool ID (bytes32). Auto-derived from token via ClawnchReader if omitted. |
blocks | 5000 | Lookback window in blocks (~3 hours on Base at 2s/block) |
limit | 50 | Maximum results to return |
admin | — | Filter deployments by this admin/deployer address |
When using token_activity with a pool_id, the report includes:
If you don't have the pool_id:
ClawnchReader.getTokenRewards()clawnch_info with token_infoAfter launching a token:
action: deployments, admin: 0xYourAddress
Monitor your token's trading:
action: token_activity, token: 0xTokenAddress
Watch for whale activity:
action: recent_swaps, pool_id: 0xPoolId, blocks: 500, limit: 20
Look for large amount0 or amount1 values relative to pool liquidity.
@clawnch/clawncher-sdk — reads Base mainnet eventsherd_intelligence toolCheck eligibility for and claim token airdrops
Scan, audit, and revoke ERC-20 token approvals to manage wallet spending permissions
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Deploy tokens on Base (Uniswap V4) or Solana (Raydium) via Bankr gas-sponsored launch API
Open leveraged long/short positions via Avantis on Base with up to 10x leverage
Access Polymarket prediction markets to search, place bets, view positions, and redeem winnings