Smeltor · API Demo
Resolve any DeFi intent into executable steps
Paste a wallet, describe what you want — natural language or structured action. The resolver scans the wallet, plans the steps, and returns ready-to-broadcast calldata.
Curl
curl -X POST https://basiyx.vercel.app/api/public/workflow/resolve \
-H "Content-Type: application/json" \
-d '{
"walletAddress": "0x7c65D875D6c48CA7a7a00b07815AEF2F0Aa3d543",
"intent": "earn yield"
}'Read-only demo — paste any wallet, get a plan back. Connect a wallet at /discover to actually execute.