# Arb Bot Protection

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

Arb bots are pesky parasites that plague almost all of defi, and that includes OTC platforms as well! Generally, the way they work on an OTC platform is they will scan orders that are created, while comparing the order price to the Uniswap price, and then fill the order and immediately dump them on Uniswap.

This is not ideal for an OTC platform, because one of the selling points is that users can utilize peer-to-peer trades to mitigate unnecessary dumps on the chart. While it is still good in that an order creator’s order can get filled, it loses its benefits for potentially protecting the charts.

In order to mitigate this issue, orders now have a configurable option to allow a delay in token release, so that bots (and users) can’t insta-flip the tokens immediately after filling them. After filling an order with the delay enabled, the purchased tokens will remain locked for 5 minutes, and are claimable after that window.

The tokens are claimable in the purchasing user's Activity page.

"Delayed" can be enabled or disabled upon order creation, unless the partnered token project has enforced delay for all orders that contain their respective token.


---

# 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/features/arb-bot-protection.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.
