/** * 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 { const demo = "https://demo.rspace.online/rwallet"; return `
rWallet

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 Your Treasury Create a Space

How It Works

1

Connect Your Safe

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

2

View Across Chains

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

3

Govern Together

Review pending multisig transactions and coordinate approvals with your team.

Features

Multi-Chain Support

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

📋

Transaction History

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

🔐

Multisig Governance

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

💰

Token Balances

ERC-20 and native token balances aggregated across all detected chains.

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.

Ready to Open Your Treasury?

Paste a Safe address and explore your multichain holdings in seconds.

← Back to rSpace
`; }