ADAMANT Exchange Bot is software that allows you to launch your own exchange, anonymous, instant, and convenient. Exchange bots work in ADAMANT Messenger chats directly.
Coins supported:

Read more: Multiple anonymous crypto exchanges on the ADAMANT platform.
su - adamant
git clone https://github.com/Adamant-im/adamant-exchangebot
cd ./adamant-exchangebot
npm i
The bot will use config.jsonc if available, or config.default.jsonc otherwise.
cp config.default.jsonc config.jsonc
nano config.jsonc
Parameters: see comments in the config file.
You can start the Exchange Bot with the node app command, but it is recommended to use the process manager for this purpose.
pm2 start --name exchangebot app.js
crontab -e
Add string:
@reboot cd /home/adamant/adamant-exchangebot && pm2 start --name exchangebot app.js
su - adamant
cd ./adamant-exchangebot
pm2 stop exchangebot
npm i
Update config.jsonc if config.default.jsonc changed.
Then pm2 restart exchangebot.
$ claude mcp add adamant-exchangebot \
-- python -m otcore.mcp_server <graph>