# Position mismatch

1. **Exchange status response delay error**

XAPY uses high-frequency bots, so rapid order execution may cause delayed exchange responses and temporary position mismatch warnings.

Check the position on the Homepage, if no actual mismatch exists, you can ignore it.

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

2. **Actual position mismatch**

📋**Orderbook competition:**&#x20;

Many entities other than XAPY provide high-frequency trading bots for various purposes. This causes situations where one side is filled while the other misses the orderbook due to price slippage exceeding the setup range, resulting in an accurate temporary mismatch warning.

🛠 **Recheck parameters in Strategy**

Some exchanges require a minimum contract size or minimum amount per order.

Now, you need to check and adjust these three key strategy parameters:

* Max Amount per Order: Increase to a more suitable value.
* Advanced Parameters:
  * Adjust Multiple for tokens with lower prices.
  * Adjust Precision for tokens with higher prices.

🔔 In both cases: Please re-check the position on the Homepage, if there is one, click the mismatch icon to rebalance the position as shown down.

<mark style="color:green;">**In any case of an actual position mismatch during entry, the bot will immediately stop and enter standby mode until you complete the rebalancing, then resume.**</mark>


---

# 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.xapy.io/common-errors/position-mismatch.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.
