# Jito GPRC Adapter

1. Kolibrio fully supports the Jito gRPC interface. For gRPC integration, follow the official [Jito Docs](https://docs.jito.wtf/lowlatencytxnsend/#api)
2. You can find the proto files in the official [Jito repository](https://github.com/jito-labs/mev-protos/tree/b74a23ff236c0c223b1bc56daf7c5065bb585428)
3. The only difference - you need to use the Kolibrio URL instead of the Jito block engine URL

```
https://sol-grpc.kolibrio.xyz
```

4. You must use your Jito key to send transactions to Kolibrio URL (assume it's Jito). \
   Kolibrio applies the same Jito rate limits automatically
5. Share your Jito public key to Kolibrio so you'll have  revshare address for arbitrage backruns revenue assigned


---

# Agent Instructions: 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:

```
GET https://docs.kolibrio.xyz/kolibrio-orderflow-service/solana/advanced/jito-gprc-adapter.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.
