# Getting started

CyberDEX functions on Optimism and therefore, to begin trading - you need a web3 wallet (e.g. MetaMask, Zerion, Rainbow) and to set up the optimism network. This can be done automatically by clicking on “Connect Wallet” and adding Optimism network to your browser/mobile wallet. Majority of the modern wallets have already added the Optimism RPC, therefore in most of the cases, no additional steps are necessary.

<figure><img src="/files/0mUpMmvZWMSeN9E8LeG4" alt=""><figcaption></figcaption></figure>

If it’s not possible to add it manually, please check with your wallet support if there’s an option to add Optimism. Alternatively, the address can be migrated (via the private key or seed phrase to another wallet provider).&#x20;

You will need some ETH bridged on Optimism for gas fees. This can be done via the [Optimism Gateway](< https://app.optimism.io/bridge/deposit>): the official bridge made by the Optimism Network.

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

After you are set with ETH on Optimism, you can either bridge the stablecoins through the same bridge (and subsequently swap them on 1Inch) or you can swap some of ETH you have bridged on 1Inch if you have enough to start trading.  

{% hint style="info" %}
**Note:** minimum limit is 50 sUSD to open a trade
{% 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://cyberdex.gitbook.io/exchange/first-steps/getting-started.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.
