# Integration

## Get Started Integrating

Please reach out via <contact@blinklabs.xyz> or @YNBlink / @ciaranmcveigh on telegram or discord to get an API key to access the searcher websocket and to bid on transactions.

### Next Steps

Searchers looking to connect to Blink's open marketplace on Ethereum will need to understand the following sections.

* [Listen to Transactions](/blink/ethereum/searchers/integration/listen-to-transactions.md)
  * [V2 Websocket - MEVBlocker Compatible](/blink/ethereum/searchers/integration/listen-to-transactions/mevblocker-compatible-v2.md)
  * [V3 Websocket - MEVBlocker Compatible](/blink/ethereum/searchers/integration/listen-to-transactions/mevblocker-compatible-v3.md)
* [Bid on Transactions](/blink/ethereum/searchers/integration/bid-on-transactions.md)
* [Querying a Bundle](/blink/ethereum/searchers/integration/querying-a-bundle.md)


---

# 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/searchers/integration.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.
