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.

provablehq f3df9cd 911 B Updated

File contents

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.

provablehq/python-sdk/tree/main/shield-swap-sdk/python/aleo_shield_swap/skills commit f3df9cd800

Frequently asked questions

npx skillmds@latest add provablehq/shield-swap-2