100+ open-sourced projects.
4+ years of contribution.
1 shared foundation.

Since day one, we believed that the best infrastructure is built in the open. We don't just run nodes, we build the software that powers the entire network.

Rebuilding the DAS API core

We re-architected ingestion around Yellowstone gRPC, removed the Plerkle dependency, and replaced the fragile bubblegum backfill with a transaction- cataloguing system for real-time proof validation. We've also built open-source parsers for token key and token extensions to complete fungible token support.

Learn more about the Metaplex DAS API

We use Triton RPCs every day at Metaplex. They’re fast, reliable, and built by one of the most competent teams I’ve worked with in Solana or across tech.

They’ve also been one of the primary contributors to the DAS API and deserve real credit for helping standardize access to asset data across the ecosystem. A lot of what’s possible with compression today wouldn’t exist without their work as well.

They’re our go-to recommendation for project teams looking for serious infrastructure. Triton understands what real builders need and delivers consistently.

Stephen Hess, Founder @ Metaplex

Project Yellowstone

Suite of high-performance, open-source tools built on the Geyser plugin interface. It started with Dragon's Mouth gRPC streaming service (yellowstone-grpc), and has grown to power the heaviest real-time, historical, and indexing workloads on Solana, production-tested by every major RPC provider.

View docs

Dragon's Mouth

Dragon's Mouth streams account updates, transactions, slots, blocks, and entries directly from the node's Geyser interface. It delivers ultra-low-latency data across millions of accounts on a single connection, and includes a built-in auto-reconnect that replays missed slots without duplicates.

Whirligig

Improved WebSocket streaming interface powered by Dragon's Mouth gRPC and fully compatible with Solana's native WebSocket API, including full blockSubscribe and transactionSubscribe method support. Routed by default on every Triton endpoint, it delivers intra-slot updates for browser-based applications that need reliable, low-latency data without gRPC.

Account Sync

Account Sync is a drop-in SDK that resolves your RPC reads from a local in-memory cache, kept up to date by a gRPC streaming subscription. You get streaming-grade speed and cost on getAccountInfo and getMultipleAccounts without rewriting your polling code.

Direct-to-leader transaction sending

Every sendTransaction call routes through Jet, our specialised transaction-sending engine, with SWQoS at no charge on request. Jet tracks the Solana leader schedule in real time, pre-connects to upcoming leaders over QUIC, and delivers your transactions with as few hops as possible.

Shield MEV-protection

On-chain allow and blocklist policies that let you control which block producers process your transactions. It integrates with Jet without adding extra latency, protecting your order flow from sandwiching and frontrunning and delivering more predictable execution.

Fumarole

Persistent high-availability streams with at-least-once delivery and a 4-day rolling cache, so you can resume exactly where you left off after a disconnect, even days later, with no manual gap detection or backfill on your side. It has 3 streaming modes (slot-sequential, block, and raw) and is compatible with Dragon's Mouth filter, so migrating an existing integration is a minimal code change.

Deshred

Deshred reconstructs transactions from raw shreds and streams them before the validator finishes block replay, giving traders the lowest-latency view of intent on Solana. Subscribe through the same gRPC pattern as Dragon's Mouth, with server-side vote and account filtering, full transaction reconstruction, and ALT resolution included.

Cloudbreak indexes

Cloudbreak serves getProgramAccounts, getTokenAccountsByOwner, and getTokenAccountsByDelegate from PostgreSQL indexes auto-built from your traffic, decoupled from the Agave validator. Over 20x faster on heavy account reads, with SPL Token fast-paths included. Same JSON-RPC methods, no code changes, no premium for indexed reads.

Superbank

ClickHouse-based Solana history service that lets you query any transaction or signature from genesis with 5x lower latency. Adds an open-source getTransactionsForAddress (beta) that pulls a wallet's entire history in one call and removes the N+1 loop.

1/9

No more guessing transaction fees

Priority Fee Tracker API

Priority Fee Tracker API

This repository contains a TypeScript client that extends getRecentPrioritizationFees with percentile-based queries via an open-source validator patch. Backwards-compatible with non-patched RPCs and perfect for any dApp or bot that requires smarter fee estimation.

Solana's default getRecentPrioritizationFees only returns the minimum fee paid in recent blocks (often zero), making it unusable for competitive bids. We added percentile-based fee queries so you can target median, high-percentile, or tail-end fees based on real-time block saturation. It needs Triton's open-source validator patch for full percentile data, but safely falls back to standard behaviour on non-patched RPCs.

  • Query exact percentiles: median, high-percentile, or tail-end
  • Built-in helpers for min/median/max fee logic
  • Safe fallback to standard behaviour on non-patched RPCs

Benchmark your RPC endpoints

Yellowstone Thorofare

Yellowstone Thorofare

Generates JSON reports with P50/P90/P99 latencies for slot timing and account updates. You can use raw metrics directly or visualise them in the Thorofare UI for a complete view of both RPC endpoints' performance.

Thorofare lets you measure two Geyser gRPC endpoints in parallel and record the latency difference across all six slot stages, from the first shred to finalisation. Thorofare also captures the timing of account updates from both endpoints so you can see execution delays, replay slowdowns, and consistency issues that simple Processed-slot benchmarks never reveal.

  • Side-by-side comparison of two gRPC endpoints
  • Measure all six slot stages from FirstShredReceived to Finalised
  • Capture account-update timing to expose execution and consistency gaps

Open-source infrastructure that scales with Solana

Decentralisation requires fair access. We open-source our internal tooling so teams and developers can inspect, fork, and deploy enterprise-grade infrastructure without vendor lock-ins.

View on Github

Jito shredstream proxy

A specialised client for the Jito network that ensures the lowest possible latency for receiving shreds from leaders. Essential for high-frequency trading and MEV operations that require immediate access to block data.

View on Github

Solana RPC Ansible

The industry-standard playbook for deploying Solana infrastructure on bare metal. A comprehensive suite of Ansible roles to automate the installation, configuration, and tuning of high-performance RPC nodes and validators.

View on Github

Solana snapshot ETL

A powerful data engineering tool for extracting historical state. It efficiently unpacks and parses Solana snapshots, allowing developers to load massive datasets into external storage systems like Kafka or PostgreSQL for analysis.

View on Github

TPU traffic classifier

Critical network defence for validators. This utility inspects and classifies incoming UDP traffic, creating dynamic firewall rules to prioritise staked connections and protect TPU ports from spam during network congestion.

View on Github

Solana AccountsDB plugin Kafka

An enterprise-grade Geyser plugin for event streaming. It publishes account updates, transaction notifications, and slot statuses directly from the validator to a Kafka cluster, enabling real-time, event-driven architectures.

View on Github

Blockbuster

A canonical parsing library for Metaplex smart contracts. It handles the complex logic required to correctly decode transactions and account updates for programs like Bubblegum, Candy Machine, and Token Metadata from raw Geyser streams.

View on Github

Work with the most passionate builders in the game

Whether you're shipping dApps or starting up a validator, Triton gives you the speed, reliability, and hands-on support to stay ahead.