GMGN limit orders cover more ground than the name suggests. Under the Order tab you get limit buys, limit sells, take profit and stop loss on open positions, batched TP/SL ladders, a trailing take-profit, and event triggers that fire when a developer sells or a token migrates to a DEX. The catch is that the automation has sharp edges: auto-created TP/SL orders expire after 24 hours, each account holds at most 100 active orders, and every trigger needs enough slippage and priority fee to actually execute during a memecoin candle.
This guide walks through each order type, the settings GMGN itself recommends, the error codes you will hit, and the things GMGN does not offer. That last part matters because a lot of "stop loss gmgn" searches come from traders assuming a full brokerage feature set. There is no shorting, no perps, no paper trading, and no stocks. We explain the honest alternatives.
This is an independent guide; GMGN AI App Guide is not affiliated with GMGN. Everything below is drawn from GMGN's documentation (docs.gmgn.ai) as read in September 2026.
What order types does GMGN support?
According to GMGN's documentation, the automation suite includes:
| Order type | What it does | Direction |
|---|---|---|
| Limit buy | Buys when price drops to (or below) your trigger | Entry |
| Limit sell | Sells when price rises to (or above) your trigger | Exit |
| Take profit (TP) | Sells a set portion once the position is up X percent | Exit |
| Stop loss (SL) | Sells a set portion once the position is down X percent | Exit |
| Batched TP/SL | Several TP and SL levels on one position, each selling a slice | Exit ladder |
| Trailing take-profit | Sells when price retraces a set percentage from its post-entry high | Exit |
| Dev-sell auto-sell | Sells your position when the deployer wallet sells | Exit trigger |
| Migrated sell | Sells when the token migrates from a bonding curve to a DEX pool | Exit trigger |
| Migrated snipe | Buys at the moment of migration | Entry trigger |
| Auto buy | Buys on a condition (used mainly with Trenches filters) | Entry |
These all run on GMGN's servers against your hosted wallet, which is why they need a GMGN-managed login. If you signed in with a browser wallet ("Trade with Wallet" mode), automation is unavailable; the GMGN login guide explains the tradeoff.
How do you place a limit order on GMGN?
The flow is the same on the web terminal and in the mobile app's Order tab:
- Open the token page by pasting the contract address or clicking through from Trenches, Trending, or a tracked wallet.
- In the trade panel, switch from Market to the Limit (or Auto) tab.
- Choose Buy or Sell.
- Enter the trigger. GMGN lets you express it as a market cap, a price, or a percentage move from the current level. For memecoins, market cap is usually the least error-prone because it does not change when the token's supply display is truncated.
- Enter the amount: SOL to spend for a buy, or the percentage of the position for a sell.
- Set slippage and priority fee for the order (see the recommended settings below).
- Confirm. The order appears in your open-orders list with its expiry.
One habit worth building: after a limit buy fills, GMGN can auto-create TP/SL orders on the new position if you configured them in the buy settings. Those auto-created orders are the ones subject to the 24-hour validity rule.
How to set stop loss on GMGN
For an existing position:
- Go to the token page or your positions list.
- Open the Auto tab and select Sell.
- Pick the stop-loss row and enter the drawdown that should trigger it, for example minus 30 percent from your average entry.
- Choose the portion to sell. Selling 100 percent at the stop is the standard choice; partial stops are for traders scaling out.
- Set slippage high enough that the sell actually fills on a red candle. GMGN's guidance for automated orders is 30 to 35 percent, and 50 percent or more for brand-new tokens.
- Set the priority fee. GMGN recommends 0.006 SOL or more for auto and limit orders so the transaction lands before the price moves further.
- Confirm and verify the order appears as active.
Take profit follows the same steps with a positive target. The two can be created together in one panel, and batched TP/SL lets you stack several levels: for example, sell 30 percent at plus 50 percent, 30 percent at plus 100 percent, and 40 percent at plus 200 percent, with a single stop at minus 40 percent.
Do not confuse a stop loss with a guarantee. A stop loss on a memecoin is a market sell triggered at a price, and on a thin pool it fills at whatever the pool gives you within your slippage window. If the token loses its pool entirely (a rug), there may be no route to sell at any price; the No Available Router troubleshooting guide covers that failure.
Is there a trailing stop loss on GMGN?
GMGN documents a trailing take-profit. Mechanically, you set a retrace percentage; GMGN tracks the highest price after entry and sells when the price drops that percentage from the peak. Traders searching for "trailing stop loss gmgn" are almost always looking for this. It behaves like a trailing stop: as the token runs, the exit level ratchets up, and a pullback closes the position.
Two practical notes:
- A tight trail (5 to 10 percent) on a memecoin will get shaken out by ordinary wicks. Most traders who use it set 20 to 35 percent trails and accept giving back part of the top.
- The trailing order still needs slippage headroom. A trail that triggers on a sharp reversal into a thin pool with 10 percent slippage will frequently fail with a slippage error, which defeats the purpose.
What are the dev-sell and migrated-sell triggers?
These are event-driven exits that do not depend on price:
- Dev-sell auto-sell watches the deployer wallet (GMGN labels it "BC owner" or "dev" on launchpad tokens). When that wallet sells, your position is sold. The security panel's "dev sold" status is the same signal shown as a badge.
- Migrated sell fires when a bonding-curve token graduates to a DEX pool. Migration is often a volatility event: some tokens pump on graduation, many dump as early buyers exit into the new liquidity. A migrated sell takes the decision out of your hands.
- Migrated snipe is the mirror image for entries: buy the instant the DEX pool goes live.
These pair naturally with the Trenches workflow described in the GMGN sniper and Trenches guide, where the Almost Bonded column shows tokens approaching graduation.
What are the limits on GMGN auto orders?
Three rules from the documentation trip people up constantly:
- 24-hour validity. Auto-created TP/SL orders expire 24 hours after creation. If you are holding a position for days, you must recreate them. This is the number one reason traders wake up to a position with no stop.
- 100 active orders per account. Batched TP/SL ladders consume several slots each. When you hit the cap, new orders fail with
order10008. - Pool-size floors. Orders on pools under $500 fail with
order10006, and buys larger than 20 percent of the pool fail withorder10007.
Copy-trade tasks, which also use TP/SL, have their own cap of 10 concurrent tasks and are separate from the 100-order limit; see the GMGN copy trading guide.
What do the GMGN order error codes mean?
GMGN groups automated-order failures under letter families, separate from the A to D codes used for ordinary trades. The documentation lists these families for auto orders:
| Code family | Codes listed in GMGN docs | Notes |
|---|---|---|
| G | G1 | Automated-order family |
| H | H1, H2, H3 | Automated-order family |
| J | J1, J2 | J1 = trigger price wicked but did not hold |
| K | K1 through K5 | Automated-order family |
| L | L1 through L3 | Automated-order family |
GMGN's documentation gives the per-code description for each; we reproduce only the one whose meaning is spelled out plainly, J1 ("wick not held"), rather than paraphrase the rest. J1 is the one worth understanding: GMGN requires the trigger to be sustained rather than touched by a single-block spike, which prevents fills on manipulated wicks but also means a fast crash can blow through a stop without executing. When you get any other code, look it up in the docs rather than guessing.
Outside the letter families, the raw strings you will see most often are:
order10006: pool value below $500.order10007: buy exceeds 20 percent of pool.order10008: 100-active-order cap reached.order10013ortrade_error_40002700: "No Available Router," meaning no swap route exists right now.
General trade errors such as A1 (priority fee too low, timed out), A2 (slippage), B1 (insufficient SOL), C1 (slippage revert, which burns gas), and D2 (migration in progress) apply to order execution as well. The GMGN not working guide has the full list with fixes.
What slippage and priority fee should auto orders use?
GMGN's own recommendations, per its fee settings documentation:
| Setting | Manual trade | Auto / limit order | Brand-new token |
|---|---|---|---|
| Slippage | Auto | 30 to 35 percent | 50 percent or more |
| Priority fee | 0.002 to 0.005 SOL | 0.006 SOL or more | 0.006 SOL or more |
| Anti-MEV | Optional | Needs at least 0.002 SOL priority + 0.0001 SOL tip | Same |
Why so high? A manual trade fails gracefully when slippage is tight: you see the error and retry. An auto order that fails because of slippage has missed its moment, and by the time you notice, the stop-loss price is far behind you. A 0.006 SOL priority fee on a 0.1 SOL order is 6 percent of the trade, so small positions get expensive fast; on 1 SOL it is 0.6 percent. The GMGN fees guide has the full cost table, and remember GMGN's flat 1 percent fee applies to every fill, limit or market. Keep at least 0.05 SOL free in the wallet for gas and rent or the order will fail with an insufficient-balance error.
Can you short on GMGN?
No. GMGN is spot only. There is no margin, no perpetual futures, and no borrow-to-short mechanism in its documentation as of September 2026. "Selling" on GMGN means selling tokens you already hold.
If you want directional short exposure on memecoins, you need a separate venue. Among GMGN's direct competitors, Axiom documents perpetuals through Hyperliquid alongside its spot terminal; the GMGN vs Axiom comparison covers the difference. Be aware that shorting a memecoin is a different risk profile from buying one: the downside of a short is uncapped, and funding costs on hyped tokens can be brutal.
Does GMGN have paper trading?
No. There is no demo mode, simulated balance, or paper-trading toggle. Traders searching for "paper trading gmgn" or "can you paper trade on gmgn" get the same answer: everything on the platform is live.
Honest substitutes:
- Watch without trading. Use the wallet tracker to follow wallets and record what you would have done. It is free and teaches you the timing problem better than a simulator would.
- Trade tiny. A 0.02 SOL position teaches you slippage, priority fees, and order mechanics for real, at a cost of a few dollars. The lesson that priority fees dominate small trades is one you learn faster with money than with a sandbox.
- Backtest against the PnL of tracked wallets. GMGN's wallet pages show realized PnL and win rate for any address; the GMGN PnL guide explains how to read them.
Does GMGN offer stocks or prediction markets?
Neither. "gmgn stocks" searches spiked after Robinhood Chain launched on 1 July 2026 and GMGN added it as a supported chain. Robinhood Chain is an Arbitrum-stack L2 where, per public analyses, memecoin volume dominates and GMGN's router handled 4.86 million swaps in a single three-day window. GMGN trades tokens on that chain; it does not give you access to Robinhood's brokerage or tokenized equities through its interface. The GMGN chains guide has more.
"gmgn prediction" likewise has no product behind it. GMGN's "AI Signal" monitor in the app surfaces tokens based on on-chain activity; it is a screener, not a prediction market and not a forecast of price. Treat any site promising "GMGN predictions" as unrelated marketing.
Key takeaways
- GMGN limit orders include limit buy and sell, TP/SL, batched TP/SL, trailing take-profit, dev-sell auto-sell, migrated sell, migrated snipe, and auto buy.
- Auto-created TP/SL orders expire after 24 hours; recreate them on multi-day holds.
- Each account is capped at 100 active orders (
order10008); pools under $500 and buys over 20 percent of a pool are rejected. - Use 30 to 35 percent slippage (50 percent or more on new tokens) and 0.006 SOL or more priority fee on auto orders, per GMGN's own guidance.
- J1 means the trigger wicked but did not hold; fast crashes can skip a stop entirely.
- No shorting, perps, paper trading, stocks, or prediction markets as of September 2026.
Set your gmgn limit orders with the platform's constraints in mind, check them every 24 hours, and treat every stop as a best-effort market sell rather than a guarantee. Ready to try it on the GMGN AI app? Open GMGN
Frequently asked questions
How do I set a stop loss on GMGN?
Open the token page, switch the trade panel to the Auto or Limit tab, choose Sell, enter the trigger price or percentage drop from entry, set the portion of the position to sell, and confirm. According to GMGN's documentation, auto-created TP/SL orders are valid for 24 hours, so re-check them daily on positions you intend to hold longer.
Does GMGN have a trailing stop loss?
GMGN documents a trailing take-profit, which sells when price falls a set percentage from its peak after entry. That behaves like a trailing stop in practice: it locks in gains as price rises and exits on a pullback. A separate trailing stop-loss label does not appear in the docs as of September 2026.
Can you short on GMGN?
No. GMGN is a spot-only memecoin terminal. There are no perpetual futures, margin, or short-selling products in its documentation as of September 2026. If you want to short, you need a separate perpetuals venue; Axiom, for example, documents perps through Hyperliquid.
Can you paper trade on GMGN?
No. GMGN has no paper-trading or demo mode as of September 2026. The closest substitute is to follow wallets with the tracker without placing trades, or to run tiny real positions while you learn the fee and slippage mechanics.
Why did my GMGN limit order fail?
The most common causes are a 24-hour expiry on auto orders, the 100-active-order cap (error order10008), a pool below $500 (order10006), a buy larger than 20 percent of the pool (order10007), or a price that wicked through your trigger without holding (J1). Slippage set too low for a volatile token is the other frequent culprit.
Does GMGN offer stocks or prediction markets?
No. GMGN trades on-chain tokens only. There is no stock trading and no prediction-market product in its documentation as of September 2026. Searches for "gmgn stocks" usually stem from confusion with Robinhood Chain, which GMGN supports as a memecoin chain, not as a stock brokerage.
Open the official terminal, install the iOS or Android app, or start with the Telegram bot. Keep only trading capital in the wallet.
Sources: GMGN documentation, DefiLlama, official app store listings and GMGN's public channels. See our methodology. Last reviewed 2026-09-22.