Skip to content

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 skillsOpenClaw, 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:

  • OpenClawprefer asking your agent in natural language to install the atxswap skill from ClawHub; you can also use the clawhub or openclaw CLI, 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 run npm install in 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 is SKILL.md under the skill folder; use /atxswap when your client supports that shortcut. See Install the ATX Skill in Claude Code.

Next Steps

Released under the MIT License.