Back to homeDocumentation

Build with Zect.

Embed cross-chain execution into any product with a single call. Full reference is coming with the public API — here's the shape of it.

Quick start

example.ts
import { Zect } from "@zect/sdk";

const zect = new Zect({ apiKey: process.env.ZECT_KEY });

const execution = await zect.intent({
  say: "Move 250 USDC to Base, cheapest",
  from: wallet,
});

await execution.confirm(); // → settled

One endpoint, every rail

Send an intent in plain language or structured form. Zect interprets it, scans every viable route, and returns the optimal path — ready to execute. You never touch a bridge SDK.

Get early access

The API is in private beta. Request a key and the full docs at developers@zect.io.

Request an API key