Reduce failed txs by 20-40% and MEV losses by double digits

One API call before you submit. Simulation, MEV risk scoring, rug-pull detection, and priority fee recommendations — all in under 100ms.

Read the Docs Try the Simulation Lab

Transaction Simulation

Will it succeed? How many compute units? What's the failure reason? Know before you send.

MEV Risk Scoring

Detects sandwich risk on Jupiter, Raydium, Orca, Meteora swaps. 0-100% risk score with type classification.

Token Rug-Pull Detection

Screens swap tokens for mint authority, holder concentration, liquidity, and trading patterns. Warns before you ape.

Priority Fee Recommendations

p25/p50/p75/p95 fee levels from recent network data. Set optimal compute unit price for your urgency.

Program Blacklist

Flags known malicious programs, drainers, and phishing contracts before they execute.

Batch Simulation

Simulate up to 50 transactions in parallel. Built for trading bots and high-frequency integrations.

Integrate in 5 minutes

import { TxShieldClient } from "@txshield/sdk";

const txshield = new TxShieldClient({
  baseUrl: "https://api.txshield.dev",
  apiKey: "your_api_key",
});

// Before submitting any Solana transaction:
const check = await txshield.simulate(base64Transaction);

if (check.risk.risk_level === "critical") {
  console.warn("Blocked:", check.failure_reason);
} else if (check.risk.mev_score > 0.5) {
  console.warn("High MEV risk — consider adjusting slippage");
} else {
  // Safe to submit
  await connection.sendRawTransaction(txBytes);
}

Live performance: -- ms p50 latency · -- ms p99 · -- simulations processed

Pricing

Start free. Pay only when you need more.

Free

$0
  • 1,000 sims/month
  • MEV risk scoring
  • Program blacklist
  • Priority fee data
  • Recommendations

Starter

$49/mo
  • 50,000 sims/month
  • Token rug detection
  • Simulation history
  • Usage stats

Growth

$99/mo
  • 150,000 sims/month
  • Batch simulation
  • Webhook alerts
  • Priority support

Pro

$299/mo
  • 500,000 sims/month
  • Custom risk rules
  • Priority queue
  • Lower latency

Custom

Let's talk
  • Unlimited sims
  • Dedicated RPC
  • SLA guarantee
  • Custom features

Overages billed at $0.001 per simulation. First 2 weeks free on any paid plan.