> For the complete documentation index, see [llms.txt](https://docs.infinitetrading.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infinitetrading.io/introduction.md).

# Introduction

- [What is Ethereum?](https://docs.infinitetrading.io/introduction/what-is-ethereum.md): The foundation for our digital future
- [Scaling Solutions](https://docs.infinitetrading.io/introduction/what-is-ethereum/scaling-solutions.md)
- [What Is Polygon?](https://docs.infinitetrading.io/introduction/what-is-ethereum/scaling-solutions/what-is-polygon.md)
- [What is Optimism ?](https://docs.infinitetrading.io/introduction/what-is-ethereum/scaling-solutions/what-is-optimism.md)
- [What is Base ?](https://docs.infinitetrading.io/introduction/what-is-ethereum/scaling-solutions/what-is-base.md): Coinbase BASE Ethereum L2 Chain Information
- [Rabby Wallet](https://docs.infinitetrading.io/introduction/what-is-ethereum/rabby-wallet.md): Use INFINITETRADING as your referral code to support our project.
- [MetaMask](https://docs.infinitetrading.io/introduction/what-is-ethereum/metamask.md): What is metamask ?
- [What is dHedge Protocol ?](https://docs.infinitetrading.io/introduction/what-is-dhedge-protocol.md)
- [What is Velodrome Finance ?](https://docs.infinitetrading.io/introduction/what-is-velodrome-finance.md): Why it's a next-gen AMM
- [Infinite Trading App](https://docs.infinitetrading.io/introduction/infinite-trading-app.md): Unlock the full potential of automated trading, AI and DeFi.
- [Benefits](https://docs.infinitetrading.io/introduction/infinite-trading-app/benefits.md)
- [Getting set up](https://docs.infinitetrading.io/introduction/infinite-trading-app/getting-set-up.md): How to invest the decentralized automated strategies?
- [Understanding Fees](https://docs.infinitetrading.io/introduction/infinite-trading-app/understanding-fees.md): Decoding Fees in Digital Asset Transactions


---

# 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.infinitetrading.io/introduction.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.
