Privacy-First Infrastructure
for Solana
YOKAI RPC is a privacy-first infrastructure for Solana, designed to protect traders from MEV exploitation while delivering institutional-grade performance.
Our DEX and RPC infrastructure are both live and operational on Solana mainnet. Trade with MEV protection or integrate privacy into your dApp—all available now.
Our Vision
Privacy should be the default, not a luxury.
Every transaction on-chain today is visible to bots that extract value from regular users. We're changing that. YOKAI RPC makes MEV protection accessible to everyone—from retail traders to institutional platforms—through infrastructure that's both powerful and easy to use.
Phase 1: DEX
Launch privacy-protected trading interface. Enable users to swap without MEV risk.
Phase 2: RPC
Open RPC infrastructure to developers. Enable any dApp to integrate privacy protection.
Phase 3: Network
Decentralized privacy layer. Community-run infrastructure with governance.
Current Status
YOKAI DEX
Our trading interface is fully operational on Solana mainnet. Swap tokens with MEV protection right now—no waiting, no whitelist required.
Launch DEXYOKAI RPC
Public RPC infrastructure is now live. Integrate MEV protection into any Solana dApp with a simple endpoint change. Free tier available.
View Integration GuideYOKAI DEX
Experience MEV-protected trading today. Our DEX aggregates liquidity from across Solana while keeping your transactions private from bots and frontrunners.
Key Features
- MEV Protection: Private routing shields your swaps from sandwich attacks
- Best Prices: Aggregates routes across all major Solana DEXs
- Zero Extra Fees: No markup, just the best market rate
- Lightning Fast: Sub-second execution with instant confirmation
Perfect For
-
WhalesLarge trades need privacy protection
-
Degen TradersFast execution with MEV protection
-
Privacy-Conscious UsersKeep strategies confidential
Core Features
MEV Protection
Enterprise-grade protection shields your transactions from sandwich attacks, frontrunning, and value extraction.
Lightning Fast
Sub-100ms latency with 99.9% uptime. High-throughput infrastructure that scales with demand.
Private Routing
Advanced routing ensures your strategies remain confidential. Bots can't see or copy your trades.
How It Works
YOKAI RPC uses advanced routing and bundling techniques to protect your transactions from MEV exploitation.
Submit Transaction
You connect your wallet and initiate a swap through the YOKAI DEX interface.
Private Routing
Your transaction is routed through our MEV-protected infrastructure, invisible to bots.
Optimal Execution
We aggregate liquidity across all major DEXs to get you the best possible price.
Confirmed
Your swap executes instantly with full MEV protection—no sandwich attacks, no frontrunning.
Public RPC Access
YOKAI RPC is now available to all developers.
Any dApp on Solana can now integrate MEV protection with a simple endpoint change. No complex setup, no special configurations—just enterprise-grade privacy infrastructure that works out of the box.
What's Available:
- Public RPC Endpoints: Connect any Solana app with MEV protection
- Standard RPC Methods: Drop-in replacement for existing Solana RPCs
- Real-Time Subscriptions: Built-in support via Solana web3.js
- Free Tier: 100 requests/second with no API key required
import { Connection } from '@solana/web3.js';
// Replace your existing RPC with YOKAI RPC
const connection = new Connection(
'https://app.yokairpc.io/api/rpc',
'confirmed'
);
// All transactions automatically MEV-protected
const signature = await wallet.sendTransaction(tx, connection);
Getting Started
Integration takes less than 5 minutes. Install our NPM packages for the easiest setup, or simply replace your RPC endpoint. Your users get MEV protection automatically.
NPM Packages
YOKAI RPC is now available as NPM packages!
Integrate MEV protection into your Solana dApp with just one npm install. Choose between our lightweight RPC client or full SDK with Jupiter integration.
@yokairpc/client
~3KBLightweight RPC client for MEV-protected transactions. Perfect for simple integrations.
npm install @yokairpc/client
@yokairpc/sdk
~10KBComplete SDK with Jupiter integration, token utilities, and one-line swaps.
npm install @yokairpc/sdk
Quick Start Examples
Using @yokairpc/client
import { YokaiRPCClient } from '@yokairpc/client';
// Initialize client
const client = new YokaiRPCClient();
// Get Connection
const connection = client.getConnection();
// Send MEV-protected transaction
const signature = await client.sendTransaction(tx);
Using @yokairpc/sdk
import { YokaiSDK } from '@yokairpc/sdk';
// Initialize SDK
const sdk = new YokaiSDK();
// One-line MEV-protected swap
const result = await sdk.swap({
inputToken: 'SOL',
outputToken: 'USDC',
amount: 1.5,
wallet: myWallet
});
Start Building with NPM
Add MEV protection to your dApp in under 5 minutes
Developer API
Build privacy-first applications with YOKAI's comprehensive developer tools and APIs.
Standard RPC API
Compatible with all standard Solana RPC methods. Drop-in replacement for existing integrations.
// Standard Solana RPC format
POST https://app.yokairpc.io/api/rpc
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "sendTransaction",
"params": [...]
}
Real-Time Updates
Solana web3.js provides built-in subscription support for real-time account and transaction updates.
// Works with YOKAI RPC now
const connection = new Connection(
'https://app.yokairpc.io/api/rpc'
);
// Subscribe to account changes
connection.onAccountChange(
publicKey,
(accountInfo) => {
console.log('Updated:', accountInfo);
}
);
Enterprise Solutions
Custom infrastructure for high-volume platforms with dedicated support and SLA guarantees.
What's Included
- Dedicated RPC nodes
- Custom SLA (99.99% uptime)
- Unlimited requests
- 24/7 priority support
- White-label options
Perfect For
- Trading platforms
- DeFi protocols
- NFT marketplaces
- Bot operators
- Institutional desks
The $YOKAI Token
$YOKAI is the utility and governance token powering the YOKAI RPC ecosystem.
Token Details
9mbyMNLEhNffjhXvGDijvTrne1u281pa1tE6H1v2pump
Token Utility
Governance
Vote on protocol upgrades, fee structures, and network parameters
Community Rewards
Participate in future reward programs and ecosystem incentives
Community Governance
$YOKAI Token Holders
Hold $YOKAI tokens to participate in protocol governance and shape the future of YOKAI RPC infrastructure.
- Governance Rights: Vote on protocol upgrades and network parameters
- Community Input: Propose new features and improvements
- Future Rewards: Potential for network rewards as ecosystem grows
Development Roadmap
Phase 1: DEX Launch
- YOKAI DEX live on mainnet
- $YOKAI token launched
- MEV protection infrastructure deployed
Phase 2: Public RPC
- Public RPC endpoints live
- Developer API available
- Comprehensive documentation
Phase 3: Decentralization
- Launch community-run nodes
- Implement on-chain governance
- Transition to fully decentralized network
Frequently Asked Questions
Can I use YOKAI RPC right now?
Yes! Both YOKAI DEX and YOKAI RPC are live and operational. Traders can use our DEX for MEV-protected swaps, and developers can integrate our RPC endpoints into their applications right now.
What makes YOKAI different?
We're the only Solana infrastructure provider building privacy-first from the ground up. While others add MEV protection as an afterthought, it's core to everything we do. Plus, we've delivered—both DEX and RPC are live and protecting users today.
Is there really a free tier?
Yes! YOKAI RPC is completely free with unlimited requests for everyone. No API keys, no rate limits, no hidden costs. We believe privacy protection should be accessible to all developers, not just those who can afford premium tiers.