# Creating an OTC Order

⚠️ When creating orders, please be conscious of whether or not the token you are trading has a transfer tax. If it does, it will be subject to the transfer tax when moving the tokens to the smart contract ⚠️

{% embed url="<https://www.youtube.com/watch?v=r_jPGOqVWIQ>" %}

1\) Navigate to <https://otsea.xyz>

2\) Select a token to create an order for

3\) Select the amount of tokens for the order

4\) Select an ETH amount you want to trade the tokens for

5\) Partially Fillable - Default Off

* Toggle On: The order can get filled in multiple transcations by multiple users
* Toggle Off: The order can only be filled in one transaction, and it has to be a fully filled.

6\) Whitelist - Default Off

* Toggle On: Pick an address to limit the order to. The order can only be filled by that address.
* Toggle Off: Anyone can fill the order

7\) Delayed - Default Off<br>

* Toggle On: Buyers must wait 15 minutes to claim their tokens to prevent MEV bots
* Toggle Off: No delay, tokens are immediately sent

8\) Unlisted - Default Off\
\
Toggle On: Order is hidden on the Dapp, but it still available on-chain. Whitelist can be turned On to prevent unwanted interaction too!\
\
Toggle Off: Order will be streamed to our channels and Dapp

Submit the order request by clicking "Generate Order." The link to the order will be provided, or you can search for it in the "Browse" section. Share the link to your order with your potential buyers to get to the order filled.

At any moment, you can Settle the order. Settling the order will return any unfulfilled tokens to you, as well as claim any ETH from fulfilled tokens.


---

# 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://otsea.gitbook.io/otsea/quick-start-guides/creating-an-otc-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.
