A studio shipping 20 open-source crypto products

The builder behind a family of crypto & Solana infrastructure.

Cryptuon designs, ships, and maintains 20 MIT-licensed products across Solana coordination networks, cross-chain protocols, an embeddable EVM, smart-contract compilers, validator security, trading systems, and focused crypto libraries — each living at its own subdomain.

20
Open-source products
6
Solana-native
6
Categories
MIT
Across the portfolio
What is Cryptuon?

Cryptuon is a builder studio for crypto infrastructure — a single team shipping a portfolio of independent, open-source products rather than one monolithic protocol.

The work leans into the Solana developer stack but spans the whole ecosystem: Ethereum L2s, the EVM, Stacks, and Bitcoin-style proof-of-work. Each product is its own project with its own site and docs; this hub is where you discover them and link out. Everything is MIT-licensed and lives at github.com/cryptuon.

The portfolio

Twenty products, one studio

A premium card per product — with an accurate one-liner, its category and tech, and a link out to its subdomain. Filter by what you're building.

DF

DFPN

Solana / DePIN

Building

A decentralized coordination layer for deepfake detection on Solana — independent operators run detection models, a commit-reveal protocol stops collusion, and every verdict is anchored on-chain.

Rust · Anchor Solana
NJ

Njord

Solana / Payments

Building

An on-chain affiliate marketing protocol on Solana — companies fund campaigns with USDC escrow and affiliates earn commissions that settle in roughly three seconds.

Anchor · SPL Solana
SS

StreamSync

Solana / Indexing

Building

A high-performance decentralized indexing network for Solana that guarantees sub-10ms queries through racing competition between independent operators and distributed DuckDB sharding.

Rust · DuckDB Solana
LM

SolanaLM

Solana / AI

Building

A hybrid decentralized AI network combining LLM inference and federated learning, with settlement and node incentives on Solana — operators earn SOL by serving inference and contributing GPU cycles.

Python · Solana Solana
SV

SolanaVault

Solana / Storage

Building

A fully decentralized compression and storage network for Solana data — 15-25:1 compression and sub-millisecond retrieval over a P2P network, with the standard Solana RPC API unchanged.

Rust · P2P Solana
SA

Sarpoy

Solana / Game

Building

A Solana-native puzzle arena — creators deploy chat-bot puzzles backed by on-chain SOL prize pools, and solvers pay rising per-message fees on-chain to extract clues and claim the pot.

FastAPI · Anchor Solana
TE

Tesseract

Cross-chain / DeFi

Production

A production-ready cross-rollup atomic swap protocol for Ethereum L2s — Vyper contracts plus a Rust relayer enforce all-or-nothing swaps with commit-reveal MEV protection, no bridges or wrapped assets.

Vyper · Rust Cross-chain
SB

Switchboard

Cross-chain

Building

A sub-400ms cross-chain state synchronization platform that uses Solana as a coordination layer, so one contract can read and write state across 50+ EVM and non-EVM chains without bespoke bridge code.

Solana · SDK Cross-chain
DM

DataMgmt Node

Enterprise data

Building

A decentralized enterprise data-management platform combining EVM-compatible blockchains, a Kademlia DHT P2P network, and end-to-end encryption for secure, compliant data sharing.

Python · EVM Cross-chain
ZE

Zig-EVM

EVM / Runtime

Production

A high-performance, embeddable Ethereum Virtual Machine in Zig — 96+ opcodes, wave-based parallel execution for a 5-6x throughput gain, and native FFI bindings for Python, Rust, JavaScript, and C.

Zig EVM
EV

EVMORE

PoW token / ERC-20

Production

A 21-million-supply proof-of-work ERC-20 on Ethereum, mined with the memory-hard KeccakCollision algorithm — no premine, no ICO, no team allocation, verified on-chain by a 62-line Vyper contract.

Vyper · ERC-20 EVM
ME

Mentat

Solana / Prediction markets

Building

AI-native prediction markets on Solana — markets are drafted by AI agents, curated by humans, and resolved by zkTLS proofs that cryptographically attest to real-world data, with no trusted arbiter.

FastAPI · zkTLS Trading
MM

Moby Market

DeFi / Institutional

Building

Institutional-grade trading infrastructure for whale-sized DeFi trades on Solana — an open-source Rust suite delivering OTC, TWAP/VWAP, zero-knowledge privacy, and intent-based execution.

Rust · Anchor Trading
PB

PolyBot

Trading bot

Production

An open-source, agent-driven trading framework for prediction markets — 25+ typed tools across Polymarket, Kalshi, Opinion DEX, and Binance, with paper-trading by default and human-in-the-loop approvals.

Python · CLI Trading
DG

dgbit

Trading framework

Production

A professional algorithmic trading framework for Bybit — a Python package and multi-service stack (FastAPI, NNG bus, Vue 3 dashboard) for backtesting, building, and executing crypto strategies.

Python · FastAPI Trading
SC

SolScript

Compiler

Production

