Usage Examples
Below are practical examples for each tool, including command syntax, sample output, and important notes.
1. Check Solana Balance (check-solana-balance)
Syntax:
Example:
Sample Output:
Notes:
Requires a valid Solana wallet address.
Balance is returned in SOL (not lamports).
2. Check Token Balance (check-token-balance)
Syntax:
Example:
Sample Output:
Notes:
Ensure the token mint address is valid.
Returns balance in the token’s native units.
3. Audit Token Security (audit-token-security)
Syntax:
Example:
Sample Output:
Notes:
Checks for potential red flags (e.g., active mint authority, concentrated supply).
Use to evaluate token trustworthiness before trading.
4. Send Solana (send-solana)
Syntax:
Example:
Sample Output:
Notes:
Warning: Double-check the recipient address and amount. Transactions are irreversible.
Requires
USER_PRIVATE_KEY
in the configuration.Ensure sufficient SOL for fees.
5. Send Tokens (send-token)
Syntax:
Example:
Sample Output:
Notes:
Verify token mint and recipient address.
Ensure the sender has sufficient token balance and SOL for fees.
6. Token Swapping (swap-token)
Syntax:
Example:
Sample Output:
Notes:
Uses Raydium liquidity pools for swaps.
Check pool liquidity and slippage settings to avoid unexpected losses.
7. Token Price Lookup (token-price)
Syntax:
Example:
Sample Output:
Notes:
Prices are approximate, sourced from Raydium liquidity pools.
Use for quick reference, not guaranteed for trading.
Last updated