1. Check available funds using `hl_total_balance()`.
2. Determine asset type (crypto vs RWA) and format the coin name accordingly.
3. Set leverage using `hl_leverage()` if not already set or specified by the user.
4. Place the order using `hl_order()` or `hl_spot_order()` based on the asset type.
5. Verify the order fill using `hl_fills()`.
6. Report the fill details (price, size, PnL) to the user.
7. Suggest risk management strategies.