Paradigm is a research-driven technology investment firm. Our approach is flexible, long term, multi-stage, and global. We often get involved at the earliest stages of formation and continue supporting our portfolio companies over time.
We take a deeply hands-on approach to help projects reach their full potential, from the technical (mechanism design, security, engineering) to the operational (recruiting, regulatory strategy).
This Github Organization hosts all of Paradigm's open source experiments, designs, and production-ready code.
Among other things, we are currently building:
- Reth: Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
- Foundry: A fast, portable and modular toolkit for Ethereum application development written in Rust.
- Alloy: High-performance, well-tested & documented libraries for interacting with Ethereum and other EVM-based chains, in Rust.
- Artemis: A simple, modular, and fast framework for writing MEV bots in Rust.
- Paradigm Data Portal: A collection of open source crypto datasets for researchers and tool builders
- Flood: A load testing tool for benchmarking EVM nodes over RPC.
- Flux: A graph-based LLM power tool for exploring many completions in parallel.
- Sinker: Middleware to synchronize Postgres to Elasticsearch.
- Rivet: A developer Wallet & DevTools for Anvil.
You can find our research at the Paradigm website.
Other projects we support:
- REVM: A blazing-fast hookable Rust EVM by Dragan Rakita
- Ethers-rs: High quality, well-tested and documented low-level Ethereum utilities in Rust
- wagmi (Announcement): TypeScript Interfaces for Ethereum (including React Hooks & Vanilla JS), by Tom Meagher and Jake Moxey
- Viem: Lightweight, composable, and type-safe modules that interface with Ethereum, optimized for frontend developers, an alternative to web3.js and ethers.js