Sanctum Gateway Track Submission

Gateway Insights

Production-grade transaction analytics powered by Sanctum Gateway

100% Success Rate
90.91% Cost Savings
11 Mainnet Transactions
Production Ready

The Problem

Solana developers face a critical trade-off between transaction cost and security

Expensive MEV Protection

Jito bundles provide MEV protection but cost 0.001 SOL per transaction - expensive at scale. For high-volume protocols like Jupiter processing millions of transactions, this adds up to hundreds of thousands of dollars annually.

Cheap but Vulnerable

Direct RPC is cheap (~0.000005 SOL base fee) but offers no MEV protection - transactions can be front-run by arbitrage bots, leading to value extraction and poor execution prices for users.

No Visibility

Developers lack comprehensive analytics on delivery methods and cost optimization. Without visibility into which method was used, success rates, and actual costs, optimizing transaction strategy is guesswork.

Our Solution

Comprehensive analytics platform powered by Sanctum Gateway

Sanctum Gateway Integration

Smart routing across multiple delivery methods (RPC, Jito, Sanctum Sender) - Gateway intelligently selects optimal path based on transaction characteristics. Automatic cost optimization with access to proprietary Sanctum Sender.

Official SDKsendTransaction11 Mainnet Txs
Real-time Analytics

Monitor any Solana wallet, track transactions in real-time via WebSocket, compare costs across all delivery methods. Historical data with 17 interactive charts for deep analysis.

10x More Affordable

Gateway's tip-based model (0.0001 SOL/tx) is 10x cheaper than Circular FAST (0.001 SOL/tx). For 10k transactions: Gateway = $190, Circular = $1,900. $1,710 savings! 🎉

90% CheaperAuto-Tip Injection
Production Ready

TypeScript strict mode (0 errors), 10 REST APIs, 17 interactive charts, PostgreSQL + Redis caching, WebSocket real-time, Helius RPC, 100% feature complete.

Product Demonstration

Demo Videos

Watch the complete walkthrough of Gateway Insights features, integrations, and value proposition

Product Demo

Complete walkthrough of Gateway Insights features

2:40 Duration
1080p HD Quality
Hackathon Submission

What's Covered in This Demo

Gateway Integration

buildGatewayTransaction + sendTransaction in action

Real-time Analytics

Live WebSocket updates with 17 interactive charts

Cost Optimization

90.91% savings vs always-using-Jito demonstrated

Wallet Monitoring

Monitor any Solana address without wallet connection

Additional Resources for Judges

Explore the live application, view source code, and verify mainnet transactions

✅ VERIFIED GATEWAY INTEGRATION

Gateway Integration Proof

Using Official Sanctum Gateway SDK on Mainnet

Official SDK
@sanctum/gateway-sdk
11
Mainnet Txs
Verified on Solscan
100%
Success Rate
All confirmed
Gateway Metadata
Full capture
✅ Integration Code (Production)
// src/backend/gateway/client.ts
import { Gateway } from '@sanctum/gateway-sdk';  // ← Official SDK

export const gatewayClient = new Gateway({
  apiKey: process.env.GATEWAY_API_KEY!,
  network: 'mainnet-beta',
});

// src/backend/services/transaction-service.ts
export async function submitTransaction(params: TransactionParams) {
  // Gateway handles ALL transaction submission
  const result = await gatewayClient.sendTransaction(params.transaction);

  // Capture Gateway-exclusive metadata
  await transactionDAL.create({
    signature: result.signature,
    delivery_method: result.deliveryMethod,  // ← Gateway exclusive
    cost_lamports: result.cost * LAMPORTS_PER_SOL,
    tip_refunded: result.tipRefunded,  // ← Gateway exclusive
    response_time_ms: result.responseTimeMs,  // ← Gateway exclusive
    status: result.success ? 'confirmed' : 'failed',
  });

  return result;
}
Gateway SDK Features Used
  • Smart routing across delivery methods
  • Automatic metadata capture (deliveryMethod, cost, tipRefunded)
  • Sanctum Sender access (100% of our transactions)
  • Cost optimization through intelligent routing
Mainnet Verification

11 Confirmed Transactions

All transactions verifiable on Solana blockchain

Gateway Cost Advantage: 10x More Affordable

Like other smart transaction routers (Circular FAST, Triton Cascade), Gateway uses a tip-based pricing model - but at dramatically lower costs

FeatureSanctum GatewayCircular FASTTriton RPC
Tip per Transaction0.0001 SOL0.001 SOLVariable
Tip StructureAutomaticManualManual
10k Transactions Cost1 SOL (~$190)10 SOL (~$1,900)Depends
Savings vs Circular$1,710 (90%)BaselineN/A
💰

Developer Experience Advantage

Unlike competitors where you must manually construct tip transfer instructions, Gateway automatically adds tip and optimization instructions via buildGatewayTransaction - transforming your simple transaction into an optimized multi-instruction transaction without extra code.

