# Spot Trading

## Buy

1. Go to any market
2. Tap **Buy** and enter amount\*
3. Click **Continue** to review and place your order
4. That's it!

\*You will need to follow the in-app instructions to activate each chain the first time you use it.

The order will be sent on-chain and should be processed within 45 to 60 seconds. Note that network congestion may affect transaction speed.

## Sell

* The process is generally the same as buying.
* If it's your first time selling on certain markets, you'll be prompted to "**Activate Chain**". Simply confirm with your biometrics or device PIN.

## Cancelled / Refunded Orders

Orders may occasionally fail due to rate changes during execution. To protect you from unfavorable prices, we cancel such orders. Retrying often resolves this issue.

If an order fails to execute, your funds will be automatically refunded to your account. This process can take up to 4 hours.

## Interrupted Orders

Rest assured, all funds are safe.&#x20;

If an order is interrupted, you may see "Arb USDC", "Base USDC", or "Mainnet USDC" in your portfolio. Simply tap **Convert** to convert them back to USDC.

## Minimum Order Value

Depending on the market, there are different minimum order values, typically between 50 and 200 USDC. For example, some markets on Ethereum Mainnet have a higher minimum order value.


---

# 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.nekodex.org/features/spot-trading.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.
