# FAQ

<details>

<summary>Who can use Kolibrio SOL Orderflow Service?</summary>

Any entity with SOL transaction orderflow can use Kolibrio's service. This includes wallets, trading terminals, telegram bots, rpc providers, and validators.

</details>

<details>

<summary>I'm a SOL validator. Can I use Kolibrio SOL Orderflow Service?</summary>

Yes, if you're a validator, you'll need to have the Jito-SOL client. The only required change in your validator config is updating the relayer URL. In this setup, you will receive revenue from both Jito and Kolibrio.\
\
Reach out to the Kolibrio team to receive integration instructions and support.

</details>

<details>

<summary>How much revenue should I expect from my transactions?</summary>

Revenue depends on various factors, such as market conditions, the volume of swaps in your stream, and how exclusive your transactions are. Based on our experience, typical originators can extract around 0.02-0.1% in SOL from exclusive trading volume.

</details>

<details>

<summary>How can I trust that the orderflow service searchers won’t frontrun my users' trades?</summary>

* Kolibrio only accepts ethical arbitrage bundles and enforces policies that prevent frontrunning. Searchers receive only the transaction message signal, not the full signed transaction, so they cannot submit frontrun bundles.<br>
* Kolibrio has gated access to its signal stream, allowing only searchers who have completed KYC to access your transaction

</details>

<details>

<summary>What arbitrage strategies does Kolibrio SOL Orderflow Service support?</summary>

Kolibrio connects with multiple searchers using a variety of arbitrage strategies that cover most market opportunities. This includes on-chain DEX-DEX arbitrage and CeFi-DeFi non-atomic trades.

</details>

<details>

<summary>How fast is the service?</summary>

Kolibrio SOL Orderflow Service is battle-tested, processing over 6 million transaction requests daily. The auction engine and searchers are colocated near the Jito block engine, with an average arbitrage discovery and submission time of 30-70ms.

</details>


---

# 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/faq.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.
