/** * rWallet — rich landing page body. * Returned by landingPage() in the module export; * the shell wraps it with header, CSS, and analytics. */ export function renderLanding(): string { return `
rWallet

(You)rWallet, your treasury laid bare.

Community Treasury, Transparent

Visualize your Safe multisig across every chain — balances, transactions, and governance — all in one client-side dashboard. No backend database, no custody risk.

View Treasury Create a Space

What rWallet Handles

Gnosis Safe Visualization

Paste any Safe address and see balances, signers, and thresholds across all detected chains instantly.

🔗

Multichain Support

Ethereum, Polygon, Base, Gnosis, Arbitrum, Optimism, Celo, Avalanche, BSC, and zkSync in one view.

📋

Transaction History

Browse incoming and outgoing transfers with human-readable labels and USD values.

🔐

Governance Dashboard

See signer thresholds, pending confirmations, and execution status at a glance.

🛡

No Custody Risk

Client-side only. rWallet reads your Safe data but never holds keys or moves funds.

How It Works

1

Connect Your Safe Address

Paste any Safe address. rWallet auto-detects which chains it lives on.

2

See Balances Across All Chains

See token balances, USD valuations, and transaction history for every chain in one view.

3

Review Transactions and Governance

Review pending multisig transactions and coordinate approvals with your team.

Ecosystem Integration

rWallet connects to other rSpace modules for a complete treasury workflow.

📈

rFunds

Overlay budget categories on your wallet data to see where funds are allocated and how they flow.

rVote

Link governance proposals directly to treasury transactions for full accountability.

Built on Open Source

The libraries and tools that power rWallet.

Gnosis Safe API

Multisig wallet data across all supported chains via the Safe transaction service.

Safe Global SDK

Official SDK for querying Safe balances, transactions, and signer information.

Hono

Ultra-fast, lightweight API framework powering the rWallet backend.

Your Data, Protected

How rWallet keeps your information safe.

🔒

End-to-End Encryption

Coming Soon

All content encrypted before it leaves your device. Not even the server can read it.

🕵

Zero-Knowledge Architecture

Coming Soon

The server processes your requests without ever seeing your data in the clear.

🏠

Self-Hosted

Run on your own infrastructure. Your server, your rules, your data.

(You)rWallet, your treasury laid bare.

Try the demo or create a space to get started.

← Back to rSpace
`; }