Skip to content

Commit 2ef40db

Browse files
committed
chore: update Readme
1 parent 048e183 commit 2ef40db

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff 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.
22

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.
44

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
68

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:
810

911
* Cryptocurrency projects (token issuers)
1012
* Cryptocurrency exchanges
1113

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.
1315

1416
![Trading chart](./assets/Making-chart.png)
1517

1618
![Market Making & OrderBook Building](./assets/OrderBook-Builder.gif)
1719

1820
# Profit trading
1921

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).
2123

2224
# Features
2325

@@ -37,19 +39,21 @@ For premium features, see [https://marketmaking.app/cex-mm/mm-features](https://
3739

3840
# Supported exchanges
3941

42+
In the free version, the bot supports the following exchanges out of the box:
43+
4044
* [P2PB2B](https://p2pb2b.com)
4145
* [Azbit](https://azbit.com?referralCode=9YVWYAF)
4246
* [StakeCube](https://stakecube.net/?team=adm)
4347
* [Coinstore](https://h5.coinstore.com/h5/signup?invitCode=o951vZ)
4448
* [FameEX](https://www.fameex.com/en-US/commissiondispense?code=MKKAWV)
4549
* [NonKYC](https://nonkyc.io?ref=655b4df9eb13acde84677358)
46-
* [XeggeX](https://xeggex.com?ref=656846d209bbed85b91aba4d)
50+
* More exchanges available in the premium version
4751

48-
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).
4953

5054
# Usage and Installation
5155

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.
5357

5458
[Installation and usage guide](https://marketmaking.app/cex-mm/installation/).
5559

@@ -83,7 +87,7 @@ Parameters: see comments in `config.jsonc`.
8387

8488
## Launching
8589

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:
8791

8892
```
8993
pm2 start app.js --name tradebot
@@ -101,6 +105,6 @@ git pull
101105
npm i
102106
```
103107

104-
Update `config.jsonc` if `config.default.jsonc` changed.
108+
Revise `config.jsonc` if `config.default.jsonc` changed.
105109

106110
Then `pm2 restart tradebot`.

0 commit comments

Comments
 (0)