> For the complete documentation index, see [llms.txt](https://zadafinance.gitbook.io/zada-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zadafinance.gitbook.io/zada-finance/technology.md).

# Technology

**Implementation mechanism and technical route**

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

**Implementation mechanism - the front end**

Layer2 transaction

The front end support LP add/remove fluidity; supporting the users to swap the corresponding Tokens.

**Cross Layer2 bridge**

The front end integrates Orbiter's SDK, enables users to transfer money across Layer2

The front end integrates account abstraction wallet

**Implementation mechanism - contract**

Two types of contracts are deployed on Scroll

**AMM**

Basic Uniswap V2/V3 contract

**OAG**

Order aggregation contract

**Across a Rollup decentralized exchange**

Integrating Oribiter protocol is for fast and inexpensive transaction across Rollup. Orbiter is a cross-rollup optimistic bridge that forwards cross-rollup transactions through Maker. In order to prevent Maker from doing evil, the fraud challenge mechanism is designed. Maker needs to pledge enough margin. The SPV and EBC contracts are also used to verify that Maker correctly forwards the cross-rollup transaction. Therefore, transaction between any Layer2 can be supported.

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

**Implementing account abstraction**

Account abstraction can provide programmable risk migration and support a richer and friendlier user experience, such as social-based private key recovery, commission transaction, and more.


---

# 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:

```
GET https://zadafinance.gitbook.io/zada-finance/technology.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.
