# Fulfilling an OTC Order

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

1\) Either browse for an order on the /browse page, or navigate to an order via a shared link

2\) Input the amount of tokens you wish to fill, and click the "Pay ETH" button to fill the order with the displayed ETH amount

3\) Confirm receipt of your new tokens!

Note: If the order has MEV bot protection on, you must wait 15 minutes before claiming your tokens. This is to prevent bots from taking advantage of arbitrage opportunities.


---

# 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/fulfilling-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.
