# For Traders

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

## FAQ

<details>

<summary>Where is Standard Deployed?</summary>

Standard is deployed in multiple EVM networks. you can check deployed networks after login or sign up in the app.

</details>

<details>

<summary>Why does my order fail or not swap?</summary>

**This is CLOB dex. All orders execute only if a counterparty matches your orders at your agreed upon price.**

Standard is an orderbook exchange where traders trade each other. If your order is not filled, it means there is no trader who wants to match your order yet. If your order is not getting filled, try to cancel your order and try to buy or sell again in market, or you can wait until your order is filled as market fluctuates.

</details>

<details>

<summary>Price sometimes go up or down when I buy or sell without match, why is that?</summary>

W**hen there is no match for submitted order, market price goes up and down with ticks.** \
![](/files/Dn7ALs392vMTB5q2UGbl)

In Standard orderbook exchange, we have price actions for a pair to adjust market price when bid or ask orders do not exist similar to [Uniswap V3's ticks](https://www.rareskills.io/post/uniswap-v3-ticks). If a coin has no sell order but overflowed with market buy orders, the market price increases to incentivize sellers to match buyers' orders. If there are only market sell orders and no buy orders, the market price decreases to incentivize buyers to match sellers' orders.

</details>


---

# 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.standard.im/apps/spot/for-traders.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.
