Commands
This section provides an overview of the Paradox bot commands for managing the agent, tracking wallets, executing trades, and analyzing tokenomics.
Discord Commands
Be cautious when granting access to the agent on Discord, as users with permission can manage the agent's transactions.
1. Main Commands
Sets an admin to have access to the agent.
Removes an admin.
List all current admins that control the agent.
List all current trading sessions activated by the agent.
Stop all active trading and tracking sessions.
Extra Parameters for Tracking and Trading
When using Paradox trading and management commands, several optional parameters can be customized to fine-tune the agent's behavior. Below are the available parameters, their default values, and how to use them effectively.
<gain_percent_change>
100
Specifies the percentage gain at which the agent automatically sells a coin.
<loss_percent_change>
50
Specifies the percentage loss at which the agent automatically buys a coin.
<total_time_in_minutes>
60
Defines how long the function runs, can be any number in minutes.
<reqs_per_minute>
1
Sets the number of API requests per minute, ensure CU usage is not exceeded.
<moredetails>
false
If true, displays the transaction signature (txhash) for more transparency.
<platform>
discord
Specifies where updates are posted. Options: twitter, telegram, or all.
Example Usage
ca: The coin address
1: Trade amount (e.g., 1 SOL)
custom: Trading personality or strategy
50: Sets gain_percent_change to 50%
20: Sets loss_percent_change to 20%
1440: Runs the function for 1440 minutes (24 hours)
1: Sets 1 request per minute
on: Enables moredetails to show the transaction signature
all: Posts updates to Discord, Twitter, and Telegram
2. Wallet Tracking Commands
Track a specific wallet.
Stops tracking a wallet.
Displays recent transactions for a tracked wallet.
3. Trading Commands
Each trading function includes a /stopfunction
command, allowing users to individually halt specific trading activities without needing to use /stopall
. This provides granular control over which functions remain active and which are paused or stopped. If multiple instances of the same function are running, ensure you stop the specific function associated with the intended token.
Initiates the purchase of the specified amount of a token in SOL.
Executes the sale of the specified amount of a token in SOL.
Purchase a coin at a certain price(in SOL), or market cap. Determinant is price(in SOL) or market cap. The limit sets a maximum price or market cap, ensuring the trade only executes if conditions remain below the specified range, preventing overpayment or unfavorable market moves, even with slippage considered.
Sell a coin at a certain price(in SOL), or market cap. Determinant is price(in SOL) or market cap. The limit sets a maximum price or market cap, ensuring the trade only executes if conditions remain above the specified range, preventing underpayment or unfavorable market moves, even with slippage considered.
Automatically trades based on selected personality (In table below). If user selects custom for the personality parameter, they must change the gain percentage and loss percentage to their desired range.
Scalper
5%
3%
Safe
20%
15%
Conservative
40%
20%
Aggressive
50%
25%
Degen
250%
70%
4. Tokenomics Commands
Returns a coins details(price & market cap) on the desired platform
Returns a token's price.
Displays the market cap of a token.
Returns the token associated with the agent
Returns the market cap of the agent's coin in SOL.
Returns the price of the agent's coin in SOL.
Last updated