Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions getting-started/architecture.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Architecture"
icon: "diagram-project"
---

## System Overview
Expand Down
1 change: 1 addition & 0 deletions getting-started/product-suite.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Product Suite"
icon: "pen-to-square"
---

## Overview
Expand Down
3 changes: 2 additions & 1 deletion getting-started/the-problem.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: "The Problem"
icon: "bolt"
---

Why Existing Stablecoin Rails Fail for Business Settlement
**Why Existing Stablecoin Rails Fail for Business Settlement**

Stablecoins are already used at global scale for payments, treasury operations, remittances, and internal settlement. USDT has become the dominant settlement asset across both crypto-native and cross-border payment flows.

Expand Down
25 changes: 16 additions & 9 deletions what-utexo-is.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,19 @@ Utexo abstracts routing, liquidity management, asset validation, and settlement

Applications can support stablecoin payments with production-grade behavior without operating blockchain infrastructure or embedding protocol-specific logic into their systems.

### Next steps

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 AMM DEX.

Business Applications Bitcoin-Native Stablecoin Payments at Scale
## Next steps

<CardGroup cols={2}>
<Card title="The Problem" icon="bolt" href="/the-problem">
Why existing stablecoin rails fail for business settlement.
</Card>
<Card title="Architecture" icon="sitemap" href="/architecture">
How Bitcoin, the Lightning Network, RGB, and Utexo fit together.
</Card>
<Card title="Product Suite" icon="pen-to-square" href="/product-suite">
SDK/API, Cloud Modules, Bridge, and AMM DEX.
</Card>
<Card title="Business Applications" icon="table" href="/business-applications">
Bitcoin-Native Stablecoin Payments at Scale.
</Card>
</CardGroup>