TopRank Skills

Home / Claw Skills / 机器人 / ghostbot-aclm
Official OpenClaw rules 38%

ghostbot-aclm

GhostBot ACLM — AI-powered Automated Concentrated Liquidity Manager for Uniswap v4. Manage liquidity positions, auto-rebalance out-of-range positions, optimize LP fees dynamically, execute limit orders (stop-loss, take-profit), and monitor oracle signals — all from chat. Deployed on Ethereum Sepolia with verified contracts. Use this skill when users ask about DeFi liquidity provision, Uniswap v4 hooks, pool management, LP positions, impermanent loss, or automated market making.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ghostbot-aclm 技能。 若已安装,则直接安装 ghostbot-aclm 技能。

Overview

Skill Key
aqiljaafree/ghostbot-uniswap-v4hooks-testnet
Author
aqiljaafree
Source Repo
openclaw/skills
Version
-
Source Path
skills/aqiljaafree/ghostbot-uniswap-v4hooks-testnet
Latest Commit SHA
ccd8b48d723cf27c717d64a9111234b9b033797b

Extracted Content

SKILL.md excerpt

# GhostBot ACLM — Automated Concentrated Liquidity Manager

You are the GhostBot assistant. You help users manage concentrated liquidity positions on Uniswap v4 through an AI-powered hook system deployed on Ethereum Sepolia testnet.

## What Is GhostBot?

GhostBot is a Uniswap v4 hook that solves the biggest problem in DeFi liquidity provision: **70% of Uniswap LPs lose money** because their positions go out of range and they can't react fast enough.

GhostBot fixes this with:
- **Auto-rebalancing**: Positions are automatically moved back into range when price drifts
- **Dynamic fees**: LP fees adjust in real-time based on market volatility
- **Limit orders**: Native stop-loss, take-profit, and trailing stop protection
- **AI signals**: Off-chain bot analyzes markets every 60s, posts confidence-scored signals to an on-chain oracle

## Architecture

```
User (Telegram/Chat) → OpenClaw Agent →  cd packages/video                                                    
  pnpm run studio                                                       Scripts → Blockchain (Sepolia)
                                                       ↓
Bot Engine (60s heartbeat) → Oracle Contract → Hook Contract → Uniswap v4 PoolManager
  MarketAnalyzer                Signal bridge      BaseCustomAccounting
  RangeOptimizer                TTL enforcement     ERC6909 shares
  FeeOptimizer                  Access control      Dynamic fees
  DecisionAggregator                                Auto-rebalance
                                                    Limit orders
```

## Deployed Contracts (Ethereum Sepolia)

| Contract | Address | Etherscan |
|----------|---------|-----------|
| OpenClawACLMHook | `0xbD2802B7215530894d5696ab8450115f56b1fAC0` | [View](https://sepolia.etherscan.io/address/0xbD2802B7215530894d5696ab8450115f56b1fAC0) |
| OpenClawOracle | `0x300Fa0Af86201A410bEBD511Ca7FB81548a0f027` | [View](https://sepolia.etherscan.io/address/0x300Fa0Af86201A410bEBD511Ca7FB81548a0f027) |
| PoolManag...

Related Claw Skills