# Technical Docs

## Overview

LODE collaborates with [SYMMIO](https://www.symm.io/) and [IntentX ](https://intentx.io/)to provide the technical infrastructure for executing peer-to-peer (p2p) symmetrical trades, while leveraging LayerZero for seamless omnichain interoperability.

This integration ensures that all user and solver actions on-chain are executed through SYMM IO’s smart contracts, routed via LayerZero's trustless protocol, and managed through LODE’s comprehensive solution. This setup enables efficient off-chain communication and coordination between traders and solvers.

These documents are preliminary and produced in collaboration with SYMM IO to provide readers with insights into the technical operation of LODE. They are subject to further updates and refinements.

LODE currently utilizes SYMMIO-Core v0.8 contracts, which have undergone a full Sherlock audit.

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

{% hint style="info" %}
All technical documentation can be found on [SYMMIO's Technical Documentation Page](https://docs.symm.io/building-on-symm-io/technical-documentation).
{% endhint %}


---

# 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.lode.trade/technical-documentation/technical-docs.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.
