> For the complete documentation index, see [llms.txt](https://use.temporal.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://use.temporal.xyz/nozomi/readme.md).

# Introduction

Nozomi is a fully custom proprietary client written by HPC and HFT engineers designed to land transactions as fast as possible.

## How It Works

Nozomi runs custom hardware and staked connections across the cluster, forwarding your transaction to current and upcoming leaders and automatically optimizing the delivery path for each leader. You do **not** need to select endpoints based on the leader schedule. Nozomi handles routing for you. Your job is to submit fast (see [Regions & Endpoints](/nozomi/endpoints.md)) and tip enough to win your slot (see [Tipping](/nozomi/tipping-and-faq.md)).

Nozomi does **not** simulate your transactions; it routes them for the fastest possible delivery. If a transaction is not landing the way you expect, start with [Troubleshooting](/nozomi/troubleshooting.md).

## Who Should Use It

* **Sniper Bots** — Snipe tokens and mints before the competition.
* **DeFi Apps** — Create a better UX so user transactions do not stall or fail.
* **Traders** — Land with speed and precision to capture the most opportunities.
* **Liquidators** — Be first to a liquidation transaction.
* **Jito Bundle Users** — Get through the block engine faster and more efficiently.
* **Algorithmic Traders** — Get predictability with your bots in all market conditions.

## Get Access

Getting started is self-service: create an account and generate your API key in the dashboard. [**Sign up →**](https://dashboard.nozomi.temporal.xyz/sign-up?utm_source=docs\&utm_medium=cta\&utm_campaign=nozomi_access\&utm_content=readme)

## Community & Support

Join our [**Discord**](https://discord.gg/8Tw6wMdvtx) for announcements and updates. For help, reach the team in Discord or through live chat in the dashboard.


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://use.temporal.xyz/nozomi/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
