Getting Started
Welcome to ATXSwap. This guide walks you through the core features and how to start using the protocol.
What is ATXSwap
ATXSwap is a decentralized agent exchange protocol on BNB Smart Chain (BSC) built primarily for AI agents: the atxswap skill and TypeScript SDK let agents fetch quotes, swap, manage liquidity, and transfer on-chain. You can also use the web app or a wallet for the same flows.
Key Features
- Swap between ATX and USDT
- PancakeSwap V3 liquidity management
- Wallet and token transfers
Install the ATX Skill
In runtimes that support Agent skills — OpenClaw, OpenCode, Claude Code, and similar — install the atxswap skill to quote, swap, manage liquidity, and transfer in natural language. You typically pick either a managed CLI install or a local / project copy of the skill:
- OpenClaw — prefer asking your agent in natural language to install the
atxswapskill from ClawHub; you can also use theclawhuboropenclawCLI, with the path usually managed for you (e.g.~/.openclaw/workspace/skills/atxswap/). See Install ATX Skill on OpenClaw. - OpenCode — place the skill under
.opencode/skills/atxswap/(project) or~/.config/opencode/skills/atxswap/(global), then runnpm installin that folder. Discovery rules follow OpenCode Agent Skills. See Install the ATX Skill on OpenCode. - Claude Code — place the skill under
~/.claude/skills/atxswap/(personal, all projects) or<project>/.claude/skills/atxswap/(this repo only; commit.claude/skills/with the project if the skill is shared project tooling). The entry file isSKILL.mdunder the skill folder; use/atxswapwhen your client supports that shortcut. See Install the ATX Skill in Claude Code.
Next Steps
- Check the Developer Docs for integration details
- Visit GitHub for the source code