# Confirming Your Order

<div align="left"><figure><img src="/files/IbznnVFPqzqtvDuCLkfL" alt="" width="563"><figcaption></figcaption></figure></div>

1. **Review all fields carefully**
   * **Order price**: The entry price you set (e.g. 45.89 vUSD).
   * **Quantity**: The amount of collateral you’re deploying as margin (e.g. 149 vUSD).
   * **Order cost**: Collateral locked to support the position (equal to Quantity).
   * **Order value**: Notional position size = Price × Quantity (e.g. 14 900 vUSD).
   * **Est. liquidation price**: The price at which your position would be liquidated if it moves against you (e.g. 36.71 vUSD).
   * **Leverage**: Multiplier applied to your collateral (e.g. 100×).
   * **Fees**: Estimated trading fees (in USDC or vUSD).
   * **Initial margin rate**: Your required margin as a % of notional, before → after opening (e.g. 0.00 % → 52.71 %).
2. **Cancel or Confirm**
   * Click **Cancel** to return to the order form and make adjustments.
   * Click **Confirm** to submit the order on‑chain.
3. **After confirmation**
   * Your new position will instantly appear under the [**Positions**](/nunchi-testnet-user-guide/account-management/positions.md) tab.
   * Monitor your P\&L, liquidation price, and adjust or close the position at any time.


---

# 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.nunchi.trade/copy-of-nunchi-testnet-user-guide/trading-interface/confirming-your-order.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.
