Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Trade tokens on EVM chains - Uniswap V3, 1inch on Ethereum, Arbitrum, Optimism, Base, Polygon
emoji
⟠
gates
{"envs":["EVM_PRIVATE_KEY"]}
EVM DEX Trading - Complete API Reference
Trade any token on Ethereum, Arbitrum, Optimism, Base, and Polygon using Uniswap V3 and 1inch aggregator.
Required Environment Variables
EVM_PRIVATE_KEY=0x... # Your EVM wallet private key
ALCHEMY_API_KEY=... # Optional: for better RPC
ONEINCH_API_KEY=... # Optional: for 1inch API
Supported Chains
Chain
Chain ID
DEXes
MEV Protection
Ethereum
1
Uniswap V3, 1inch
Flashbots Protect
Arbitrum
42161
Uniswap V3, 1inch
Sequencer
Optimism
10
Uniswap V3, 1inch
Sequencer
Base
8453
Uniswap V3, 1inch
Sequencer
Polygon
137
Uniswap V3, 1inch
Standard
Chat Commands
Swaps
/swap eth <amount> <from> to <to> # Swap on Ethereum
/swap arb <amount> <from> to <to> # Swap on Arbitrum
/swap op <amount> <from> to <to> # Swap on Optimism
/swap base <amount> <from> to <to> # Swap on Base
/swap matic <amount> <from> to <to> # Swap on Polygon
# Examples:
/swap eth 1 ETH to USDC # Swap 1 ETH to USDC on Ethereum
/swap arb 100 USDC to ARB # Swap 100 USDC to ARB on Arbitrum
/swap base 0.5 ETH to DEGEN # Swap 0.5 ETH to DEGEN on Base
Quotes
/quote eth <amount> <from> to <to> # Get quote without executing
/quote arb 1 ETH to USDC # Quote on Arbitrum
Compare Routes
/compare <chain> <amount> <from> to <to> # Compare Uniswap vs 1inch
/compare eth 1 ETH to USDC # Compare routes on Ethereum
Balances
/balance eth # Check ETH and token balances
/balance arb # Check Arbitrum balances
/balance base <token> # Check specific token on Base