> For the complete documentation index, see [llms.txt](https://docs.futuregold.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.futuregold.us/ai-arbitrage-trade-system/4.-product-solution/4.5.-stage-3-arbitrage-chain-trading.md).

# 4.5. Stage 3: Arbitrage Chain Trading

As the market evolves more cryptocurrency projects and exchanges are established. This leads to an even higher inequality of the market prices on exchanges, which gives more arbitrage opportunities. Because of the variety of coins and tokens, certain combinations of arbitrage chains are more profitable than just trading pairs. However, the calculation for feasible combinations is very complex, as more variables have to be taken into account to find the most promising arbitrage cases. Therefore, the Future Gold Arbitrage Team is developing the Future Gold wallet with integrated cloud computing capability to be able to calculate complex optimizations in an adequate time in the given solution room, which is determined by dynamic variables. The more computing power the ecosystem can provide, the more Coins/Tokens and exchanges can be included in the calculations, which increases the multi-dimensional solution room. This leads to more trading possibilities and higher returns.&#x20;

The example below shows a chain trading arbitrage opportunity:

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


---

# 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://docs.futuregold.us/ai-arbitrage-trade-system/4.-product-solution/4.5.-stage-3-arbitrage-chain-trading.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.
