QELT DEX for Openclaw

A specialized tool for Uniswap v4 operations, liquidity management, and WQELT wrapping on the QELT Mainnet.

prqelt
v0.1.0
Mar 6, 2026
0
803
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install qelt-dex

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is QELT DEX?

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.

QELT DEX Use Cases

  • Automating token swaps via the UniversalRouter using Openclaw Skills logic.
  • Monitoring real-time liquidity and price ticks for Uniswap v4 pools on QELT Mainnet.
  • Managing WQELT balances including wrapping native QELT and unwrapping back to the base currency.
  • Querying NFT-based liquidity positions through the PositionManager interface.
  • Verifying contract addresses and protocol state for decentralized applications built on QELT.

How QELT DEX Works

  1. The skill identifies the specific DEX action required, such as a price query or a liquidity update.
  2. It references an internal registry of verified Uniswap v4 contract addresses (PoolManager, UniversalRouter, etc.) specifically configured for Openclaw Skills.
  3. For data retrieval, it constructs JSON-RPC requests using curl to query the QELT Mainnet RPC (https://mainnet.qelt.ai).
  4. For write operations like swaps, the skill generates the necessary transaction data and requires a pre-signed raw transaction hex from the user to ensure security.
  5. It utilizes the Permit2 protocol for efficient token approvals and the UniversalRouter for complex swap executions.
  6. The skill processes the blockchain response and returns human-readable status updates or decoded state data.

QELT DEX Setup

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.

QELT DEX Data Schema & Taxonomy

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.

QELT DEX Advanced Features

  • Support for custom hooks in Uniswap v4 pool definitions via Openclaw Skills.
  • Native Permit2 integration for gas-efficient, signature-based token approvals.
  • Advanced slippage protection mechanisms requiring a minimum 1% tolerance for safety.
  • Automated routing through the UniversalRouter for optimized swap paths.
  • Built-in error detection for UnsupportedProtocol reverts to prevent failed V2/V3 transaction attempts.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*