sodax-sdk-recovery
Installation
SKILL.md
Recovery (Core SDK granular skill)
Granular skill for RecoveryService — sodax.recovery. Feature tag for errors: 'recovery'. Service is new in v2 — no v1 equivalent.
Step 1 — Clarify with user before coding
- What's the trigger? Recovery should follow a known failed cross-chain operation. If the user can't name the failure, investigate the original op first.
- Which operation?
fetchHubAssetBalances(read; list stuck hub assets for the user).withdrawHubAsset(mutation; withdraw one entry back to a chosen spoke chain).
- Signed flow or unsigned-tx?
withdrawHubAssetfollows the sameWalletProviderSlot<K, Raw>pattern as other mutations.