# L1 Swap Integration

DeltaDeFi is a L2 protocol that operates in Hydra head. Therefore, a typical user cannot access to DeltaDeFi's liquidity with their L1 wallet. In order to improve accessibility of DeltaDeFi's liquidity, we have implemented a liquidity bridge pattern to allow placing a direct swap in Cardano L1.

<figure><img src="/files/ZJuUBpPwQNJYYrhLMwj9" alt=""><figcaption></figcaption></figure>

### Who should use this?

* DEX aggregator - this pattern primarily serves DEX aggregator. With the L1 swap infrastructure, it makes integration seamless. DeltaDeFi can be seen as a typical L1 exchange in the integration work.
* Cardano programmatic trader / arbitrageur - the swap allows direct L1 programmatic access to DeltaDeFi's liquidity pool trading strategies to include DeltaDeFi's order book at ease

{% hint style="info" %}
Test Tokens: Request test USDCx and NIGHT tokens for preprod at <https://alpha-app.deltadefi.io/testing-usd-request>
{% 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.deltadefi.io/start-trading/l1-swap-integration.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.
