# Placing a DeOrder

### What kind of DeOrder should I be placing?

There are two kinds of DeOrders available.

* [DeOrder/Buy](https://docs.deorderbook.com/deorders/placing-a-deorder/how-do-i-place-a-deorder-buy): This should be performed by users that believe the price of a cryptocurrency is going down and that want to 'buy on the dip' at a certain price.
  * Placing a 'DeOrder/Buy' order indicates you'd like to buy a certain amount of `$wBTC` (in the form of `$bHODL`) in exchange for a certain amount of `$USDC` (in the form of `$uHODL`).
* [DeOrder/Sell](https://docs.deorderbook.com/deorders/placing-a-deorder/how-do-i-place-a-deorder-sell): This should be performed by users that believe the price of a cryptocurrency is going up and that want to 'sell the top' at a certain price.
  * Placing a 'DeOrder/Sell' order indicates you'd like to sell a certain amount of `$wBTC` (in the form of `$bHODL`) in exchange for a certain amount of `$USDC` (in the form of `$uHODL`).

### Tutorial Video 🎥 : How to Place a DeOrder

{% embed url="<https://youtu.be/w8k-b0pQCjs?si=nN6hjt8Qi3t8hCHX>" %}
Enjoy a full video tutorial on how to place a DeOrder.
{% endembed %}

###


---

# 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.deorderbook.com/deorders/placing-a-deorder.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.
