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 (aka yellowstone-grpc), and has grown to power the heaviest real-time, historical, and indexing workloads on Solana, all open source and production-tested by every major RPC provider.

View docs

Dragon's Mouth

Streams account updates, transactions, slots, blocks, and entries directly from node memory as they're processed on-chain. It uses typed protobuf-based gRPC to deliver ultra-low-latency data to traders, DEXs, and analytics teams that need the freshest state.

Whirligig

Improved WebSocket streaming interface powered by Dragon's Mouth and fully compatible with Solana's standard API. It delivers intra-slot updates for dApps, wallets, and any browser-based applications that need reliable, low-latency data without gRPC.

Fumarole (beta)

Persistent high-availability streams that allow you to resume after disconnects, where you left off from a 23-hour rolling cache, with at-least-once delivery. It supports consumer groups for horizontal scaling across multiple readers and follows a Dragon's Mouth filter API, so integration requires minimal code changes.

Steamboat indexes

Custom indexing engine for getProgramAccounts that analyses your traffic and builds optimised on-disk indexes for your specific query patterns. It makes heavy lookups up to 50x faster by skipping full chain scans and serves results over the standard JSON-RPC API.

Jet

Transaction relay engine built for direct TPU sending. Handles QUIC, leader tracking, connection caching, Agave changes, and retry callbacks out of the box. Battle-tested at millions of transactions per second and released as a standalone crate for teams building their own sending pipelines.

Shield

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.

Hydrant

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/7

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.