okx-dex-swap

Aggregates liquidity from 500+ DEX sources to route token swaps across multiple chains.

1|2|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/ranimth0707/PanicShield --skill okx-dex-swap-ranimth0707
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx-dex-swap
Source: https://github.com/ranimth0707/PanicShield/tree/main/.agents/skills/okx-dex-swap
Command: npx skills add https://github.com/ranimth0707/PanicShield --skill okx-dex-swap-ranimth0707

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Aggregates liquidity from 500+ DEX sources to provide optimal swap quotes and safe execution paths across multiple chains, simplifying multi-chain token trading.

Core Features & Use Cases

  • Quote and routing: obtain best swap routes and price impact across supported chains.
  • One-shot execute: quote → approve (if needed) → sign & broadcast in a single flow.
  • Calldata-only swaps: return unsigned transaction data for MEV protection or manual signing.
  • Cross-chain support: operate on Ethereum, Solana, Base, BSC, Arbitrum, Polygon, and more.
  • Risk controls: honeypot checks, tax awareness, and MEV protection options.

Quick Start

Request a swap quote on a supported chain, review the routing and fees, and then execute the trade with the one-shot flow.

Frequently Asked Questions about okx-dex-swap

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

FAQPage Schema
How do I get the best token swap routing across multiple blockchains?

Token swap routing across multiple blockchains is resolved by aggregating liquidity from 500+ DEX sources to provide optimal quotes and safe execution paths. It operates on Ethereum, Solana, Base, BSC, Arbitrum, and Polygon to ensure best pricing.

Can I generate unsigned calldata for DEX swaps to protect against MEV?

Yes, you can generate unsigned calldata for DEX swaps to enable MEV protection or manual signing. This calldata-only mode returns transaction data without automatically broadcasting, allowing you to execute trades securely through external signers.

Does multi-chain DEX swap execution work on Solana and Ethereum?

Multi-chain DEX swap execution works on Solana, Ethereum, Base, BSC, Arbitrum, and Polygon. It resolves token addresses and obtains quotes natively across these networks, supporting both EVM and non-EVM environments for cross-chain trading.

What is the one-shot flow for executing on-chain token swaps?

The one-shot flow for on-chain token swaps executes a trade in a single sequence: quote, approve if needed, then sign and broadcast. This automates the entire routing and execution process, returning signed or unsigned transaction data.

How do I check for honeypots and token taxes before a swap?

You can check for honeypots and token taxes before a swap using built-in risk controls. The Skill evaluates token safety and tax awareness during the quote generation phase, ensuring you avoid malicious tokens before providing execution calldata.