Visual Builder for Blockchain Products10-min quickstart

Complex blockchain.
Simple workflow.
Anyone can build.

Drag and drop pre-built components — embedded wallets, payments, cross-chain transfers, AI actions — onto a canvas and connect them into a working product. Production-grade blockchain infrastructure and developer tools come built-in. No smart contracts to write. No keys to manage. Ship in minutes.

Free to start · Pay-as-you-go · No credit card required

Payment Checkout WorkflowRunning
API Request
POST /checkout
Checkout
Multi-currency
MPC Sign
No key exposure
Settled
Confirmed · on-chain
Last Run
2s ago
Success Rate
99.9%
Total Payments
$2.4M
20+ Networks
Ethereum
Arbitrum
Base
Optimism
Polygon
BNB Chain
Avalanche
Solana
Bitcoin
zkSync
Scroll
Linea
Blast
Mantle
TON
Cosmos
Aptos
Sui
Tron
Dogecoin
Platform

Every building block you need.
Nothing you don't.

The full stack for on-chain automation — visual canvas, MPC signing, multi-chain execution, trigger system, and concurrency control. Each module handles a hard problem so you can focus on what you're building, not the infrastructure under it.

Visual Builder

Design complex multi-step blockchain workflows on a drag-and-drop canvas. Go from idea to deployed in minutes — no code required.

NFT Checkout WorkflowLive
✓ done
HTTP Request
POST /checkout
running
Balance Check
ERC-20
Security
MPC Sign
Threshold 2/3
Result
Delivered
On-chain
Wallet Onboarding WorkflowLive
✓ done
Social Login
LINE / Google
✓ done
Key Ceremony
MPC 2-of-3
running
Deploy Wallet
Gnosis Safe
Result
Sponsor Gas
Gas station
Cross-chain Swap Workflow
✓ done
Webhook
Cron / event
✓ done
Uniswap Quote
Best route
running
Cross-chain
Bridge + swap
Result
Settle
Dest. chain
MPC Security

Your private key never exists in one place. Split across independent servers — any two must agree to sign. A breach of one exposes nothing.

Node AShard 1/3
Node BShard 2/3
Node CShard 3/3
Threshold
2-of-3
✓ met
AI Agents

Connect any AI agent — Claude, GPT-4, or your own — to execute on-chain actions. Your workflows become agent tools automatically. No integration code required.

$ tool call
zafeguard.execute_workflow(
"eth-rebalance-v2",
{ chain: "arbitrum" }
)
COMPLETED· 0.9s
Event Triggers

Start any workflow from any source — REST API, webhook, cron schedule, or an on-chain event. Drop the trigger node and connect.

API CallPOST /trigger/{id}
WebhookAny HTTP source
Cron Schedule*/5 * * * *
On-chain EventTransfer · Mint · Swap
Multi-chain

20+ networks unified. EVM, Bitcoin ecosystem, Solana, and alt-chains — one workflow runs on any of them.

+8
Condition & Branch

Add if/else logic to any workflow. Branch on balance, wallet status, price, or any on-chain state — no code.

if balance > 100 USDC
Execute Swap
Send Alert
Developer SDK

TypeScript SDK with auto-generated types. Trigger workflows, stream results, handle callbacks.

// Auto-typed from your workspace
const result = await
client.run("checkout", {
amount: 100,
chain: "base"
});
Concurrency Control

Run hundreds of workflows simultaneously without double-spends or race conditions. Per-wallet locking is built in — no extra configuration needed.

#3120x1a2b…9f3cwallet-onboardingExecuting
#3130x1a2b…9f3cwallet-onboardingQueued · pos 1
#3140x7e4a…2d1beth-rebalance-v2Executing
#3150x3c8f…5a0enft-checkoutExecuting

Same wallet · serialized automatically · zero conflicts

How it works

From idea to on-chain in 10 minutes

A workflow is a chain of steps — receive a request, check a condition, sign a transaction securely, execute on-chain, notify a user. You design it on the visual canvas; Zafeguard runs it on any chain without a custom backend.

01

Design your workflow visually

Open the canvas and drag pre-built components — swaps, payments, conditions, MPC signing, API calls — onto it. Connect them to define your logic. No code, no blockchain expertise required.

02

Configure in one place

Set API keys, wallet credentials, gas policies, and environment variables in your workspace settings. Connect social logins, MPC key clusters, or smart accounts — all from one dashboard.

03

Deploy and monitor live

One-click deployment with enterprise concurrency controls. Watch every execution in real-time. Review run history, replay failed steps, and pipe alerts into your existing tools.

Multi-chain support

One platform. Every chain
that matters — and the ones others miss.

We don't just support the popular chains. Zafeguard is built for the long tail — alt-coins, alt-networks, and emerging ecosystems — with the same visual workflow experience across all of them.

EVM Compatible17 chains
Ethereum
Arbitrum
Base
Optimism
Polygon
BNB Chain
Avalanche
zkSync Era
Scroll
Linea
Blast
Mantle
+
5 more

