# Builders

- [Getting Started](https://learn.toby.foundation/builders/getting-started.md): Build on Toby's OpenMEV infrastructure. Whether you're a searcher, validator operator, or protocol developer, here's how to get started.
- [Searcher Integration](https://learn.toby.foundation/builders/searcher-integration.md): Submit MEV bundles to Block Chef and compete in Toby's open auction. This guide covers data access, bundle submission, and optimization.
- [Validator Setup](https://learn.toby.foundation/builders/validator-setup.md): Run the Toby-Solana Client to participate in OpenMEV, earn MEV tips, and receive optimized stake delegation from the Validator Optimizer.
- [Protocol Integration](https://learn.toby.foundation/builders/protocol-integration.md): Integrate your protocol with Toby's OpenMEV infrastructure to protect users from harmful MEV, earn rebates, and access real-time data feeds.


---

# 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://learn.toby.foundation/builders.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.
