# Bifrost API

High-performance Solana transaction proxy connecting you to leading MEV infrastructure providers through a single, unified API.

## Why Bifrost?

* **One API, Multiple Providers** - Access Bloxroute, Astralane, BlockRazor and Lunar Lander through unified endpoints
* **MEV Protection** - Built-in support for submissions across providers
* **Advanced Strategies** - Bundle, batch, and snipe capabilities for sophisticated trading

## Supported Providers

### Bloxroute

Industry-leading MEV infrastructure with batch processing, Paladin protection, and snipe capabilities.

### Astralane

Advanced bundle and ideal pair submissions with MEV protection.

### BlockRazor

Fast, reliable transaction submission with global coverage.

#### Lunar Lander

Advanced and reliable transaction submission with batch processing.

## Quick Example

{% code title="curl" %}

```bash
curl -X POST https://your-bifrost-endpoint/bloxroute \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "sendTransaction",
    "params": ["your-base64-transaction"]
  }'
```

{% endcode %}

## Next Steps

* View all endpoints
* Bloxroute API
* Astralane API
* BlockRazor API
* Lunar Lander
* Additional Optimizations


---

# 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.thornode.io/infrastructure/bifrost-api.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.