A Solidity-to-Solana compiler framework — write contracts in familiar Solidity syntax and compile to native Solana BPF programs with full Anchor compatibility and automatic PDA derivation.

Rust · Anchor Dev tools
SX

StxScript

Compiler

Production

A TypeScript-inspired transpiler for writing Clarity smart contracts on Stacks — familiar syntax, static types, decorators, and match expressions that compile to audit-ready Clarity output.

Python · Clarity Dev tools
NK

nklave

Validator security

Production

An open-source policy-enforcing trust boundary for proof-of-stake validators — it sits between clients and signing keys, enforcing EIP-3076 slashing-prevention rules before any signature is produced.

Rust Dev tools
BC

blockchain-compression

Rust library

Production

A Rust library that compresses blockchain data losslessly using Zstandard plus custom dictionaries trained on Solana-specific byte patterns — up to 60:1 on archival workloads with the MaxCompression preset.

Rust · crates.io Libraries
CR

commit-reveal

Crypto / Python library

Production

A pure-Python library for cryptographic commit-reveal schemes with optional Schnorr zero-knowledge proofs on secp256k1 — zero external dependencies, MIT licensed.

Python · PyPI Libraries
What we build

Six categories across the crypto stack

The portfolio groups into six areas. Each links straight to the matching products.

Solana

6 products

Coordination networks, indexing, storage, AI, and games settled on Solana.

DFPN, Njord, StreamSync, SolanaLM, SolanaVault, Sarpoy

Cross-chain

3 products

Atomic swaps and state sync that span L2s and EVM/non-EVM chains.

Tesseract, Switchboard, DataMgmt Node

EVM

2 products

An embeddable parallel EVM and a fair-launch proof-of-work ERC-20.

Zig-EVM, EVMORE

Trading & markets

4 products

Prediction markets and algorithmic + institutional trading systems.

Mentat, Moby Market, PolyBot, dgbit

Dev tools

3 products

Smart-contract compilers and validator signing security.

SolScript, StxScript, nklave

Libraries

2 products

Small, focused crypto primitives you can drop into any project.

blockchain-compression, commit-reveal

Find a product

Start from what you're trying to do

A quick decision guide into the right subdomain.

If you want to… Reach for
Deploy Solidity contracts on Solana SolScript
Write typed, ergonomic Clarity for Stacks StxScript
Embed a fast, parallel EVM in your L2 Zig-EVM
Swap tokens atomically across Ethereum L2s Tesseract
Read/write state across 50+ chains from one contract Switchboard
Query Solana data with sub-10ms latency StreamSync
Protect validators from slashing nklave
Automate prediction-market trading PolyBot
Run trustless prediction markets on Solana Mentat

Not sure? Browse everything by category or read the FAQ.

How we build

Four principles behind every product

Research-first

Products begin with a published idea, then become code — not a fork of someone else’s repo.

Systems languages

Infrastructure is written in Rust, Zig, and Vyper — chosen for correctness and speed, not convenience.

Multi-chain by default

Ethereum, Solana, Stacks, and the L2s are first-class citizens across the whole stack.

Open source, always

Every project is MIT-licensed on github.com/cryptuon, published to crates.io and PyPI where it fits.

Spotlight

A few we're especially proud of

Representative of the portfolio's range — a parallel EVM, a cross-rollup swap protocol, a Solidity-to-Solana compiler, an indexing network, validator security, and AI prediction markets.

ZE

Zig-EVM

EVM / Runtime

Production

A high-performance, embeddable Ethereum Virtual Machine in Zig — 96+ opcodes, wave-based parallel execution for a 5-6x throughput gain, and native FFI bindings for Python, Rust, JavaScript, and C.

Zig EVM
TE

Tesseract

Cross-chain / DeFi

Production

A production-ready cross-rollup atomic swap protocol for Ethereum L2s — Vyper contracts plus a Rust relayer enforce all-or-nothing swaps with commit-reveal MEV protection, no bridges or wrapped assets.

Vyper · Rust Cross-chain
SC

SolScript

Compiler

Production

A Solidity-to-Solana compiler framework — write contracts in familiar Solidity syntax and compile to native Solana BPF programs with full Anchor compatibility and automatic PDA derivation.

Rust · Anchor Dev tools
SS

StreamSync

Solana / Indexing

Building

A high-performance decentralized indexing network for Solana that guarantees sub-10ms queries through racing competition between independent operators and distributed DuckDB sharding.

Rust · DuckDB Solana
NK

nklave

Validator security

Production

An open-source policy-enforcing trust boundary for proof-of-stake validators — it sits between clients and signing keys, enforcing EIP-3076 slashing-prevention rules before any signature is produced.

Rust Dev tools
ME

Mentat

Solana / Prediction markets

Building

AI-native prediction markets on Solana — markets are drafted by AI agents, curated by humans, and resolved by zkTLS proofs that cryptographically attest to real-world data, with no trusted arbiter.

FastAPI · zkTLS Trading

Building in crypto? Let's talk.

Whether you're integrating a Cryptuon product, contributing upstream, or exploring a partnership across the portfolio — get in touch.