mytoolsdocs

What mytools is

An operator console for launching and trading tokens on BNB Smart Chain and Robinhood Chain.

mytools is a single web console for the things a token operator does by hand and would rather not: create a token, buy it from many wallets at once, watch what those wallets hold, sell it back, and move funds around in between.

It runs against live money. There is no test mode and no undo. Every page in this section tells you what a button costs and what it cannot take back.

The two chains

The chain switcher under the logo changes more than a label: the accent colour, the coin name, the launchpads on offer and the venues a token can trade on all follow it. A launch fired on the wrong chain spends real money and cannot be reversed, so the console makes the chain hard to mistake. On BNB Smart Chain the accent is orange; on Robinhood Chain it is the chain's own acid green.

The shape of a session

  1. Set an RPC once per chain, in Settings. Everything reads and sends through it.
  2. Get wallets. Generate or import them in Wallets, then fund them with the Wallet Funder (from one of your own wallets) or the CEX Funder (through an exchange, so they share no ancestor).
  3. Launch or buy. Token Launch for a new token on a launchpad, Create Token for a plain one on a DEX, Bundler for a token that already exists.
  4. Watch and exit. Every launch and bundle is recorded in Tokens, which is also where you sell.
  5. Tidy up. Fund Tools pulls what is left in the wallets back into one address.

Every tool

How the pages are written

Every tool page follows the same order: what the tool does, each field on the form and what it changes, what the estimate panel is telling you, what the log says while it runs, and what can go wrong with the fix for each case. If you only read one section, read the last one.

Before you spend anything

Private keys are the product

Every tool here takes private keys. They are encrypted at rest under a server secret and never leave the server, but a key you paste into any tool is a key that tool can spend. See Keys and secrets.

The console charges a platform fee: 1% on what a launch or a bundle spends buying, 1% on sale proceeds, 0.5% on the volume a bot prints, 1% on a CEX funding order. It is always disclosed on the page before you act, and it is only ever taken after the action succeeded. See Fees.

If something looks wrong, start with Troubleshooting: most problems in this console are an RPC problem wearing a different name.

On this page