UTXO Suite is the decision layer before signing.
A modular Web3 security and route-intelligence stack for wallets, dApps and execution layers. Analyze risk, compare routes and guide users before they sign - without custody, private keys or silent execution.
Analyzes before wallet confirmation.
No custody, no private key access.
BTC, EVM and Solana context.
Decision stack
Before the wallet prompt
Extension
User surface
SDK
Product surface
CDN
Fast embed
API
Backend access
Guard
Should this be signed?
Relay
How should this execute?
AI
Why does it matter?
UTXO Suite never signs, never executes, and never custodies funds. It analyzes context before the user confirms in their own wallet.
Product stack
One engine. Multiple security and routing surfaces.
Motion is intentionally light: the page explains the system without loading trading runtimes, wallet SDKs, or live quote APIs.
L1-L7 Security
Security from network to behavior.
UTXO Core analyzes and warns. It does not claim to remove every risk, and it does not replace wallet confirmation or user review.
Network
Chain and network context.
Asset
Token, asset and symbol integrity.
Contract
Contract risk and known interaction patterns.
Transaction
Transaction intent, approvals and signature requests.
Route
Route quality, slippage and fee impact.
Interface
Interface behavior, claim traps and wallet prompts.
Behavior
Behavioral scam patterns and user-flow risk.
UTXO Relay
Route intelligence for BTC, EVM and Solana.
UTXO Relay is not the same as UTXO Guard. Relay compares providers, normalizes quotes, and selects the best route posture. It never signs, never executes, and never custodies funds.
1inchRelay decides how to execute. Guard decides if you should. AI explains why.
Read-only posture
Integration surfaces
One engine. Multiple surfaces.
Browser Extension
For users who want protection before signing.
dApp SDK
For products that want embedded risk analysis.
CDN One-Click
For fast integration without build changes.
API Access
For platforms that need higher rate limits and backend analysis.
Vestige Integration
Native access inside Vestige Index.
UTXO AI
UTXO AI explains risk, not hype.
UTXO AI is an explanation layer for Guard, Relay, and general Web3 context. The static page describes the architecture only; it does not load an AI runtime.
Access tiers
Free
$0Basic warnings, local checks, critical alerts.
Basic
$10/yearExtension + basic AI.
Pro
$25/yearSDK access, higher rate limits, reports.
Advanced
$50/yearAPI access, dApp integrations, exportable reports.
Payments grant access to software features for a fixed period. This is software access, not a tax-deductible contribution. UTXO Guard is a non-custodial, read-only security tool.
SDK Integration
Typed protection inside the app.
import { createUtxoGuard } from "@utxo/guard-sdk";
const guard = createUtxoGuard({
apiKey: "YOUR_API_KEY",
mode: "hybrid",
theme: "auto",
});
const result = await guard.analyzeRoute({
chain: "ethereum",
action: "swap",
provider: "THORChain",
amountUSD: 1000,
slippageBps: 300,
});
guard.mountWidget("#utxo-guard", result);CDN One-Click
Protection without build changes.
<script
src="https://cdn.utxoguard.com/utxo-guard.js"
data-api-key="YOUR_API_KEY"
data-theme="auto"
data-position="bottom-right">
</script>API Access
Backend analysis for platforms.
POST /v1/analyze-route
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"chain": "ethereum",
"action": "swap",
"provider": "THORChain",
"amountUSD": 1000,
"slippageBps": 300
}Downloads
Release targets without broken promises.
Available buttons point to integration instructions until signed release builds are placed in /public/downloads.
Chrome
Chrome Extension
Browser protection surface for users who want read-only checks before signing.
OpenBrave
Brave Extension
Chromium-compatible extension package target for Brave release builds.
Opennpm
SDK Package
Typed integration path for dApps that need embedded analysis and reporting.
OpenCDN
CDN Script
One-click script target for teams that need protection without build changes.
OpenWindows
UTXO AI Engine Installer Windows
Local model runtime installer target for teams using Windows workstations.
OpenmacOS/Linux
UTXO AI Engine Installer macOS/Linux
Local model runtime installer target for macOS and Linux environments.
OpenDesktop
Desktop Suite
Standalone desktop surface for wallet-aware analysis workflows.
Android
Android APK
Mobile companion build for Android wallet safety workflows.
Next layer
Ship safer routes without turning the interface into noise.
UTXO Suite keeps the decision layer explicit: analyze the route, explain the risk, then let the wallet and the user make the final confirmation.