Gnosis · Celo · Moonbeam · Fantom · Polygon zkEVM — and more being added regularly

Bitcoin Ecosystem4 chains
Bitcoin
Litecoin
Dogecoin
Dash
Dash

PSBT transactions · Babylon staking · Multi-provider failover

Alt-Networks & MoreExpanding
Solana
TON
Tron
Cosmos
Aptos
Sui
+
10 more

Request a chain via our roadmap · New networks added every quarter

Use cases

What you can ship with Zafeguard

These are real products, each assembled from Zafeguard workflow components on the visual canvas. Find the use case that fits your app, open the canvas, and ship the same day.

Wallets

Embeddable wallets for any app

Let users log in with Google or Apple and instantly have a blockchain wallet — no seed phrase, no MetaMask popup. Your app owns the experience. MPC secures the keys.

Social LoginMPC SecurityGas Station
Commerce

NFT & token checkout with fiat or crypto

One workflow: buyer pays with card or crypto → smart contract mints or transfers the asset → token lands in their wallet. Multi-currency, multi-chain, no custom code.

Payment ServiceSmart Contract CallMulti-chain
Access Control

Token-gated experiences

Check wallet balances, NFT ownership, or staking status before granting access to content, events, or features. Condition logic is a single workflow component.

Condition BlockOn-Chain ReadWebhook Trigger
Payments

Recurring crypto payments & subscriptions

On-chain subscription billing, contributor payroll, or scheduled token distributions — triggered by time or event, settled across any supported chain.

Schedule TriggerPayment ServiceMulti-chain
Onboarding

Gasless user onboarding

New user signs up → wallet created with social login → first transaction is sponsored by your gas station. Zero friction, zero ETH required from the user.

Social LoginMPC SecurityGas Station
Cross-chain

Cross-chain asset bridging & routing

Move tokens across chains automatically — swap on source, bridge, and deliver on destination. All steps are visual components you connect once and deploy forever.

Uniswap SwapBridge Component20+ Networks
Live Example · Assembled on the Canvas

From social login to smart wallet —
any EVM chain. 10 minutes.

This is a real production workflow running today. A LINE user taps a button and gets a non-custodial smart wallet on any EVM chain — wallet created, first transaction executed, keys secured by MPC, gas optionally sponsored. What would take a blockchain team weeks to build was assembled on the Zafeguard canvas in under 10 minutes, with zero lines of custom code.

Trigger
API RequestLINE LIFF
Key Derivation
Derive Key PathCompute Wallet Address
Lock + Smart Account
Acquire LockGet Smart Wallet Address
Branch
Is Wallet Already Deployed?
If deployed
Get TX NonceBuild TX HashBuild Wallet Signature
First transaction
Build Deploy CalldataBuild MulticallBuild TX HashBuild Wallet Signature
MPC Threshold Sign
Node 1 · Sign Key ShareNode 2 · Sign Key ShareNode 3 · Sign Key Share
Execute + Release
Build Execute CalldataBuild TransactionSend TransactionRelease Lock
< 10 min
to build
17
workflow steps
0
lines of code
Any EVM
chain
What it does
  • LINE social login triggers the workflow — no wallet setup required from the user
  • Wallet address derived instantly — users can receive funds before ever transacting
  • First transaction deploys the wallet and executes in a single step — invisible to the user
  • Private key never exists in full — split across 3 independent MPC servers
  • Concurrent transactions handled safely — no double-spend or race conditions
  • Gas can be fully sponsored — users pay nothing to get started
Template Marketplace

Start from a community-built workflow instead of building from scratch.

Embedded WalletNFT CheckoutCross-chain SwapRecurring PaymentsToken-gated AccessAI Agent TradingGas StationMulti-sig ApprovalStaking RewardsDeFi YieldBrowse all
AI Agent → Zafeguard MCPMCP Connected
AI
AI Agent Integration

Connect your AI agent
to the blockchain

Connect any AI agent — Claude, GPT-4, or your own — directly to your Zafeguard workflows. Your workspace automatically becomes an endpoint that agents can call to execute swaps, payments, and on-chain transfers using natural language. No integration code required.

  • Your workflows become AI-callable tools automatically — zero setup
  • Agents trigger swaps, payments, and staking with natural language
  • Full execution history and audit trail for every agent-initiated action
  • Scope API key permissions per agent to limit what each agent can do
  • Compatible with Claude, GPT-4, and any standard AI agent framework
Read the MCP integration guide
Payment Service

End-to-end payment workflows,
built with blocks

We built the entire payment lifecycle as first-class workflow components — invoice creation, multi-currency checkout, secured signing, and treasury settlement. Assemble it visually or call it via API. No custom integration code needed.

  • Multi-currency checkout — crypto and fiat in one flow
  • Smart contract escrow with configurable release conditions
  • MPC-secured signing — no private key exposure at settlement
  • Automated treasury routing by currency, chain, or amount
  • Gasless payments via built-in gas station integration
  • Stripe-level developer experience, blockchain-level sovereignty
