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

  1. New code or v1 → v2 port?
  2. Which operation? supply, borrow, withdraw, repay, or just position reads.
  3. Same-chain or cross-chain borrow? borrow can deliver funds back to the source chain or to a different spoke chain.
  4. Signed flow or unsigned-tx (createXxxIntent)?
  5. Need user-position reads (aToken balance, reserves data, formatted summaries)? Those come from sodax.backendApi, not MoneyMarketService — load ../backend-api/SKILL.md alongside.

Integration workflow

Installs
1
First Seen
Jun 10, 2026
sodax-sdk-money-market — icon-project/sodax-sdks