import Navbar from "@/components/Navbar"; import ParticleBackground from "@/components/ParticleBackground"; import CheckoutFlow from "@/components/CheckoutFlow"; import DepositWidget from "@/components/DepositWidget"; import Link from "next/link"; export default function CheckoutPage() { return ( <>
โ† Back to Market

CHECKOUT RITUAL

Pay with your USD balance โ€” funded by Bitcoin deposit. Balance is credited after on-chain verification. We hold your crypto and pay vendors on your behalf.

{/* Deposit reminder before CheckoutFlow */}
โ‚ฟ

Bitcoin-funded USD

Send BTC to your deposit address at Add Funds. After 1 confirmation we credit USD at live spot rate.

๐Ÿ”

Per-handle balance

USD credit is tied to your CyberLux handle โ€” same balance across hub, market, forum, and exchange. Export your account from /dashboard to back it up.

๐Ÿงพ

Vault receipt

Every completed order writes a signed receipt to your Vault. LUX credits earned on each purchase.

); }