Explore payment workflows
Payment WorkflowLive preview
Invoice
Generated
Checkout
Multi-currency
MPC Sign
No key exposure
Treasury
Auto-settled
< 3s
Avg Settlement
40+
Currencies
Optional
Gas Required
Developer SDK

Call any workflow
from your codebase

The Zafeguard client SDK lets you trigger, monitor, and integrate any workflow programmatically — fully typed with TypeScript. Non-technical users design in the canvas; engineers call it from the SDK. Same workflow, different surface.

  • TypeScript client with full type inference
  • Auto-generated workflow and input type definitions
  • REST API for workflow management and execution
  • Webhooks for run status and completion events
  • API key scoping — limit access per integration
  • MCP server — expose workflows as AI agent tools
Read the SDK docs
workflow.ts
response.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { WorkflowClient } from '@zafeguard/caller-sdk'

const workflow = new WorkflowClient({
  apiKey: process.env.ZAFEGUARD_API_KEY!,
  workflowId: 'wf_550e8400',
})

// Trigger then wait for the run — SSE-backed
const [{ runId }] = await workflow.trigger()
const run = await workflow.waitForRun(runId)
MPC Security

Your keys are never in one place.
Choose how you deploy.

Zafeguard uses multi-party computation (MPC) to split your private key across multiple independent nodes. No single node — and no single person — ever holds the complete key.

Built-in MPC
Included · No setup required

Every Zafeguard workspace comes with MPC-backed key protection out of the box. Your keys are split, secured, and managed by our globally distributed infrastructure — ready to use in minutes.

  • Keys split across multiple secure, independent nodes
  • Transactions require agreement from a threshold of nodes
  • Social login recovery — no seed phrase to manage
  • Gasless signing via built-in gas station
  • Available on Professional plan and above
See pricing
Self-Hosted MPC
Enterprise · Contact us to get started

For institutions that require complete sovereignty. Deploy Zafeguard's MPC infrastructure on your own servers — your keys never leave your environment, and no external party is ever involved in the signing process.

  • Deploy MPC nodes on your own infrastructure
  • Keys are entirely within your controlled environment
  • Multiple nodes — any one node cannot act alone
  • Connect your existing identity and compliance systems
  • Full SDK access for custom integrations
Talk to sales
Pricing

Simple, predictable pricing

Pay-as-you-go or monthly plans. Start free, scale as you grow, upgrade anytime.

Pay-as-you-go
$0.01per run

No monthly commitment. Perfect for irregular usage, prototyping, or getting started fast.

Start free
  • No monthly fee
  • 20+ networks (EVM + BTC + SOL)
  • Unlimited workflows
  • REST API access
  • Run history (7 days)
  • Community support
Growth
$99/ month

For teams shipping automation at production scale with predictable monthly costs.

Start Growth
  • 10,000 runs included
  • $0.008 per extra run
  • 20+ networks
  • 3 workspaces
  • Run history (30 days)
  • Email support
Most popular
Professional
$499/ month

For companies requiring MPC key management, AI agent integration, and priority SLA.

Start Professional
  • 100,000 runs included
  • $0.005 per extra run
  • MPC key management
  • AI Agent integration (MCP)
  • Embedded wallets + social recovery
  • Gas Station with spend policies
  • 10 workspaces
  • Priority SLA
  • Custom workflow components
Enterprise
Custom

Self-hosted MPC, dedicated infrastructure, compliance tooling, and a dedicated success manager.

Talk to sales
  • Unlimited runs
  • Self-hosted MPC deployment
  • Unlimited workspaces
  • Dedicated infrastructure
  • Address risk & compliance screening
  • SAML SSO
  • Custom SLA
  • Dedicated CSM

All plans include access to the full component catalog and visual builder. Network gas fees are billed separately and not included in run costs.

For individuals

No code. No team. No seed phrase.
Just automate.

You don't need to be a developer to automate your on-chain life. Build your first workflow in under 10 minutes using pre-built components — on any chain, with any token.

DeFi Strategies

Automate recurring swaps, yield farming rebalances, and liquidity position management — set it once, run forever.

No Seed Phrase

Log in with Google or Apple. Your wallet is protected by MPC — multiple secure nodes collectively manage your key.

Staking & Rewards

Auto-compound staking rewards on Ethereum, Babylon, or Solana. Configure once and let the workflow handle the rest.

Gasless Experiences

Use apps where gas is handled automatically. No ETH in your wallet required to interact with supported workflows.

Scheduled Transfers

Set up recurring token distributions, dollar-cost averaging, or contribution automations on any supported chain.

On-Chain Alerts

Trigger actions automatically based on price thresholds, wallet events, or smart contract state changes.

Get started

Ready to build your first
blockchain workflow?

Join teams and individuals already running thousands of on-chain workflows with Zafeguard. Start for free with pay-as-you-go — no credit card, no commitment, live in 10 minutes.