# Buy and Sell Orders

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

OTSea v1 offers support for both buying and selling tokens. Whether a user wants to put up tokens in exchange for ETH, or ETH in exchange for tokens, they can do so with a variety of configurable fields for their order.

**Buy Order -** Offer chain's native currency to buy tokens

**Sell Order -** Offering tokens in exchange for the chain's native currency

**Configurable Fields:**

* Tokens Offered
* Tokens For
* Market Price Delta (Difference vs Uniswap Price)
* Auto-Match Orders if any are returned
* Unlisted (On/Off)
* Whitelist (On/Off)
* Delayed (On/Off)
* Crowd-Fill (On/Off)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/features/buy-and-sell-orders.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.
