DEXBOT EN
From: 0,00 USDC for 1 month
DEXBOT is an autonomous crypto-bot that makes trades 24/7 directly from your wallet. No exchanges, no intermediaries, no blocks. Maximum security, flexible settings, Telegram notifications, and an RSI-based strategy. A strategy for accumulating and making additional purchases. An additional personal bot for Telegram settings is included in the package.
| License | 1 month, 12 months, 6 months |
|---|
Server Requirements

Processor (CPU)
from 1.5 GHz, 1 core and above

Random Access Memory
at least 1 GB

Disk space (HDD/SSD)
from 5 GB

The operating system
Linux Ubuntu 22.04 or later
🛡️ It is recommended to use a VDS with a dedicated IP and stable Internet connection. The average cost is from 1.5$ per month.
DEXBOT is a new generation autonomous cryptorobot

Start earning with DEXBOT already today. Do you want to manage the crypto market, not catch up with it?
DEXBOT — your personal cryptointelligence.
Constant automatic trading without days off or breaks. The bot does not require constant participation and monitors the market around the clock.
It tracks hundreds of tokens and uses RSI and other metrics to make decisions about entering and exiting positions.
Every trade is tracked: from purchase to sale. You always see the status, profit, and position parameters directly in Telegram.
It eliminates the human factor. All decisions are made based on algorithms and clearly defined parameters.
🔗 SUPPORTED NETWORKS
🌍 SUPPORTED LANGUAGES
The Telegram bot’s interface and all notifications are available in 45+ languages. The language is set in the Telegram bot.
💡 Haven’t found your language? Write to us and we will add it!

🤖 What is DEXBOT and why do you need it?
In the world of decentralized finance (DeFi), it is important not only to “hold” tokens, but also to be able to manage them effectively. DEXBOT is a modern cryptobot designed to automate token trading on different blockchains without the involvement of centralized exchanges. It works with your wallets directly via Web3, completely offline, without transferring funds to third parties.
The main idea of DEXBOT — A smart, autonomous and secure trading assistant, which works 24/7, requires no manual intervention and is always under control.
You can set up a bot in 10-15 minutes, even without programming experience. It runs on your own server (such as a VPS), exchanges tokens according to a predefined strategy, and sends all notifications to Telegram.
📌 DEXBOT is a step towards independent, automated, and secure trading. It is perfect for both beginners and experienced traders, arbitrageurs, and those who want to earn money from crypto without unnecessary risks.
⚙️ What DEXBOT can do:
-
Automatic trading on more than 20 blockchains (Ethereum, BSC, Solana, Arbitrum, etc.)
-
Support for RSI, take profit and trailing strategies
-
Full control via Telegram bot
-
Notifications about transactions, errors, balance, failures
-
Support for licenses and test mode
-
Reliable architecture: async, RPC rotation, anti-freeze
-
Full localization in 40+ languages
And most importantly — all tokens and keys are stored only with you. There are no risks of blocking accounts or freezing funds on the exchange.
DEXBOT is not just a set of arbitration scripts. This a structured system with a well-thought-out architecture, written with stability, security, and scalability in mind. If you are a programmer, then from the first lines of the code it will become clear that the project is not “on the knee”.

Asynchronous architecture
The whole bot is built on async/await. This allows you to simultaneously work with dozens of tokens, quickly receive quotes, verify transactions and not block the execution of tasks. All key modules are fully asynchronous.

Smart logging and anti-spam
The logging system hides confidential data. Telegram notifications are filtered by an anti-spam mechanism — no duplicates or unnecessary noise. Only the important things, and only when necessary.

