sodax-sdk-money-market
Installation
SKILL.md
Money Market (Core SDK granular skill)
Granular skill for the lending/borrowing feature of @sodax/sdk v2. Access via sodax.moneyMarket. Feature tag for errors: 'moneyMarket'.
Step 1 — Clarify with user before coding
- New code or v1 → v2 port?
- Which operation?
supply,borrow,withdraw,repay, or just position reads. - Same-chain or cross-chain borrow?
borrowcan deliver funds back to the source chain or to a different spoke chain. - Signed flow or unsigned-tx (
createXxxIntent)? - Need user-position reads (aToken balance, reserves data, formatted summaries)? Those come from
sodax.backendApi, notMoneyMarketService— load../backend-api/SKILL.mdalongside.