# Chenswap

> LLM-routed DEX aggregator. Compares 5 aggregators (KyberSwap, ParaSwap, Odos, LI.FI, Bebop) in parallel with natural-language reasoning on why one route beats others. Free public API. Works on Ethereum, Base, Polygon, Arbitrum, BNB Chain.

- Skill: `jiayaoqijia/chenswap` (Agent Skill, multi-file: 11 files)
- Install (CLI): `npx skillmds@latest add jiayaoqijia/chenswap`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jiayaoqijia/chenswap/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: jiayaoqijia (https://skillmd.com/u/jiayaoqijia)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jiayaoqijia/chenswap

---


# chenswap - LLM-routed DEX aggregator

Compare DEX swap quotes across 5 aggregators in parallel and get LLM-generated reasoning on why one route beats another for your specific pair.

## Tools

- get_quote: 5-aggregator parallel quote with LLM reasoning
- list_supported_chains: chains + aggregator coverage per chain

## MCP install

Install from npm: `npx -y chenswap-mcp`

## API

POST https://chenswap.chitacloud.dev/api/quote
{
  "chain_id": 8453,
  "token_in": "0x...",
  "token_out": "0x...",
  "amount_in_raw": "1000000000",
  "decimals_in": 6,
  "decimals_out": 18
}

No API key required.