A well-thought-out trading engine
The trade is checked, RSI and limits are taken into account. Protection against repeated purchases, commission accounting and checking the current price. The bot is not in a hurry — it analyzes, compares and then trades.
DEXBOT Update History
🔄 New features and important updates in the bot
Stability and Reliability Under the hood, we've fixed a number of hidden bugs: we've eliminated "silent" background task crashes, improved cancellation handling, added proactive warnings about low gas balances in wallets (to prevent trades from stopping unexpectedly), and cleaned up legacy code. All this makes the bot smoother and more predictable.
New Profit Dashboard (P&L) A convenient net profit dashboard (excluding gas) has been added to the trading section. It immediately displays the overall results for all bots and a breakdown for each: Trading, AI, and Grid—with win-rate statistics (how many trades were positive or negative), average result, and a breakdown by network. It can be accessed directly from the main menu.
Mixer Update—Privacy Now Works Out of the Box We've completely redesigned the mixer. It now automatically changes your IP address via the TOR network at each mixing step. All transfers are processed through Monero (XMR) with ring signatures, which sever the link between what you deposited and what you received. No registration, no API keys, and no unnecessary steps: everything works automatically on public anonymous services.
- How it works — now a clear explanation right in the bot We've added a clear, simple explanation to the mixer screen: which networks are supported (Ethereum, BSC, Arbitrum, Optimism, Base, Polygon, Avalanche, Fantom, and Solana), that funds are anonymously routed through Monero with a changed IP, and how exactly you get the result at the end. Input and output can be on different networks — for example, you deposited USDC on BSC and received it on another network to your address.
- Don't have your own wallet? The bot will create a starter one. If you don't have a wallet connected, the bot will automatically create a starter wallet for you and provide all access details — address, private key, and seed phrase. Simply transfer the required amount to it, click "Verify and Run," and the mixer does the rest: exchanges it for the required amount, processes it through Monero, covers the network fee (gas), and sends the cleared funds to your address (or to a new wallet, whose details you also receive).
- Your keys are protected and won't be lost All created wallet data is saved for 72 hours—in case something goes wrong and the funds need to be restored. Once you've received the funds, you can click "Received funds," and the keys are immediately deleted. If you don't click "Received funds," they will automatically be deleted after 72 hours. This way, you'll never be without access, but unnecessary secrets won't hang around forever.
- Honest and transparent commission minimum commission The mixer's commission is only 0.3% of the amount (about half the price of typical mixers), with a minimum of $0.70 for very small amounts. Now, the rate and minimum are visible right on the calculation screen, plus a full breakdown of all expenses (exchanges, Monero network, gas)—no hidden fees.
🗓️ June 24, 2026
⛽ Gas valuation adjustment
🗓️ June 18, 2026
☣️ Minor bug fixes and minor bot improvements
Gas optimization for approve (main). We've reworked the approval logic for swaps on EVM networks. Previously, for the main trading path, approval was issued exactly for the trade amount, requiring a new approve transaction before each trade and wasting excess gas. Now, a hybrid scheme is in place: for verified routers and aggregators (1inch, 0x, ParaSwap, and a configured DEX router), approval is issued once without a limit, after which repeat approvals are not required at all, eliminating constant gas waste. At the same time, for unverified addresses (direct pools), a secure approval is maintained strictly per trade, so that in the event of a compromise, the maximum loss is limited to a single trade, not the entire token balance.
Dynamic commission calculation for approve. The approve fee has been adjusted to the same smart logic already used for swaps: the gas price is calculated dynamically based on the current network load (EIP-1559, the base fee percentile for the most recent blocks) with overpayment ceilings, instead of static values from the config. We also fixed a default desynchronization issue that could cause the gas balance check and the actual approve fee to use different fee values.
Automatic RAM usage adjustment. The threshold at which the bot actively purges caches is now determined automatically based on the server's RAM capacity, rather than being set to a fixed value. Previously, a fixed value was used, which resulted in purges triggering too late on some servers, leading to the system switching to swap (hence the constant "Critical swap usage" warnings). Now the threshold is automatically adjusted to the server (for example, for 8 GB – around 2 GB), which reduces memory pressure and helps avoid swap bottlenecks.
Starter preset for first installation. We've added a ready-made starting configuration to make it easier for new users to get started. During the first installation, one of the most liquid trading pairs is created for each blockchain (BSC→BNB, Solana→SOL, Arbitrum→ETH, Optimism→ETH, Ethereum→WETH, Osmosis→OSMO, Juno→JUNO) with a minimum entry amount of $5. Each pair is pre-configured with a balanced strategy based on a consensus of indicators (RSI, MACD, EMA, ADX, Stochastic, Bollinger with standard parameters and weights): entries are made only when confirmed by multiple indicators, reducing the number of false entries.
Auto trading is disabled by default—the pairs and strategy are fully configured, but the bot does not start trading until the user enables them after funding their wallet. This does not affect existing settings—the preset is applied only to a clean database.

























































