Big Immersive

Blockchain infrastructure

The unglamorous layer under a token product: indexers, bridges, contracts and the state nobody sees.

01What this means

Smart contracts and the infrastructure that makes them usable — cross-chain movement of value, indexers that turn chain state into something an application can query in milliseconds, and the privacy and identity layers on top. Multi-chain by necessity rather than fashion: the work spans EVM chains and their bridges.

How we approach it

Consumer blockchain products are mostly a database problem wearing a cryptography hat. Reading state directly from a node is far too slow to render a page, so everything of consequence happens in the indexing layer between the chain and the interface — and that layer has to be correct across reorgs, restarts and the chain simply disagreeing with itself for a few blocks. Getting the boring part right is what lets the visible part feel instant.

Stack

Solidity · Rust · TypeScript · wagmi / viem · EVM chains · The Graph patterns

02Evidence3 projects