LogoLogo
  • Welcome
  • General
    • Our Framework
    • How to Integrate
  • Instructions
    • Guide
    • Installation
    • API Keys
    • Management
    • Commands
    • Deployment
Powered by GitBook
On this page
  • Discord Commands
  • 1. Main Commands
  • Extra Parameters for Tracking and Trading
  • 2. Wallet Tracking Commands
  • 3. Trading Commands
  • 4. Tokenomics Commands
  1. Instructions

Commands

This section provides an overview of the Paradox bot commands for managing the agent, tracking wallets, executing trades, and analyzing tokenomics.

Every Paradox Agent command utilizes an API call to execute actions such as trading, wallet tracking, and tokenomics analysis. Each command constitutes a CU (Compute Unit) request, which draws from your account's CU balance. Please ensure your account has sufficient CUs available to avoid failed commands or disrupted agent functionality. If your CU balance is depleted, commands will not execute, and you may receive error notifications in the Discord channel.


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

/setadmin <user_id>

Sets an admin to have access to the agent.

/removeadmin <user_id>

Removes an admin.

/listadmins 

List all current admins that control the agent.

/listactivity 

List all current trading sessions activated by the agent.

/stopall

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.

Parameter
Default Value
Purpose

<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

/autotrade ca 1 custom 50 20 1440 1 on all
  • 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 <wallet_address>

Track a specific wallet.

/stoptrack <wallet_address>

Stops tracking a wallet.

/list_transactions <wallet_address>

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.

/buy <token> <amount>

Initiates the purchase of the specified amount of a token in SOL.

/sell <token> <amount>

Executes the sale of the specified amount of a token in SOL.

/buywhen <token> <amount> <determinant> <limit>

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.

/sellwhen <token> <amount> <determinant> <limit>

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.

/autotrade <token> <amount> <personality> <gain_percent_change> <loss_percentage_change> <totaltime_in_minutes> <reqs_per_minute> <moredetails> <platform> 

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.

Trading Personality
Will Sell on Gain%
Will Buy on Loss%

Scalper

5%

3%

Safe

20%

15%

Conservative

40%

20%

Aggressive

50%

25%

Degen

250%

70%


4. Tokenomics Commands

/getcoindetails <token>

Returns a coins details(price & market cap) on the desired platform

/getprice <token>

Returns a token's price.

/getmcap <token>

Displays the market cap of a token.

/getmycoindetails

Returns the token associated with the agent

/getmycoinmcap

Returns the market cap of the agent's coin in SOL.

/getmycoinprice

Returns the price of the agent's coin in SOL.


PreviousManagementNextDeployment

Last updated 3 months ago