At a glance
| Product | One-liner | Pattern |
|---|---|---|
| DZap Core | Swap + bridge aggregator | Quote → approve → execute |
| DZap Fuse | Single-click intent execution | Sign once → solver settles |
| DZap AI | Natural-language driver | Talk → tools → action |
When to use which
Building a swap UI
Use Core. Direct quote + execution flow with full price control.
One-click cross-chain LP entry
Use Fuse. Bundles bridge + swap + deposit into one signature.
An agent that can trade
Use AI. Tool surface + ZapBot + MCP for any agent runtime.
Cross-chain settlement
Use Core. Best-route bridging across the major providers.
Shared building blocks
Every product reads from the same routing engine:- Routing — DZap pathfinder evaluates DEX + bridge candidates and ranks by net output.
- Approvals —
getAllowance+approve/signcovers ERC20, Permit2, EIP-2612, and AutoPermit modes. - Contracts — one DZap router per chain (DZapDiamond). See Smart Contract Addresses.
- Status —
/v1/statuspolls cross-chain settlement.
Naming note
In code, Fuse features are namedZap* (e.g. getZapQuote, signGaslessDzapUserIntent). The product is Fuse publicly; the rename is gradual.