# Shield Swap

> Use when the user wants to trade, LP, or build on the shield_swap AMM — setting up an account, optionally crediting a referral code, getting the airdrop, swapping privately, managing liquidity positions, or collecting earnings via the aleo_shield_swap Python SDK.

- Skill: `provablehq/shield-swap-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add provablehq/shield-swap-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/provablehq/shield-swap-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: provablehq (https://skillmd.com/u/provablehq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/provablehq/shield-swap-2

---


Read the packaged agent guide (generated from the SDK — always matches the
installed version):

    python -m aleo_shield_swap

Follow its Tier 1 lifecycle and conversation pattern. Write Python against
the SDK; don't re-implement flows the methods already provide, and don't read
SDK source unless the guide genuinely lacks the answer. Preconditions are
enforced in code — on error, read the exception message; it names the method
that fixes it.

To install this skill into a Claude Code project, copy this directory to
`.claude/skills/shield-swap/` — or just point the agent at the guide above.

