# Arbitrage

<figure><img src="/files/8qPZviLtZpBBCyc2JlPZ" alt=""><figcaption></figcaption></figure>

* <mark style="background-color:red;">Arbitrage</mark> is a strategy used by cryptocurrency traders to take advantage of price differences between different exchanges or markets. The idea is to buy an asset on an exchange where the price is lower and then sell it on another exchange where the <mark style="background-color:red;">price is higher,</mark> profiting from the difference.

#### The benefits of arbitrage include the possibility of quick gains and relatively low risk, since the strategy is based on price differences and not on the direction of the market.

* A numerical example would be if the price of Bitcoin (BTC) was being traded for $50,000 on one exchange and for $51,000 on another.&#x20;
* A trader could buy BTC for $50,000 on the first exchange and sell it for $51,000 on the second, making a profit of $1,000 per BTC.&#x20;
* Obviously, the process is not as simple, as exchanges have transaction fees and can take time to process withdrawals and deposits, but the general idea is this.


---

# 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://ultron-vault.gitbook.io/ultron-vault/features/arbitrage.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.
