# Infrastructure Overview

{% hint style="warning" %}
Documents are a work in progress and not yet complete technical documentation. They are proprietary and confidential.
{% endhint %}

## Infrastructure Overview

IntentX collaborates with SYMM IO in technical infrastructure for executing peer-to-peer (p2p) symmetrical trades and LayerZero to provide omnichain interoperability.&#x20;

This means all user and solver actions on-chain are executed through SYMM IO smart contracts, routed through LayerZero's trustless protocol and managed though IntentX complete solution, providing the necessary off-chain communication and coordination of traders and solvers.

These documents are preliminary and produced with the collaboration of SYMM IO to inform readers on the technical operation of IntentX and are not fully complete at this time.

IntentX currently utilizes SYMMIO-Core v0.8 contracts which have undergone a full Sherlock Audit:

{% embed url="<https://audits.sherlock.xyz/contests/85>" %}

## Contents:

{% content-ref url="/pages/NUNxU3IPK9fE9n7ERpNC" %}
[Technical Docs](/technical-docs-wip/infrastructure-overview/technical-docs.md)
{% endcontent-ref %}

{% content-ref url="/pages/aKESdUIozcbXxT74e3wK" %}
[Sample Solver Docs](/technical-docs-wip/infrastructure-overview/sample-solver-docs.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.intentx.io/technical-docs-wip/infrastructure-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.
