Page cover

Trading Commands

  1. Swap Tokens

    • Command:

      swap <amount> <token_to_swap> for <token_to_receive>
    • Example:

      swap 0.1 SOL for USDC
    • Explanation: Core AI will swap the specified amount of one token for another using Jupiter.

  2. Transfer Tokens

    • Command:

      transfer <amount> <token> to <recipient_wallet_address>
    • Example:

      transfer 10 USDC to F8bRi9...A2Z
    • Explanation: Sends the specified amount of a token to the given Solana wallet address.

  3. Transfer SOL

    • Command:

      send <amount> SOL to <recipient_wallet_address>
    • Example:

      send 0.5 SOL to F8bRi9...A2Z
    • Explanation: Sends the specified amount of SOL to the provided wallet address.

Last updated