Zect is in active development — docs evolve fast.
Quick start

Quick start

Use Zect (no signup)

  1. Open app.zect.io.
  2. Type what you want — e.g. swap 100 USDT to ARB, cheapest.
  3. Zect compares every available route and shows you the best ones.
  4. 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.

  1. Sign in at app.zect.io/dashboard.
  2. Open Payment links → claim your zect.io/@username.
  3. 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.