> For the complete documentation index, see [llms.txt](https://docs.axiomprotocol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.axiomprotocol.io/whitepaper/xrpl-evm-sidechain-infrastructure.md).

# 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
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 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, and the optional `goal` query parameter:

```
GET https://docs.axiomprotocol.io/whitepaper/xrpl-evm-sidechain-infrastructure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
