# Setting up to trade

To trade, you will need to connect to one of the networks which gTrade is deployed on.

The guides for setting up on each network gTrade is available on are here:

* [Polygon Network Setup](/gtrade-leveraged-trading/setting-up-to-trade/polygon-network-setup.md)
  * Lowest gas costs
  * Supports lower position sizes
  * Requires 2 block confirmation (4 seconds)
  * Occasional reorgs
* [Arbitrum Network Setup](/gtrade-leveraged-trading/setting-up-to-trade/arbitrum-network-setup.md)
  * No block confirmations required
  * Fastest transactions
  * Slightly higher transaction cost
  * Higher minimum position size required

###


---

# 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://docs.gains.trade/gtrade-leveraged-trading/setting-up-to-trade.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.
