"use client"; import Link from "next/link"; /** Hub CTA — real provisioning lives on /sign-up (local vault + per-handle balance). */ const AccountCreation = () => { return (

Create an account

One handle for forum, exchange, barter, checkout, vault, and Bitcoin-funded USD balance on this origin. Credentials stay in your browser; use{" "} Hidden services {" "} to copy your identity to another .onion host.

Register Sign in

Add funds after sign-in:{" "} /account/add-funds

); }; export default AccountCreation;