# Welcome to Fermi Labs

Fermi Labs builds two tightly-coupled pieces of market infrastructure:

* **Fermi DEX** – a Solana-settled, order-book exchange that reaches centralized-exchange speeds while remaining trust-minimized. Orders are matched off-chain in sub-millisecond time but settle atomically on-chain, so users never relinquish custody or finality guarantees.
* **Continuum** – a cryptographic sequencing layer that delivers publicly-verifiable, microsecond-resolution FIFO ordering to any blockchain or roll-up. By proving that no one—​not even the sequencer—​can reorder or censor transactions, Continuum removes the economic drag of MEV and gives every participant an equal shot at best execution.

Together they let high-frequency traders enjoy CEX-class latency, market makers deploy capital more efficiently, and DeFi developers plug provably-fair ordering into their own protocols with two function calls. The rest of this documentation shows you how.

## Quick links

{% content-ref url="fermi-dex/features" %}
[features](https://docs.fermilabs.xyz/fermi-dex/features)
{% endcontent-ref %}

## Continuum

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="developers/getting-set-up" %}
[getting-set-up](https://docs.fermilabs.xyz/developers/getting-set-up)
{% endcontent-ref %}


---

# 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.fermilabs.xyz/welcome-to-fermi-labs.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.
