UTXO Suite

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.

Read-only

Analyzes before wallet confirmation.

Non-custodial

No custody, no private key access.

Route-aware

BTC, EVM and Solana context.

Decision stack

Before the wallet prompt

Extension

User surface

SDK

Product surface

CDN

Fast embed

API

Backend access

Analyze

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.

L1

Network

Chain and network context.

L2

Asset

Token, asset and symbol integrity.

L3

Contract

Contract risk and known interaction patterns.

L4

Transaction

Transaction intent, approvals and signature requests.

L5

Route

Route quality, slippage and fee impact.

L6

Interface

Interface behavior, claim traps and wallet prompts.

L7

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.

THORChain
CChainflip
MMayan Finance
LI.FI
1inch
0x
Jupiter

Relay decides how to execute. Guard decides if you should. AI explains why.

Read-only posture

No seed phrases
No private keys
No signing
No silent execution

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.

Guard ModeRelay ModeGeneral Web3 ModeLocal fallback
Extension / SDK / CDN
UTXO AI Router
Ollama / LM Studio / llama.cpp / compatible local endpoint
Safe fallback
No seed phrases.
No private keys.
No signing.
No financial advice.
No invented numbers.
If exact data is missing, say so.

Access tiers

Free

$0

Basic warnings, local checks, critical alerts.

Basic

$10/year

Extension + basic AI.

Pro

$25/year

SDK access, higher rate limits, reports.

Advanced

$50/year

API 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

Available

Browser protection surface for users who want read-only checks before signing.

Open

Brave

Brave Extension

Available

Chromium-compatible extension package target for Brave release builds.

Open

Edge

Edge Extension

Available

Enterprise-friendly Chromium package target for Edge distribution.

Open

npm

SDK Package

Available

Typed integration path for dApps that need embedded analysis and reporting.

Open

CDN

CDN Script

Available

One-click script target for teams that need protection without build changes.

Open

Windows

UTXO AI Engine Installer Windows

Available

Local model runtime installer target for teams using Windows workstations.

Open

macOS/Linux

UTXO AI Engine Installer macOS/Linux

Available

Local model runtime installer target for macOS and Linux environments.

Open

Desktop

Desktop Suite

Coming soon

Standalone desktop surface for wallet-aware analysis workflows.

Android

Android APK

Coming soon

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.