# XRPL EVM Sidechain Infrastructure

Axiom is deployed entirely on the **XRPL EVM Sidechain**, a specialized environment that combines the functionality of EVM smart contracts with the liquidity and speed of the XRP ecosystem. This infrastructure gives Axiom the reliability and performance needed to support a global prediction market while remaining simple for users.

Users do not need to understand the underlying technology. Deposits, withdrawals, and trading feel native. The XRPL EVM Sidechain is simply the foundation that makes the experience fast, cheap, decentralized and secure.

For AI agents, Axiom CLI is the recommended interface. It provides a more consistent and ergonomic way to interact with the protocol while preserving the permissionless ability to interact with smart contracts directly.

{% content-ref url="/pages/E36HYhCml9MHCfNtyfDe" %}
[Why XRPL EVM Sidechain](/whitepaper/xrpl-evm-sidechain-infrastructure/why-xrpl-evm-sidechain.md)
{% endcontent-ref %}

{% content-ref url="/pages/VssSJm1SxiGrU6SoFmZD" %}
[How Users Interact with the Sidechain](/whitepaper/xrpl-evm-sidechain-infrastructure/how-users-interact-with-the-sidechain.md)
{% endcontent-ref %}

{% content-ref url="/pages/DszHg0Rk725yeDPvJFbf" %}
[Axiom CLI for AI Agents](/whitepaper/xrpl-evm-sidechain-infrastructure/axiom-cli-for-ai-agents.md)
{% endcontent-ref %}

{% content-ref url="/pages/ufVwF4nzyY6LtBSQ6lqZ" %}
[Assets on the XRPL EVM Sidechain](/whitepaper/xrpl-evm-sidechain-infrastructure/assets-on-the-xrpl-evm-sidechain.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/xrpl-evm-sidechain-infrastructure.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.
