okx-copy-trader

Mirrors smart money, whale, and leaderboard trader DEX activity with proportional swap execution.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Nith567/xlayer-skills-arena --skill okx-copy-trader-nith567
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: okx-copy-trader
Source: https://github.com/Nith567/xlayer-skills-arena/tree/main/okx-copy-trader
Command: npx skills add https://github.com/Nith567/xlayer-skills-arena --skill okx-copy-trader-nith567

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually tracking and replicating the trades of profitable on-chain wallets is slow and error-prone, and by the time you act the opportunity is often gone. This Skill automates the detection, security screening, proportional sizing, and execution of copy trades based on live smart money, KOL, and leaderboard activity. ## Core Features & Use Cases - Multi-Mode Copy Trading: Copy smart money wallets, KOLs, top leaderboard traders, or any specific wallet address using OKX DEX Signal tracker activities and leaderboard data. - Security-Gated Execution: Automatically blocks honeypots, critical-risk tokens, and trades where smart money has already exited more than 50% of their position. - Proportional Sizing & Auto-Exit: Calculates copy amounts relative to your portfolio (capped at 10% per trade) and schedules cron-based monitoring to auto-sell when the copied wallet starts exiting. - Use Case: Say "copy the #1 trader on Base" and the Skill finds the top ROI trader from the leaderboard, shows their recent buys, runs token security checks, sizes the trade proportionally to your portfolio, executes the swap, and sets up hourly monitoring with automatic exit triggers. ## Quick Start Ask the agent to copy smart money trades on Base with 20% of your portfolio and set up automatic exit monitoring.

Frequently Asked Questions about okx-copy-trader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I copy smart money trades on-chain?▼

Use tracker activities with the smart_money tracker type to fetch live buy activity, run a token security check, then execute a proportional swap via onchainos swap execute. The Skill handles detection, sizing, and execution in one flow.

How to find the best wallet to copy trade?▼

Query the leaderboard list sorted by ROI over a 7-day window to identify top-performing traders, then track that address with multi_address tracker activities. The Skill displays their win rate, PnL, and recent buys before you commit.

Does copy trading work on chains other than X Layer?▼

Yes, it works on all chains supported by onchainos, with X Layer as the default for zero-gas execution and Base (chain ID 8453) as a common alternative. The chain is inferred from your message or defaults are applied.

What happens if the wallet I copy starts selling?▼

A scheduled cron job checks the sell feed every 30 minutes, and if the copied wallet sells more than 30% of their position, your position is automatically sold back to USDC. You receive a notification with the exit price.

When should I avoid copying a trade signal?▼

Avoid copying when the token is flagged as a honeypot, has critical risk level, is less than 24 hours old, or when smart money has already sold more than 50% of their position. The Skill blocks these trades automatically.