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

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