# Fermi Labs

## Product Docs

- [Welcome to Fermi Labs](https://docs.fermilabs.xyz/welcome-to-fermi-labs.md): We're here building products that will bring price discovery for all assets onchain.
- [Introduction](https://docs.fermilabs.xyz/fermi-dex/introduction.md): Instant Finality. Fair Ordering. Shared Liquidity. Meet crypto's most performant CLOB
- [Features](https://docs.fermilabs.xyz/fermi-dex/features.md)
- [Architecture](https://docs.fermilabs.xyz/fermi-dex/features/architecture.md): Fermi DEX has a hybrid architecture - continuum sequencing, offchain orderbooks, and onchain verification and settlement
- [Programable Liquidity](https://docs.fermilabs.xyz/fermi-dex/features/programable-liquidity.md): What is the maximal capital efficiency a decentralised orderbook can achieve?
- [API Reference](https://docs.fermilabs.xyz/fermi-dex/api-reference.md): Full API reference for programatic integration with Fermi DEX
- [Summary](https://docs.fermilabs.xyz/continuum/summary.md): Cryptographic FIFO sequencing at microsecond resolution.
- [API Reference](https://docs.fermilabs.xyz/continuum/api-reference.md): How to interact with Continuum microsecond sequencer \[Testnet]
- [Architecture](https://docs.fermilabs.xyz/continuum/architecture.md): Explaining the architecture of continuum - verifiable sequencing
- [Functionality](https://docs.fermilabs.xyz/functionality.md): Use cases for a general purpose "time-chain"
- [Getting set up](https://docs.fermilabs.xyz/developers/getting-set-up.md): The core onchain and offchain programs making up fermi DEX will be open sourced
- [For Traders](https://docs.fermilabs.xyz/usage/for-traders.md): Trade on Fermi DEX with the best prices, lowest slippage, and no sandwich attacks
- [For Market Makers](https://docs.fermilabs.xyz/usage/for-market-makers.md)
- [For DeFi/Rollup Devs](https://docs.fermilabs.xyz/usage/for-defi-rollup-devs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
