# Ethereum

- [How it works](https://docs.kolibrio.xyz/kolibrio-orderflow-service/ethereum/how-it-works.md)
- [API: Quick Start](https://docs.kolibrio.xyz/kolibrio-orderflow-service/ethereum/api-quick-start.md)
- [eth\_sendRawTransaction](https://docs.kolibrio.xyz/kolibrio-orderflow-service/ethereum/api-quick-start/eth_sendrawtransaction.md)
- [eth\_sendBundle](https://docs.kolibrio.xyz/kolibrio-orderflow-service/ethereum/api-quick-start/eth_sendbundle.md)
- [eth\_getTransactionByHash](https://docs.kolibrio.xyz/kolibrio-orderflow-service/ethereum/api-quick-start/eth_gettransactionbyhash.md)
- [eth\_getTransactionCount](https://docs.kolibrio.xyz/kolibrio-orderflow-service/ethereum/api-quick-start/eth_gettransactioncount.md)
- [Gas Kickback Modes on ETH](https://docs.kolibrio.xyz/kolibrio-orderflow-service/ethereum/gas-kickback-modes-on-eth.md)
- [Pending Transactions on Chain Explorer (Etherscan)](https://docs.kolibrio.xyz/kolibrio-orderflow-service/ethereum/pending-transactions-on-chain-explorer-etherscan.md)
- [Advanced](https://docs.kolibrio.xyz/kolibrio-orderflow-service/ethereum/advanced.md)
- [Tenant + User Revenue Flow](https://docs.kolibrio.xyz/kolibrio-orderflow-service/ethereum/advanced/tenant-+-user-revenue-flow.md): This page explains how Kolibrio’s ETH RPC enables referral tracking and automated revenue sharing — allowing you to pay users cashback according to required proportions via cron


---

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