You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,25 @@
1
-
ADAMANT Trading & Market making bot is a software that allows to run trades on crypto exchanges, make trade volume, maintain spread and liquidity, set price range, and build live-like dynamic order book.
1
+
ADAMANT’s market-making bot is software that enables trading on cryptocurrency exchanges. It helps generate trading volume, maintain spread and liquidity, set price ranges, and build a live-like dynamic order book.
2
2
3
-
This is a free version. For premium features, see [https://marketmaking.app/cex-mm/mm-features](https://marketmaking.app/cex-mm/mm-features/).
3
+
This is the free version — suitable for small crypto projects with low liquidity, traded on centralized exchanges from the open list.
4
4
5
-
# Market making
5
+
For premium features, see [https://marketmaking.app/cex-mm/mm-features](https://marketmaking.app/cex-mm/mm-features/).
6
+
7
+
# Market-making bot
6
8
7
-
In Market-making mode, the bot places orders and executes them by itself, making a trading volume, maintaining spread and liquidity; builds live-like dynamic order books, and watches a token price. Market making helps:
9
+
In Market-making mode, the bot automatically places and executes orders to generate trading volume, maintain spread and liquidity, build live-like dynamic order books, and track token prices. Market making is useful for:
8
10
9
11
* Cryptocurrency projects (token issuers)
10
12
* Cryptocurrency exchanges
11
13
12
-
See [marketmaking.app](https://marketmaking.app) to look at the bot possibilities.
14
+
See [marketmaking.app](https://marketmaking.app) to explore the bot’s full list of features.
13
15
14
16

15
17
16
18

17
19
18
20
# Profit trading
19
21
20
-
Profit trading is a mode in which a bot runs orders according to some strategy. For Profit trading, see other software—[CoinOptimus](https://github.com/Adamant-im/adamant-coinoptimus).
22
+
Profit Trading is a mode where the bot executes orders based on a chosen strategy. For profit-trading functionality, see our other software—[CoinOptimus](https://github.com/Adamant-im/adamant-coinoptimus).
21
23
22
24
# Features
23
25
@@ -37,19 +39,21 @@ For premium features, see [https://marketmaking.app/cex-mm/mm-features](https://
37
39
38
40
# Supported exchanges
39
41
42
+
In the free version, the bot supports the following exchanges out of the box:
To add other exchange support, see [https://marketmaking.app/cex-mm/mm-features/#add-more-exchanges](https://marketmaking.app/cex-mm/mm-features/#add-more-exchanges).
52
+
To add support for other exchanges, see [https://marketmaking.app/cex-mm/mm-features/#add-more-exchanges](https://marketmaking.app/cex-mm/mm-features/#add-more-exchanges).
49
53
50
54
# Usage and Installation
51
55
52
-
After installation, you control the bot in secure ADAMANT Messenger chat directly. It's self-hosted.
56
+
After installation, you control the bot directly via a secure ADAMANT Messenger chat. The bot is fully self-hosted.
53
57
54
58
[Installation and usage guide](https://marketmaking.app/cex-mm/installation/).
55
59
@@ -83,7 +87,7 @@ Parameters: see comments in `config.jsonc`.
83
87
84
88
## Launching
85
89
86
-
You can start the Bot with the `node app` command, but it is recommended to use the process manager for this purpose.
90
+
You can start the bot with the `node app` command, but it is recommended to run it under a process manager:
87
91
88
92
```
89
93
pm2 start app.js --name tradebot
@@ -101,6 +105,6 @@ git pull
101
105
npm i
102
106
```
103
107
104
-
Update`config.jsonc` if `config.default.jsonc` changed.
108
+
Revise`config.jsonc` if `config.default.jsonc` changed.
0 commit comments