# Page Not Found

The URL `mev-strategy/proposed-mev-extraction-model-for-hyperflash` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Proposed MEV Extraction Model for HyperFlash](https://docs.hyperflash.xyz/staking/staking-docs/proposed-mev-extraction-model-for-hyperflash.md)
- [Intro to HyperFlash](https://docs.hyperflash.xyz/introduction-to-hyperflash/intro-to-hyperflash.md)
- [Overview of HyperFlash](https://docs.hyperflash.xyz/staking/staking-docs/overview-of-hyperflash.md)
- [Security Best Practices for Developers](https://docs.hyperflash.xyz/staking/staking-docs/security-best-practices-for-developers.md)
- [Integration of MEV into the Staking Pool & High-Level Architecture](https://docs.hyperflash.xyz/staking/staking-docs/integration-of-mev-into-the-staking-pool-and-high-level-architecture.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://docs.hyperflash.xyz/staking/staking-docs/proposed-mev-extraction-model-for-hyperflash.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.

### Option 2 — Browse the documentation index

Full index: https://docs.hyperflash.xyz/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://docs.hyperflash.xyz/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/staking/staking-docs/proposed-mev-extraction-model-for-hyperflash.md`).

You may also use `Accept: text/markdown` header for content negotiation.
