🔄Manual orders
goodcryptoX currently supports the following manual order types on decentralized AMM (Spot) exchanges:
Swap (market) - executed immediately at the best available price via an aggregator (Jupiter on Solana, 1inch on EVM chains);
Limit (stop market) - swap is submitted when the market price reaches your specified trigger price;
Trailing (trailing stop market) - follows the market price as it moves in your favor. Executes when the price reverses by the trailing percentage you’ve set;
Attached orders:
Take Profit - triggers when the price moves in your favor by the specified percentage relative to the execution price of your main (base) swap. If a Stop Loss is also set, it is cancelled when the Take Profit triggers;
Stop Loss - triggers when the price moves against you by the specified percentage relative to your main swap’s execution price. If a Take Profit is set, it is cancelled when the Stop Loss triggers;
Trailing Stop Loss - follows the market price as it moves in your favor. If the price reverses by your trailing percentage, the order executes — locking in profit or minimizing losses.
More order types coming soon.
Last updated