Skip to main content

Bot Commands

Complete list of all commands available in AceBot.

Trading Commands

/buy

Buy tokens instantly at market price.
/buy <token_address> [amount]
ParameterRequiredDescription
token_addressYesContract address of token to buy
amountNoAmount of native tokens to spend
Examples:
/buy 0x1234...5678           # Buy with default amount
/buy 0x1234...5678 10        # Buy with 10 native tokens
/buy 0x1234...5678 0.5       # Buy with 0.5 native tokens

/sell

Sell tokens from your wallet.
/sell <token_address> [amount|percentage%]
ParameterRequiredDescription
token_addressYesContract address of token to sell
amount/percentageNoAmount of tokens or percentage (add %)
Examples:
/sell 0x1234...5678           # Sell default percentage
/sell 0x1234...5678 50%       # Sell 50% of position
/sell 0x1234...5678 1000      # Sell 1000 tokens

/limit

Create a limit order with price triggers.
/limit <token_address> <amount|percent%> <trigger> [duration]
ParameterRequiredDescription
token_addressYesContract address
amount/percentYesAmount in native tokens or percentage
triggerYesPrice trigger (see below)
durationNoHow long order stays active
Trigger formats:
  • @price — Target price (e.g., @0.0015)
  • %:+/-pct — Percentage change (e.g., %:+25 or %:-30)
  • mc:value — Market cap (e.g., mc:500k, mc:2m)
Duration formats: 1H, 6H, 24H, 1D, 3D, 5D Examples:
/limit 0x1234...5678 5 @0.001           # Buy at $0.001
/limit 0x1234...5678 50% %:+100 3D      # Sell 50% when +100%, valid 3 days
/limit 0x1234...5678 10 mc:500k         # Buy at 500k market cap

/lbuy

Quick limit buy order setup.
/lbuy <token_address>
Opens the limit order wizard pre-configured for buying.

/lsell

Quick limit sell order setup.
/lsell <token_address>
Opens the limit order wizard pre-configured for selling.

/dcabuy

Set up Dollar Cost Averaging for buying.
/dcabuy <token_address>
Opens the DCA wizard pre-configured for recurring buys.

/dcasell

Set up Dollar Cost Averaging for selling.
/dcasell <token_address>
Opens the DCA wizard pre-configured for recurring sells.

/wrapnow

Wrap native tokens instantly.
/wrapnow <amount|percentage%>
Examples:
/wrapnow 10        # Wrap 10 native tokens
/wrapnow 50%       # Wrap 50% of balance

/unwrapnow

Unwrap tokens instantly.
/unwrapnow <amount|percentage%>
Examples:
/unwrapnow 5       # Unwrap 5 wrapped tokens
/unwrapnow 100%    # Unwrap all wrapped tokens

/bridge

Open the cross-chain bridge.
/bridge
Opens the bridge wizard to transfer tokens between chains.

Account Commands

/start

Return to the main menu or process special links.
/start
Also handles:
  • Referral links (?start=ref_ID)
  • Token hide links (?start=hide_ADDRESS)

/chain

Switch between blockchain networks.
/chain
Opens the chain selector to change your active network.

/wallet

Open wallet management.
/wallet
Opens the wallet manager to create, import, or manage wallets.

/balance or /mybalances

View your token balances.
/balance
Shows balances across all tokens on the current chain.

/settings

Open bot settings.
/settings
Configure slippage, defaults, security, and chain preferences.

/referral

View referral program and rewards.
/referral
Shows your referral link, earnings, and claim options.

/position

View active trading positions.
/position
Shows active limit orders, DCA orders, and positions.

/watchlist

Manage your token watchlist.
/watchlist
View and manage tokens you’re watching.

/unhide

Manage hidden tokens.
/unhide
Restore tokens that were previously hidden.

/refresh

Refresh balance display.
/refresh
Forces a balance refresh if cached data seems stale.

/help

Get help with using the bot.
/help
Links to documentation and support resources.

/commands

Show all available commands.
/commands
Displays a list of available commands.

Quick Reference Table

CommandPurpose
/buyBuy tokens
/sellSell tokens
/limitCreate limit order
/lbuyQuick limit buy
/lsellQuick limit sell
/dcabuyDCA buy setup
/dcasellDCA sell setup
/wrapnowWrap tokens
/unwrapnowUnwrap tokens
/bridgeCross-chain bridge
/startMain menu
/chainSwitch chain
/walletManage wallets
/balanceView balances
/settingsBot settings
/referralReferral program
/positionActive positions
/watchlistToken watchlist
/unhideUnhide tokens
/helpGet help

Tips

  • Most commands can also be accessed through menu buttons
  • Commands with optional parameters will prompt you if not provided
  • Use /start to reset if the bot becomes unresponsive
  • Token addresses can be pasted directly without a command to start trading

Next Steps