# Arbitrage Bot

{% hint style="warning" %}
**Limited Developer Support**

All assets represented in this library are community built, which means limited support from the Agoric OpCo development team. Please use components, APIs, and front-ends with caution. &#x20;
{% endhint %}

## **Summary**

This component is a bot that is able to arbitrage prices between a pool on Osmosis and a pool on the Agoric AMM. It is an off-chain bot that can make nearly simultaneous off-setting trades on the Agoric AMM and Osmosis DEX given a divergence in price.&#x20;

Note: The Agoric AMM has not been launched in production.

## **Details**

A goal of the Agoric AMM is to maintain prices that are in line with the external market. A tight coupling to external DEXs like Osmosis through arbitrage bots will help achieve this goal.

## Explore on GitHub

<https://github.com/simpletrontdip/agoric-osmosis-bot>

{% hint style="info" %}
Built by [Simpletrontdip](https://github.com/simpletrontdip)
{% endhint %}


---

# 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://components.agoric.com/smart-contracts/defi/arbitrage-bot.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.
