# Workflow

<figure><img src="/files/rsjNDsKcnP2rItQCFzWG" alt=""><figcaption><p>Flash Protocol overview</p></figcaption></figure>

1. To be eligible to execute orders, **Resolvers** need to provide any authorized stablecoin (USDT, USDC, DAI) to a `CollateralManager` contract.
2. **Collateral** can be deposited in an ERC-20 token of authorized stablecoins (USDT, USDC, DAI, etc.) This token can be slashed by **Liquidators** in case the order execution fails.
3. **Maintainers** must **stake in Kinetex DAO** to be eligible to maintain the protocol. The DAO stakes serve as a guarantee of a fair distribution of work among Kinetex Maintainers. It can be slashed if a **Maintainer** fails to complete the assigned task or update the state of Light Clients or attempts to abuse the protocol. Maintainers are rewarded for completing different tasks, such as updating the state of Light Clients, providing computing power for ZKP generation, matching orders, and validating the order flow.
4. **Resolvers** pay to the Kinetex DAO pool in the form of a protocol maintenance fee. Fees ensure that **Maintainers** are motivated to complete assigned tasks and keep the system fair, and **Resolvers** always have the actual state of light clients.

   *Not only Resolvers can use the protocol. Anyone can utilize **Kinetex Light Clients** inside their applications but must pay fees to the protocol maintainer pool.*
5. **Resolvers** can borrow additional liquidity from the **Liquidity Pool** by pledging their collateral. This pool provides multi-chain over-collateralized loans for supported assets (primarily stablecoins).


---

# 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.kinetex.io/flash-trade-protocol/workflow.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.