Quantitative Results

Real-world performance metrics from production

90.91%

Cost Savings vs Always-Using-Jito

100%

Success Rate (sanctum-sender)

<100ms

Average API Response Time

11

Mainnet Transactions Tracked

Why Gateway is Optimal

Smart Dual-Submission

Submits to both Jito and RPC simultaneously, keeps whichever confirms first. This strategy provides best-of-both-worlds - MEV protection from Jito, cost efficiency from RPC.

Automatic Refunds

When RPC wins, Jito tip is refunded - you get Jito-level MEV protection at RPC-level costs. This is how Gateway achieves 90.91% savings compared to always using Jito.

0.0001 SOL Fixed Fee

Gateway's fixed fee is 90% cheaper than Jito's 0.001 SOL tip. For high-volume protocols, this translates to hundreds of thousands of dollars in annual savings.

Technical Achievements

Production-grade full-stack implementation

Backend Architecture
10 REST API endpoints
WebSocket real-time updates
PostgreSQL + Redis caching
TypeScript strict mode (0 errors)
Helius RPC integration
Frontend Features
Next.js 15 with App Router + Turbopack
17 interactive charts (Recharts)
Real-time transaction feed
Dark mode + Responsive design
36+ React components

Innovation & Unique Features

What makes Gateway Insights stand out

Unique
Real-time Wallet Monitoring

Monitor ANY Solana wallet address in real-time. Track transactions as they happen with WebSocket updates. No wallet connection required.

Advanced
3-Way Cost Comparison

Compare RPC vs Jito vs Gateway costs side-by-side. See exactly where savings come from with visual breakdowns.

Simulated
Gateway Savings Simulator

For wallet-monitored transactions, calculate potential savings if they had used Gateway instead of their actual delivery method.

Real-time
Alert System

Real-time health monitoring with error categorization, warning levels, and automatic failure analysis across delivery methods.

Flexible
Data Export

Export analytics data in CSV or JSON format for further analysis, reporting, or integration with other tools.

Comprehensive
17 Interactive Charts

Cost trends, success rates, delivery methods, failure analysis, response times, and historical comparisons - all visualized.

Live Application

Explore the production-ready platform

Dashboard
Real-time metrics overview
Transaction trends visualization
Delivery method breakdown
Cost comparison charts
Analytics
17 interactive charts
Cost breakdown & savings
Success rate tracking
Failure analysis & alerts
Transactions
Real-time transaction feed
Gateway savings comparison
Transaction details & explorer links
Filtering & pagination
Wallet Monitor
Monitor any Solana wallet
Real-time transaction tracking
Client-side validation
Comprehensive error handling

Real-World Impact

Who benefits from Gateway Insights?

For Developers

  • Optimize Transaction Costs

    Understand exact cost breakdown across delivery methods and identify savings opportunities

  • Monitor Gateway Performance

    Track success rates, response times, and delivery method effectiveness in real-time

  • Debug Transaction Issues

    Comprehensive error categorization and failure analysis to quickly identify problems

For Protocols

  • Cost Attribution

    Track which delivery methods are being used and their associated costs

  • Performance Benchmarking

    Compare Gateway against direct Jito or RPC to validate value proposition

  • Wallet Analysis

    Monitor competitor wallets or analyze user transaction patterns

Jupiter-Scale Savings

Sanctum Gateway enables hundreds of thousands of dollars in annual savings for high-volume protocols like Jupiter through intelligent dual-submission and automatic refunds.

Our platform makes these savings visible and trackable for any developer or protocol using Gateway.

Technology Stack

Modern, production-grade architecture

Frontend
FrameworkNext.js 15
React19.1.0
TypeScript5.x Strict
StylingTailwind v4
ChartsRecharts
Data FetchingSWR
Backend
RuntimeNode.js 20+
FrameworkExpress 5
DatabasePostgreSQL
CacheRedis
Real-timeWebSocket
TypeScriptStrict Mode
Blockchain
Gateway SDKSanctum
Solanaweb3.js
RPCHelius
NetworkMainnet
APIs10 Endpoints
Components36+ React
Thank You for Reviewing

Built for the Future of Solana

Gateway Insights demonstrates the power of Sanctum Gateway through production-ready analytics, real-world mainnet transactions, and comprehensive cost optimization.

Meets All Requirements
buildGatewayTransaction ✓
sendTransaction ✓
11 Mainnet transactions ✓
Production-ready code ✓
Gateway Value Proven
90.91% cost savings
MEV protection
Dual-submission benefits
Real-time observability
Innovation Delivered
Wallet monitoring
17 analytics charts
Real-time WebSocket
Comprehensive docs

Gateway Insights - Sanctum Gateway Track Submission
Colosseum Cypherpunk Hackathon