> For the complete documentation index, see [llms.txt](https://otsea.gitbook.io/otsea/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://otsea.gitbook.io/otsea/ecosystem/otsea-mini-markets.md).

# OTSea Mini Markets

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

## What's a Mini-Market? Give me the tea.

OTSea Mini-Markets brings OTC trading capabilities directly to your doorstep! A Mini-Market will instantly enable an OTC marketplace for your project, on your website, using your token, for your community.

Adding a mini-market will have obvious benefits to any project, as it gives large holders an avenue to offload their tokens without dumping them on the chart, as well as allowing them to sell them at discounts while avoiding slippage fees.

<div><figure><img src="/files/iLRyuLwQUxaaF8KfKurr" alt=""><figcaption></figcaption></figure> <figure><img src="/files/k3kwM9Vipjk31tLvfijc" alt=""><figcaption></figcaption></figure></div>

## How does it work?

Mini-Market is a window into OTSea taking the form of an embeddable widget. By copying a few lines of code into your website, you will have created an OTC market for your community.

The widget allows users to create OTC orders for the project's token, and displays only the orders for that token. Any existing order on OTSea for other project's tokens will not be displayed. The following features will be available via the widget:

* Creating OTC orders
* Crowd-fill Orders
* Single Fill/All-or-Nothing Orders
* Filling Orders
* Updating Orders

How do I get one?

Getting a Mini-Market is as easy as pie! Simple head over to our [integration page](https://www.otsea.io/en/minimarkets?network=solana) to add one to your project!

{% hint style="info" %}
Don't forget to add the Flashbots RPC by clicking this button in the widget, to avoid those pesky MEV bots! A button to switch to Flashbots RPC is available conveniently on the UI which will take care of this for you.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://otsea.gitbook.io/otsea/ecosystem/otsea-mini-markets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
