# Ethereum

- [State Update Auction](https://docs.blinklabs.xyz/blink/ethereum/state-update-auction.md)
- [API Reference](https://docs.blinklabs.xyz/blink/ethereum/api-reference.md)
- [eth\_sendRawTransaction](https://docs.blinklabs.xyz/blink/ethereum/api-reference/eth_sendrawtransaction.md)
- [eth\_sendPrivateTransaction](https://docs.blinklabs.xyz/blink/ethereum/api-reference/eth_sendprivatetransaction.md)
- [eth\_getTransactionByHash](https://docs.blinklabs.xyz/blink/ethereum/api-reference/eth_gettransactionbyhash.md)
- [eth\_sendBundle](https://docs.blinklabs.xyz/blink/ethereum/api-reference/eth_sendbundle.md)
- [eth\_getTransactionCount](https://docs.blinklabs.xyz/blink/ethereum/api-reference/eth_gettransactioncount.md)
- [Gas Recoveries](https://docs.blinklabs.xyz/blink/ethereum/gas-recoveries.md)
- [Gas Sponsored Swaps](https://docs.blinklabs.xyz/blink/ethereum/gas-sponsored-swaps.md)
- [API Reference](https://docs.blinklabs.xyz/blink/ethereum/gas-sponsored-swaps/api-reference.md)
- [Searchers](https://docs.blinklabs.xyz/blink/ethereum/searchers.md)
- [Terms & Conditions](https://docs.blinklabs.xyz/blink/ethereum/searchers/terms.md)
- [eth\_sendBundle](https://docs.blinklabs.xyz/blink/ethereum/searchers/eth_sendbundle.md)
- [eth\_cancelBundle](https://docs.blinklabs.xyz/blink/ethereum/searchers/eth_cancelbundle.md)
- [Integration](https://docs.blinklabs.xyz/blink/ethereum/searchers/integration.md)
- [Listen To Transactions](https://docs.blinklabs.xyz/blink/ethereum/searchers/integration/listen-to-transactions.md)
- [MEVBlocker Compatible (V2)](https://docs.blinklabs.xyz/blink/ethereum/searchers/integration/listen-to-transactions/mevblocker-compatible-v2.md)
- [MEVBlocker Compatible (V3)](https://docs.blinklabs.xyz/blink/ethereum/searchers/integration/listen-to-transactions/mevblocker-compatible-v3.md)
- [V1 (Deprecated)](https://docs.blinklabs.xyz/blink/ethereum/searchers/integration/listen-to-transactions/v1-deprecated.md)
- [Bid on Transactions](https://docs.blinklabs.xyz/blink/ethereum/searchers/integration/bid-on-transactions.md)
- [Querying a Bundle](https://docs.blinklabs.xyz/blink/ethereum/searchers/integration/querying-a-bundle.md)
- [Custom Configuration](https://docs.blinklabs.xyz/blink/ethereum/custom-configuration.md)
- [Solvers](https://docs.blinklabs.xyz/blink/ethereum/solvers.md): How solvers submit transactions and bundles through Blink's Ethereum auction, including cancellation and builder-compatible API access.


---

# 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.blinklabs.xyz/blink/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.
