Skip to main content

Infrastructure2026

ChainCard

Turn any Ethereum wallet into a living 3D identity universe.

Live & ShippingStack: React · Three.js · React Three Fiber · TypeScript · viem · Zustand · Tailwind CSS
Visit ChainCardGitHub

What is ChainCard?

ChainCard is a procedural 3D wallet identity explorer powered by React Three Fiber. Paste any Ethereum address and discover its on-chain archetype through a uniquely generated 3D world with custom GLSL shaders — all client-side and privacy-first.

The Problem It Solves

Ethereum wallets are anonymous strings of characters, but the on-chain activity behind them tells a rich story. ChainCard makes that story visible and tangible by generating a unique 3D identity universe for every address — revealing whether a wallet is a Diamond Hand, DeFi Farmer, NFT Degen, Whale, or something else entirely.

Key Features

Procedural 3D world generation unique to each wallet address. On-chain archetype classification (Diamond Hand, DeFi Farmer, NFT Degen, Whale, etc.). Wallet analysis across 7 chains. 0-100 legitimacy DNA score computed across 7 weighted dimensions. Interactive timeline scrubbing through the wallet's entire on-chain history. Custom GLSL shaders for the 3D visual experience. Zero backend — 100% client-side.

Tech Stack

Built with React and Three.js via React Three Fiber for 3D rendering. TypeScript for type safety. viem for blockchain data interaction. Zustand for state management. Tailwind CSS for the UI. The entire application runs client-side with no backend — every wallet analysis happens in the browser using public RPC endpoints.

Frequently asked questions

What is a wallet identity explorer?
A wallet identity explorer analyzes an Ethereum wallet's on-chain activity to classify its behavior patterns — revealing whether it's a trader, collector, farmer, or whale based on transaction history.
How does ChainCard generate 3D worlds?
ChainCard uses the wallet address as a seed for procedural generation, creating a unique 3D world with custom GLSL shaders that reflects the wallet's on-chain archetype and activity patterns.
Is ChainCard private?
Yes. ChainCard operates 100% client-side with no backend server. Wallet addresses are never sent to any server — all analysis happens in your browser using public RPC data.

Related tools