Quick start
Use Zect (no signup)
- Open app.zect.io.
- Type what you want — e.g.
swap 100 USDT to ARB, cheapest. - Zect compares every available route and shows you the best ones.
- Click Review & swap, then either:
- Connect a wallet and sign the swap (non-custodial), or
- Pay from any wallet using a deposit address (no connection needed).
That’s it. You never pick a chain or a bridge.
Get paid with a link
- Sign in at app.zect.io/dashboard.
- Open Payment links → claim your
zect.io/@username. - Share it. Anyone can pay you in any token; you receive what you chose.
Build with the API
curl -X POST https://api.zect.io/v1/intent \
-H "Content-Type: application/json" \
-d '{ "say": "swap 100 USDT to ARB, cheapest" }'Returns the parsed intent plus a ranked list of routes. See the full API reference.