> For the complete documentation index, see [llms.txt](https://elite-node.gitbook.io/elite-node-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elite-node.gitbook.io/elite-node-docs/jito-integration-beyond-the-basics.md).

# Jito Integration: Beyond the Basics

Mastering the Jito Auction

Simple Jito bundle submission is standard practice. A true edge requires a deep understanding of the Block Engine's auction mechanics. Our approach is twofold: pre-finalization data ingestion and tactical execution.<br>

**1. Shredstream as the Primary Signal:** Geyser provides post-facto block data. To front-run, access to pre-finalization state is non-negotiable. The **Shredstream** is the only feed that provides visibility into transactions as they are being processed by the leader. Our entire Watcher architecture is built around this stream, giving us the critical time window to construct a competitive response bundle in the same slot.

**2. Auction-Optimized Execution:** We don't just submit bundles; we engineer them to win. Our Execution Engine dynamically calculates the **tip-per-CU efficiency** for every trade. Each transaction is pre-simulated on our Firedancer node to get a precise CU estimate, allowing us to bid the most competitive Jito Tip without overspending. This, combined with multi-region submission, is the core of our execution strategy.


---

# 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://elite-node.gitbook.io/elite-node-docs/jito-integration-beyond-the-basics.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.
