TROUBLESHOOTING
When Terminal Goes Wrong
Official support is a Discord ticket, and the announcement channel has carried no post since October 2025. These pages exist because that gap is real. Most of what lands here is one of three things: a setting nobody told you about, a wallet that cannot pay for its own transaction, or a token doing exactly what its contract says. The second is the most common and the most alarming, so it is worth knowing how deposits and withdrawals actually work before you need to.
Start Here: the 20% Slippage Trap
If money is leaving your account and you cannot explain it, check slippage before anything else. Terminal ships with buy and sell slippage set to 20% in the normal interface, and 50% in Inferno mode presets. On a small order into a thin bonding-curve pool, that tolerance is not a safety margin, it is permission for a fill a fifth worse than the quote, applied on the way in and again on the way out.
A trader posted the whole arc on r/solana in February 2026. First: "My money seems to be mysteriously going down, it was just at $40 and now it's at $30." Then: "Somehow it says I bought $16 worth and sold it all for $2, how is that even possible." Then, the next day, having worked it out alone: "To anyone struggling with the same issue I fixed it by changing my settings for buying and selling. The starting slippage is automatically 20% so change it if you are using low amounts of money." Nobody from support appeared in the thread. A second user hit the identical wall a month later. The official documentation never mentioned the default at all. Full arithmetic and the settings to change: why small trades lose money on Terminal.
What does each Terminal error message mean?
Terminal has a fixed catalog of failure states and each one renders a specific string. These are the exact phrases people paste into Google at two in the morning, and as far as we can tell nobody had published them until we transcribed them from the app.
| Error | What it actually means |
|---|---|
| Slippage Too Low | Your tolerance cannot absorb the trade's price impact. Thin pool, oversized order, or fast movement. |
| Not Enough Funds | Insufficient balance in the trading wallet, including the cost of the transaction itself. |
| Gas Too Low | EVM only. The gas limit will not cover execution. |
| Transaction Timed Out | Did not confirm in time. Often two trades sent at once, such as a limit order firing in the background. |
| Out of Gas | Ran out mid-execution on chain. Distinct from Gas Too Low, which fails before it starts. |
| Trade Limit Exceeded | Your order is larger than the token's configured max buy or max sell. Check Data & Security on the token. |
| Likely Honeypot | The token is flagged as possibly unsellable. Treat this as a stop sign, not a warning. |
| Account Frozen | The token creator froze your account for that token. There is no workaround, and it is a hard signal about the token. |
| Pool Bonded | The bonding curve completed. Trade the graduated pool instead. |
Strings transcribed from Terminal's production bundle, 6 August 2026. Every failure also renders "Please open a support ticket and provide error ID below". Full causes and fixes: Terminal error messages explained.
Why is your Terminal withdrawal stuck?
The pattern is nearly always the same. A wallet holds tokens or USDC but no SOL, so it cannot pay for its own transaction, and the app returns an insufficient balance error that reads as though the funds are gone. Terminal requires a minimum of 0.01 SOL to withdraw and surfaces prompts like "Low SOL balance. Swap USDC to SOL". Send a small amount of SOL to the wallet, or swap some of what is there, and the withdrawal goes through.
When that does not work, the fix that reliably does comes from a random redditor rather than from support: export the wallet's private key and import it into Phantom, then send from there. The observable reason it works is that the app hands you an exportable key, and an exported key signs independently of the app. It also requires that you can still decrypt your keys, which is another argument for exporting them on day one. The old documentation had no withdrawal troubleshooting page at all. Ours is funding and withdrawing on Terminal.
One more cost worth knowing about, because it looks like a bug and is treated as one by the people who noticed it. Users report that some Solana buys through Terminal create two token accounts rather than one, and the rent locked in the second never comes back through the usual account-closing tools. One trader put it at about 30 cents per trade and noted it does not happen on other terminals. We have not reproduced it ourselves.
Where do you actually get Terminal support?
Support is a Discord ticket. As of August 2026 that is the only official channel we could find. The archived documentation gives one invite and the live app ships a different one, so use the invite inside the app rather than anything you find in search. The Telegram announcement channel that used to carry incident notices carries no post after 15 October 2025, nine days before the acquisition, and we found nothing that replaced it. We also found no status page or public incident feed, which means when something breaks you cannot easily confirm whether it is you or the platform.
Community help is worse than you would hope. A lot of the Terminal and Padre material we read on Reddit is a referral link with a thin post attached, and r/solana's automoderator removes many genuine help posts before anyone answers them. In one case we followed, a user asking why key import kept failing got exactly one reply, from an account offering to help by DM and asking for his key. Never give your private key or your password to anyone, in a DM or in a support ticket. Terminal support has no need for either, and no legitimate helper does. If you want the reasoning behind that, read Terminal wallets, custody and private keys.
Things That Are Not Bugs
Your app is called Terminal now because Padre was renamed in October 2025, not because you are on a fake site. You do not need a new account. There is no seed phrase to find, because keys are issued per wallet. Your PADRE tokens have no utility and the compensation claim window closed on 30 December 2025. And the 90% Vyper cashback offer expired after its first month. Each of those generates support-style questions regularly, and the explanations live in what the Padre rename did to your account.
Most Common Issues
Ranked by how often they appear
Set Your Cashback Rate Before You Trade
Terminal pays cashback on your trading fees in SOL, and its live in-app copy advertises up to 35% for accounts created through a referral link. The rate is fixed when the account is made. The 1% trading fee is the same either way.
Open Terminal with 35% CashbackWhy Small Trades Lose Money on Terminal: The 20% Slippage Trap
Terminal (formerly Padre) ships wide slippage defaults: 20% on standard presets per user reports, 50% in Inferno per the live code. Why that eats small trades.
Every Terminal Error Message, Decoded (Padre Terminal Troubleshooting)
Slippage Too Low, Not Enough Funds, Trade Limit Exceeded, Account Frozen. The full Terminal (formerly Padre) error catalog, what each one means, and the fix.
Most Read
- Trenches ModeThe three columns, every filter, the sound alerts and how to read the safety panel.
- Deposits and WithdrawalsMoving money in and out, the SOL balance a withdrawal needs, and why transfers get stuck.
- What Is Terminal?Padre renamed after the pump.fun acquisition, and who operates which part of it.