# Copy of Documentation

## Fermi Labs Docs

- [Welcome](https://docs-v2.fermilabs.xyz/readme.md)
- [Quickstart](https://docs-v2.fermilabs.xyz/getting-started/quickstart.md): Fermi Trade is a powerful trading platform, built on a custom Layer-1 Blockchain, Continuum.
- [Running a full node](https://docs-v2.fermilabs.xyz/getting-started/running-a-full-node.md): Interested in running a full node? Read on below for a guide
- [Continuum Overview](https://docs-v2.fermilabs.xyz/architecture/editor.md): Continuum is a modular blockchain with separation of concerns - Sequencing, Execution, Consensus, and DA are handled at different levels of the stack.
- [Proof of Sequence](https://docs-v2.fermilabs.xyz/architecture/sequencing.md): Proof of Sequence embeds transactions in a proof of elapsed time. It achieves verifiable fair ordering layer subject to VDF limits.
- [Execution](https://docs-v2.fermilabs.xyz/architecture/execution.md): Fermi Trade runs on a custom execution stack built on soverign sdk
- [ContBFT](https://docs-v2.fermilabs.xyz/architecture/contbft.md): ConfBFT is designed for consensus over deterministic blocks
- [Security Properties & Risks](https://docs-v2.fermilabs.xyz/architecture/security-properties-and-risks.md): This page elaborates on the claimed security properties, as well as known risks, of the continuum model.
- [RPC reference for Continuum Chain](https://docs-v2.fermilabs.xyz/developers/rpc-reference-for-continuum-chain.md): Interacting with Continuum Chain Testnet
- [SDK Usage for Fermi Trade](https://docs-v2.fermilabs.xyz/developers/sdk-usage-for-fermi-trade.md): This page outlines how to programatically place orders and monitor positions on Fermi Trade, via Fermi SDK
- [Using Continuum Sequenced Txns.](https://docs-v2.fermilabs.xyz/developers/using-continuum-sequenced-txns..md): Any application requiring Fair Ordering an utilize continuum as a cryptographic ordering primitive.
- [Funding Rate Policies](https://docs-v2.fermilabs.xyz/trading/funding-rate-policies.md)
- [Ordering & Inclusion](https://docs-v2.fermilabs.xyz/trading/ordering-and-inclusion.md)
- [Matching Logic](https://docs-v2.fermilabs.xyz/trading/matching-logic.md): Core price-time prioerity logic explained
- [Margin Requirements](https://docs-v2.fermilabs.xyz/trading/margin-requirements.md): Clarifies how the trading system handles margin
- [Liquidation logic](https://docs-v2.fermilabs.xyz/trading/liquidation-logic.md): Describes the logic used for liquidations, and handling liquidation cascades
- [FLP token](https://docs-v2.fermilabs.xyz/trading/flp-token.md): Paticipate in liquidity provision, by depositing funds to the FLP vault


---

# 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-v2.fermilabs.xyz/readme.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.
