# Temporal Validator Services

## Temporal Docs

- [Introduction](https://use.temporal.xyz/nozomi/readme.md): Land transactions faster and more consistently.
- [Regions & Endpoints](https://use.temporal.xyz/nozomi/endpoints.md): Regional endpoint URLs for all Nozomi APIs.
- [Tipping](https://use.temporal.xyz/nozomi/tipping-and-faq.md)
- [JSON-RPC](https://use.temporal.xyz/nozomi/transaction-submission-json-rpc.md): Standard Solana JSON-RPC transaction submission through Nozomi.
- [Rust](https://use.temporal.xyz/nozomi/transaction-submission-json-rpc/rust.md): Use full service RPC for fetching latest blockhash. Nozomi only supports sendTransaction.
- [Python](https://use.temporal.xyz/nozomi/transaction-submission-json-rpc/python.md): Use full service RPC for fetching latest blockhash.. Nozomi only supports sendTransaction.
- [JavaScript](https://use.temporal.xyz/nozomi/transaction-submission-json-rpc/javascript.md): Use full service RPC for fetching latest blockhash. Nozomi only supports sendTransaction.
- [TypeScript](https://use.temporal.xyz/nozomi/transaction-submission-json-rpc/typescript.md): Use full service RPC for fetching latest blockhash. Nozomi only supports sendTransaction.
- [cURL](https://use.temporal.xyz/nozomi/transaction-submission-json-rpc/curl.md): Please specify base64 encoding, Solana recognizes base58 as default. If you do not specify, you might get malformed transaction error
- [API v2](https://use.temporal.xyz/nozomi/transaction-submission-api-v2.md): High-performance transaction submission with reduced overhead.
- [Rust](https://use.temporal.xyz/nozomi/transaction-submission-api-v2/rust.md): Use full service RPC for fetching latest blockhash.
- [Python](https://use.temporal.xyz/nozomi/transaction-submission-api-v2/python.md): Use full service RPC for fetching latest blockhash.
- [JavaScript](https://use.temporal.xyz/nozomi/transaction-submission-api-v2/javascript.md): Use full service RPC for fetching latest blockhash.
- [TypeScript](https://use.temporal.xyz/nozomi/transaction-submission-api-v2/typescript.md): Use full service RPC for fetching latest blockhash.
- [cURL](https://use.temporal.xyz/nozomi/transaction-submission-api-v2/curl.md)
- [Batch Send](https://use.temporal.xyz/nozomi/batch-send.md)
- [JavaScript](https://use.temporal.xyz/nozomi/batch-send/javascript.md)
- [cURL](https://use.temporal.xyz/nozomi/batch-send/curl.md)
- [QUIC Client](https://use.temporal.xyz/nozomi/transaction-submission-quic.md): Low-overhead QUIC submission for workloads that cannot hold a persistent connection open.
- [Tip Stream](https://use.temporal.xyz/nozomi/tip-stream.md): Stream Nozomi Tip Floors by Percentile
- [TCP Keep-Alive](https://use.temporal.xyz/nozomi/keeping-your-tcp-connection-alive.md)
- [Troubleshooting](https://use.temporal.xyz/nozomi/troubleshooting.md): Why a transaction didn't land, and how to diagnose it.
- [FAQ](https://use.temporal.xyz/nozomi/faq.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://use.temporal.xyz/nozomi/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
