# Architecture Overview

This section provides a high-level look at how the Axiom Protocol is architected under the hood. For a more in-depth explanation, please see the [Protocol Design](/protocol-design/introduction.md).

Axiom is built from two major systems:

1. **Axiom Prime** (staking, yield, governance)
2. **Axiom Theorem** (market creation, trading, and resolution)

These systems communicate with each other through smart contracts deployed on the XRPL EVM Sidechain. Together they form a unified engine where capital powers truth, and truth powers yield.

{% content-ref url="/pages/i0rmyTiZyr6SoF0FptHO" %}
[Smart Contract Architecture](/whitepaper/architecture-overview/smart-contract-architecture.md)
{% endcontent-ref %}

{% content-ref url="/pages/bwArSrY5jVFeLEG8Jywz" %}
[Staking Architecture](/whitepaper/architecture-overview/staking-architecture.md)
{% endcontent-ref %}

{% content-ref url="/pages/rA4oEaP0JvE3niePQGga" %}
[Market Architecture](/whitepaper/architecture-overview/market-architecture.md)
{% endcontent-ref %}

{% content-ref url="/pages/0S9oOYuv4o9PzY5FwDMp" %}
[Resolution Architecture](/whitepaper/architecture-overview/resolution-architecture.md)
{% endcontent-ref %}

{% content-ref url="/pages/0rgUyXXGb3KWjGVerHyy" %}
[Economic Flywheel](/whitepaper/architecture-overview/economic-flywheel.md)
{% endcontent-ref %}

{% content-ref url="/pages/yxGGDKiIPGOh59cvRlC2" %}
[Bootstrap Architecture](/whitepaper/architecture-overview/bootstrap-architecture.md)
{% 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.axiomprotocol.io/whitepaper/architecture-overview.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.
