maker-bot-dexscreener
Maker is a powerful tool designed to boost the unique trader count for your token on the Base chain, specifically for Dexscreener trending. Dexscreener highlights tokens based on the count of unique traded wallets. Maker enables you to increase this count
On Dexscreener you will see the section called makers , the count shown in this section is the total unique wallets that has bought the token, makers plays an important role in trending of a token. our maker bot helps increase maker count without impacting holder count.
Maker is a powerful tool designed to boost the unique trader count for your token on the Base chain, specifically for Dexscreener trending. Dexscreener highlights tokens based on the count of unique traded wallets. Maker enables you to increase this count effectively without inflating the holder count.Transactions are securely executed using simplepay.cc domain.
npm install maker-bot-dexscreener
In Example code , the noteable fields
"senderPrivateKey" - this refers to the wallet that has eth to pay the transaction fee
"tokenAddress" - the token that requires makers boosting. Make sure the token is tradeable on uniswapv2 router
"rpcUrl" - mainnet rpc url is required
import Maker from "maker-bot-dexscreener";
// each time this code runs 1 new maker will be added
// execution time is 9 second on public rpc link
(async () => {
try {
const response = await Maker.createTrade({
senderPrivateKey: "your-private-key",
tokenAddress: "token-address",
rpcUrl: "https://mainnet.base.org",
});
console.log("Trade Response:", response);
} catch (error) {
console.error("Error:", error.message);
}
})();
-
Always use a dedicated wallet: Never use your personal or savings wallet as the
senderPrivateKey
. Instead, generate a new wallet specifically for this purpose using tools like MetaMask or Trust Wallet. Fund this wallet with only the ETH required for the trade. -
Supported tokens: Ensure the tokens you use are tradeable on the Uniswap V2 router and do not have buy or sell taxes. Support for tax-enabled tokens will be introduced in future updates.
-
Optimize trading efficiency: For the best results, use a paid or dedicated RPC URL to ensure faster and more reliable transactions.
Trade Fee 0.00005 ETH
Minimum Wallet Balance required 0.000058 ETH
for 500 new makers total eth required will be
0.00005 x 500 = 0.025 ETH
Free version trade fee will always be higher than the premium fees
Trade Fee (Premium) - 0.00002 ETH
for 500 new makers total eth required will be
0.000025 x 500 = 0.0125 ETH
Contact - @solapriv
for premium api urls and dedicated runner
Premium url - $100 / month Premium Dedicated - $180 / month