Hey everyone,
Quick context: a lot of token projects get listed on a CEX and then... nothing. Empty order book, ugly spread, one market order moves the chart into a sad candle. Traditional market makers want retainers, token loans, and your API keys. That is fine for some teams. Many others simply do not want to hand custody or keys to a black box.
So we open-sourced the tool we actually run ourselves.
ADAMANT Market-Making Software is a free, self-hosted market-making toolkit for token issuers. You install it on
your server, connect
your exchange account, and keep tokens / funds / API keys under your control.
No custody transfer.
No "send us your tokens and trust the process".
No third-party access to your exchange keys.
What it is for- Token issuers after CEX listing with a thin book or wide spread
- Teams that want better market quality without outsourcing custody
- Projects that prefer open-source + self-hosted over opaque MM retainers
- Small / early-stage tokens that need a free starter toolkit
- Mid-size projects that later want premium modules, custom connectors, setup help
What it does (basic / free)- Initial order book filling + dynamic order book building
- Spread / depth / liquidity support
- Buy & sell limit and market orders
- Price range settings
- Configurable trading policies (spread / order book / optimal / depth)
- Reference price / cross-pair / cross-exchange logic
- Account stats: fees, daily volume, balances, orders, bot stats
- Management via ADAMANT Messenger (secure command channel, no public admin panel)
Demo:
https://www.youtube.com/watch?v=JVR1U6ss9vUFree exchanges in the basic versionAzbit · P2PB2B · StakeCube · Coinstore · FameEX · NonKYC
Need another CEX? Premium / custom connectors are available.
Until
September 1, 2026 we may add a connector to your exchange for free or with a discount as part of onboarding — ping us.
How to run itnpm:
npm install -g adamant-tradebot
mkdir my-bot && cd my-bot
mm init
mm doctor
mm on
mm status
or Docker / git clone — see the README:
https://github.com/Adamant-im/adamant-tradebotDocs:
Installation ·
CommandsAbout premiumBasic is enough to start on supported exchanges.
Premium is optional: safer liquidity strategies, anti-cheat/cleaner, no-gap book, smoother chart behavior, DEX price watcher, WebUI / Telegram / CLI manager, extra exchanges, setup & support.
Feature list:
https://marketmaking.app/cex-mm/mm-features/What this is NOT- Not financial advice
- Not a price pump service
- Not a wash-trading / "fake volume" black box
- Not a guarantee of listings, rankings, or price action
You configure it, you run it, you stay responsible for exchange rules and local law.
Why trust it a bit more than a random bot repoIt is open-source, self-hosted, and comes from the ADAMANT ecosystem — a long-running open-source crypto project (messenger + tooling). You can read the code, audit behavior, and keep keys on your side. GitHub currently sits at 800+ stars with years of commits/releases.
ContactsEmail:
mm@adamant.imTelegram:
@adamant_businessADAMANT Messenger:
ADAMANT BusinessSite:
https://marketmaking.appQuestions, feedback, "does it support my exchange?" — post here or write directly.
Happy to help projects that actually want a healthier book without giving away the keys.
— adamant.im / ADAMANT Market Making