> For the complete documentation index, see [llms.txt](https://0fx-protocol-1.gitbook.io/aurex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://0fx-protocol-1.gitbook.io/aurex-docs/quick-start-how-it-works/4-step-flow-diagram-+-bullets.md).

# 4-Step Flow (diagram + bullets)

## Quick Start — 4-Step Flow (StepFlow)

### 1. Submit OTC Request (1–2 min)

* Fill the short form:
  * **Wallet**: Arbitrum
  * **Asset to Borrow**: USDT / USDC / ETH / BTC (WBTC)
  * **Amount**
  * **Duration Intent**
  * **Contact**
* We confirm basic fit (eligibility, caps) and send an indicative quote (APR, funding pass-through if hedged, LTV band, fees).
* **Quote Validity**: Up to 4h or until system caps are hit.

### 2. Approve & Receive Deposit Addresses

* On acceptance, you receive per-position on-chain addresses (0FX collateral deposit + repayment).
* You also receive the action window rules (24h) and your position reference ID.

### 3. Fund & Disbursement (≤24h)

* Deposit 0FX collateral to the provided address (tx hash required).
* We verify on-chain, execute coverage where needed (USDT/USDC/BTC), then disburse to your wallet: USDT/USDC/ETH/BTC.
* You receive all transaction hashes (collateral, hedge/disbursement).

### 4. Ongoing Management (Open-Ended)

* **Default** = auto-roll: we keep your LTV inside band; you can add collateral or repay anytime.
* If thresholds are hit, we ping you; you have 24h to act (add collateral / partial repay).
* On full repayment (principal + accrued), collateral is released.
* If no action in the window, impact-aware liquidation (TWAP) may occur.


---

# 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, and the optional `goal` query parameter:

```
GET https://0fx-protocol-1.gitbook.io/aurex-docs/quick-start-how-it-works/4-step-flow-diagram-+-bullets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
