A specialized tool for Uniswap v4 operations, liquidity management, and WQELT wrapping on the QELT Mainnet.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install qelt-dex
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install qelt-dex using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The QELT DEX skill is a technical interface designed for developers and AI agents to engage with Uniswap v4 on the QELT Mainnet. As a featured part of the Openclaw Skills collection, it provides direct access to the QELT ecosystem (Chain ID 770) for executing swaps, managing liquidity positions, and interacting with core contracts like the PoolManager and UniversalRouter.
Built for high-performance DeFi automation, this skill ensures that all interactions follow the strict Uniswap v4 protocol requirements. Users can leverage this Openclaw Skills entry to query real-time pool states, calculate slippage, and facilitate WQELT wrapping operations, all while maintaining the security standards required for mainnet blockchain interactions. Note that this skill is exclusively compatible with Uniswap v4, as legacy V2 or V3 calls are unsupported on this network.
To use this skill within the Openclaw Skills framework, ensure you have curl installed for RPC communication. No additional local blockchain nodes are required as the skill connects directly to the QELT Mainnet.
# Example: Verify connectivity to the QELT Mainnet RPC
curl -fsSL -X POST https://mainnet.qelt.ai \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
Configure your environment with the QELT Chain ID (770) and ensure your agent has access to the verified contract addresses provided in the skill metadata.
The QELT DEX skill organizes DeFi data according to the Uniswap v4 architecture. Key data points managed by these Openclaw Skills include:
| Component | Description |
|---|---|
| PoolKey | Defines the pool via currency0, currency1, fee tier, and tick spacing. |
| Slot0 | Contains current price (sqrtPriceX96), current tick, and fee configurations. |
| WQELT | Tracks the 1:1 wrap ratio between native QELT and the ERC-20 wrapper. |
| Position NFT | Metadata for liquidity positions managed by the PositionDescriptor. |
| RPC Constants | Standardized endpoints and Chain ID 770 configurations. |
Loading
A high-performance interface for verifying and inspecting Solidity smart contracts on the QELT blockchain via the Mainnet Indexer API.

A high-performance interface for querying and interacting with the QELT Layer-1 blockchain via standard JSON-RPC.

A robust diagnostic tool for tracking the lifecycle of payment intents, card issuances, and transaction matching within the Proxy ecosystem.

A comprehensive Model Context Protocol skill that enables AI agents to autonomously request virtual payment cards and manage transactions within secure spending limits.

A high-performance REST API skill for querying indexed QELT blockchain data including blocks, transactions, and wallet balances.

A high-performance oracle integration for fetching cryptographically verified real-world asset (RWA) data and proof-of-reserve status from the QELT blockchain.








































