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

# Quick Start

{% stepper %}
{% step %}

## **What you need**

<figure><img src="/files/Vwp5fWqDtYUyNetLv1lg" alt="" width="327"><figcaption></figcaption></figure>

* **A wallet on BNB Chain:**
  * Binance Wallet, MetaMask, or any WalletConnect-compatible wallet
  * Keep at least 0.01 BNB for gas fees at all times (a typical trade costs approximately 0.001–0.003 BNB)
* **USDT on BNB Chain** for trading collateral or LP deposits. Bridge or on-ramp from other chains if needed.
* **A modern browser:** Chrome, Brave, Edge, or Safari. Use the wallet's built-in browser on mobile.
  {% endstep %}

{% step %}

## **Connect your wallet**

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

1. Open the [HertzFlow dapp](https://www.hertzflow.xyz/) and click **Connect** (top right)
2. Select your wallet and approve the connection
3. For testing, you'll be connected to **BNB Testnet** by default
4. Click **Claim Faucet** (top right) to open the **Get Test Funds** dialog

<figure><img src="/files/JAAtPY0lDfwteAgkmebA" alt="" width="375"><figcaption></figcaption></figure>

The faucet sends **100 test USDT** to your connected wallet and can be claimed once every **24 hours**. You need **more than 0.01 testnet BNB** for gas first — use the **Get testnet BNB** link in the dialog if your balance is low.

{% hint style="info" %}
These are testnet tokens with no real value. Your wallet connection persists across sessions, and HertzFlow never requests your private keys or seed phrase.
{% endhint %}
{% endstep %}

{% step %}

## **Fund your account**

* **Already have USDT on BNB Chain?** You're ready to go. Just make sure you have enough BNB for gas (≥ 0.01 BNB).
* **Transferring from another chain or CEX?**
  * **Bridge:** Use your preferred bridge service to move USDT to BNB Chain
  * **CEX withdrawal:** Select BNB Chain (BSC) as the destination network
  * **Double-check:** Verify you're sending to BNB Chain, not Ethereum or another network. USDT contract addresses differ across chains.

{% hint style="info" %}
Cross-chain transfers take time and may involve swap fees. Always verify the token symbol and destination network before sending.
{% endhint %}

**Two trading modes:** When you reach the trade page, you'll see a **Normal / Hyper Lev** toggle:

* **Normal mode** — standard open/close fees, supports market and limit orders, eligible for loss rebates
* **Hyper Lev mode** — zero open/close fees with profit sharing, market orders only, higher leverage range but greater liquidation risk

Start with Normal mode to learn the basics.
{% endstep %}
{% endstepper %}


---

# 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://hertzflow.gitbook.io/hertzflow-docs/tutorials/quick-start.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.
