sodax-sdk-integration
Installation
SKILL.md
When to use this skill
Pick this skill when the consumer is writing new v2 code that calls @sodax/sdk directly (no React wrapper). Common signals:
- Node.js server, script, indexer, bot, or CI test that uses
Sodax. - Custom browser flow without
@sodax/dapp-kit. - Any cross-chain DeFi action: swap, bridge, money market (supply/borrow/withdraw/repay), staking, DEX (concentrated liquidity), migration (ICX/bnUSD/BALN), partner fees, recovery.
For React dapps using hooks → use sodax-dapp-kit-integration instead (this skill is still relevant for any unwrapped SDK call).
For porting v1 code → use sodax-sdk-migration first.
Workflow
Follow in order. Skipping ai-rules.md is the most common cause of agents reverting to v1 patterns.