Temporal Transaction Sending
Temporal Nozomi routes Solana transactions to current and upcoming leaders through JSON-RPC and lower-overhead submission interfaces.
About this tool
Nozomi uses custom infrastructure and staked connections to forward transactions while automatically selecting delivery paths, rather than requiring clients to follow the leader schedule. It routes rather than simulates transactions, so transaction validity and landing diagnostics remain the integrator's responsibility.
The service targets Solana trading bots, DeFi applications, traders, liquidators, bundle users, and algorithmic systems. Standard JSON-RPC provides a drop-in sendTransaction path and returns a signature, while API v2 accepts a base64 payload with less protocol overhead and requires clients to track the signature themselves.

