# Quickstart

<figure><img src="https://3313755844-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fzdj60EFOXMtynmEWrRn0%2Fuploads%2FsTh1YNWlF0toMxx6ulAW%2FScreenshot%202025-11-13%20at%203.08.31%E2%80%AFPM.png?alt=media&#x26;token=ed1a25f4-dc63-4bb8-a3e9-460ffdfcaa09" alt=""><figcaption></figcaption></figure>

In these docs, you can find more information about the architecture, performance, and security properties of Continuum/Fermi Trade. You can also learn more about how to trade on Fermi, how to use programmatic tools/SDK, how to monitor transactions via the block exploer/API, and how to run a full node.

Here is a quick video on how to use the Fermi Trade platform to trade perps. it's currently live on testnet, watch out for announcements of mainnet!

{% hint style="info" %}
Want to learn about writing content from scratch? Head to the [Basics](https://docs-v2.fermilabs.xyz/architecture/editor) section to learn more.
{% endhint %}

### Explorer

You can view your transaction history, trades, and balances, using the continuum explorer:

<div data-full-width="false"><figure><img src="https://3313755844-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fzdj60EFOXMtynmEWrRn0%2Fuploads%2FRt97StT5HEX2ch6comEh%2FScreenshot%202025-12-19%20at%2010.58.08%E2%80%AFAM.png?alt=media&#x26;token=646055a3-bbbd-4767-b56b-12c7009c583b" alt=""><figcaption></figcaption></figure></div>

### Sequencing/Execution Tabs

Unlike typical explorers, you will find two tabs - sequencing and execution. This is because sequencing and execution are handled by different layers of the stack on Continuum Blockchain.


---

# 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-v2.fermilabs.xyz/getting-started/quickstart.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.
