- `/help <page>` - Navigates through the help pages.
---
+
+
## Stock Exchange
+
+
The BlockyCRAFT economy revolves around the Stock Exchange. This is where you can multiply your wealth by trading items (commodities) in real-time with other players. The base currency for all major trades is the **Iron Ingot (IRON)**.
+
+

+
+
### Interface Overview
+
+
The interface is divided into panels that provide vital information for your trades:
+
+
1. **Trading Pair (Top):** Shows which item is being traded (e.g., `DIAM/IRON` means Diamonds for Iron).
+
2. **Price Chart (Center):** A candlestick chart showing the appreciation or depreciation of the item over time.
+
3. **Order Book (Left):** List of all open buy and sell orders.
+
4. **Order Panel (Below the chart):** Where you execute your buy or sell operations.
+
5. **Market List (Right):** Other items available for trading (Gold, Coal, Cobblestone, etc.).
+
6. **Market History (Lower Right):** Shows the entire history of that market.
+
+
### Order Book
+
+
The "Order Book" is the heart of the market. It shows the players' intentions.
+
+

+
+
- **Red (Upper part):** **Sell** orders. Players wanting to sell the item and asking a price for it.
+
- **Green (Lower part):** **Buy** orders. Players wanting to buy the item and offering a price.
+
- **Spread:** The difference between the cheapest sell price and the highest buy price.
+
+
::: info
+
In the example image, there are two buy orders and two sell orders, with a 2.88% price difference (spread).
+
:::
+
+
### How to Buy and Sell
+
+
In the lower center panel, you will find the trading forms.
+
+

+
+
#### Order Types
+
+
You can trade in two ways by selecting the **Market** or **Limit** tabs:
+
+
- **Market:** Buys or sells **immediately** at the best available price in the order book. It's fast, but you don't choose the exact price.
+
- **Limit:** You set the **Price** you want to pay or receive. Your order will remain in the order book waiting for someone to accept it.
+
+
#### Filling the Order
+
+
1. **Price:** How much each unit costs (Limit orders only).
+
2. **Quantity:** How many items you want to trade (e.g., how many Diamonds).
+
3. **Total:** The total value of the transaction in Iron Ingots.
+
+
::: info
+
Use the slider below the fields to automatically fill a percentage of your available balance (e.g., use 50% of your Iron to buy Diamonds).
+
:::
+
+
### History and Other Markets
+
+
On the right side, you can monitor what is happening in real-time.
+
+

+
+
- **Instrument List:** Click on a pair (e.g., `GOLD/IRON`) to switch markets and view that item's chart.
+
- **Trade History:** Shows the latest successfully executed transactions, allowing you to see what the item is actually trading for.
+
+
---
+
+
## BMM (Blocky Market Maker)
+
+
For advanced players who wish to provide liquidity to the market and profit from the _spread_, we offer the **[BMM](https://github.com/zukrmn/BlockyMarketMaker)**. This is an open-source bot, developed in Python, that automates your trades on the BlockyCRAFT Stock Exchange.
+
+
The bot operates with **Market Making** strategies, placing buy and sell orders simultaneously to capture the price difference (spread), ensuring liquidity for the server and profit for the operator.
+
+
::: danger
+
**Risk Warning:** Using bots involves financial risks. An incorrect configuration can quickly drain your IRON balance or items. Test with low values before operating heavily. Do not use the bot's default settings and modify at your own risk.
+
:::
+
+
### Features
+
+
- **Automated Market Making:** Maintains active buy and sell orders.
+
- **Auto-Hedge and Rebalancing:** Automatically adjusts prices based on the market.
+
- **WebSocket Integration:** Reacts to trades in real-time (low latency).
+
- **Local Web Dashboard:** Visual interface to track your profits and status.
+
- **Circuit Breaker:** Automatically pauses trading if volatility is extreme or if the API fails.
+
+
### To create your own Market Making bot, here are useful links: