Example: Executing a Trade on Raydium

Start the CLI:bash
./run-omniflux.shFrom the Interactive Menu:
Select "
Trading"
Choose "Create Trading Agent"
Enter agent details (e.g., name: "SOL-USDC Trader", strategy: "momentum")
Select "Execute Trade"
Choose trading pair (e.g., SOL/USDC)
Specify order type (market), side (buy), and quantity (1 SOL)
Confirm and monitor the trade
Alternatively, use the Python wrapper:python
Last updated