Utexo is a Bitcoin-native execution and settlement layer that allows payment operators to process stablecoin payments with predictable costs, private execution, and Bitcoin-anchored settlement through a single low-friction API integration. It leverages Bitcoin’s finality, censorship resistance, and global liquidity as the security and settlement anchor of the system.Documentation Index
Fetch the complete documentation index at: https://utexo-e7ed9bd0-feat-faucet-bot.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The Problem with Existing Stablecoin Rails
Existing stablecoin payment infrastructure was built for public blockchains, not business operations:- Unpredictable fees - gas markets fluctuate with network demand, making unit economics unreliable for payment operators.
- Public execution - every transaction is visible on-chain, exposing business-sensitive payment flows.
- Fragmented settlement - routing, liquidity management, and asset validation are handled by separate systems, increasing integration complexity.
- No Bitcoin finality - most stablecoin rails depend on smart contract platforms without Bitcoin’s proof-of-work security guarantees.
The Utexo Framework
Utexo redefines stablecoin settlement by combining four core design principles:- Deterministic cost model - fees are predefined and fixed at the protocol level. Transactions do not compete for global blockspace and are not subject to congestion-driven pricing.
- Off-chain execution with on-chain anchoring - execution occurs off-chain for performance and scalability, while cryptographic commitments are anchored to Bitcoin for correctness and dispute resolution.
- Bitcoin + RGB + Lightning convergence - stablecoins are issued and transferred using the RGB protocol, while payments are executed over the Lightning Network for instant settlement and low latency. Bitcoin provides the trust anchor for the entire stack.
- Single execution layer - Utexo abstracts routing, liquidity management, asset validation and settlement coordination into a unified layer exposed via SDK and API, eliminating the need to integrate multiple systems.
Getting Started
The Problem
Understand why existing stablecoin rails fail for business settlement and what Utexo solves.
Architecture
Learn how Bitcoin, the Lightning Network, RGB, and Utexo fit together as a unified stack.
Quickstart
Integrate Utexo and process your first stablecoin payment in minutes.
Product Suite
Explore the SDK, Cloud Modules, Bridge and Cross-chain Swap.
Key Design Properties
Deterministic Fees
Deterministic Fees
Unlike public blockchain fee markets, Utexo’s settlement layer uses a fixed, protocol-level fee schedule. Payment providers can model exact unit economics without exposure to gas price volatility.
Private Execution
Private Execution
Transactions are executed off-chain within Utexo’s settlement layer. Only cryptographic commitments are published to Bitcoin, preserving the confidentiality of business payment flows.
Bitcoin-Anchored Security
Bitcoin-Anchored Security
Utexo does not rely on a new consensus mechanism. It inherits Bitcoin’s finality and censorship resistance by anchoring settlement state to the Bitcoin blockchain.
Application Abstraction
Application Abstraction
Applications integrate through a single SDK and API. Utexo handles routing, liquidity, asset validation and settlement coordination internally - no protocol-specific logic required in application code.
Further Reading
- The Problem - Why existing stablecoin rails fail for business settlement.
- Architecture - How Bitcoin, the Lightning Network, RGB, and Utexo fit together.
- Product Suite - SDK/API, Cloud Modules, Bridge, and Cross-chain Swap.
- Business Applications - Bitcoin-native stablecoin payments at scale.