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

# 🎰 Classic Trading Mode

Once you have a wallet set up, simply access the Trade page and connect your wallet by selecting the "Connect Wallet" button.

You can choose to connect to Bitlayer or Base.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXcaJzUhBiYQQ9SxkJIoKEVb4Rq4oeAqpmpKpQs6JIm5i83Kim3uNop_uiEDOsQLHVfqqd4jT2B0BC9jd4bXbv2bjUuY2VW2nGtywh-bDro9ngQ3TCVMMoete14WB5WZWjCuRd1_?key=zj8JhXvF3UG5ESqUnVggDg9O)

If you see the message: "Your wallet is not connected to Bitlayer Mainnet", click on "Add Bitlayer Mainnet  to your wallet.

\
Another option is to manually add the network:

【Bitlayer Mainnet】

<https://chainlist.org/?search=bitlayer>

<https://docs.bitlayer.org/docs/Build/QuickStart>

**Opening a Position**

Click on "Long" or "Short" on the Trade page depending on which side you would like to open a leverage position on.

\
Long position:

Earns a profit if the token's price goes up

Makes a loss if the token's price goes down

Short position:

Earns a profit if the token's price goes down

Makes a loss if the token's price goes up

After selecting your side, key in the amount you want to pay and the leverage you want to use. Below the box you would see the "Take Profit/Stop Loss Price", which is the price that is used to lock profits/losses if you choose to close the position.&#x20;

\
Pro Mode is coming soon.

<figure><img src="/files/QwFboiCLuIyHFLaXif0O" alt=""><figcaption><p>Order Panel</p></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:

```
GET https://rolldex.gitbook.io/rolldex/classic-trading-mode.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.
