# Padre Terminal Rewards: Cashback Coins and Lucky Spins Decoded

> Terminal's rewards screen has four tabs and almost none of it is documented anywhere. What a Cashback Coin actually is, and why we will not tell you how Lucky Spins works.

*Source: https://terminalpedia.com/guides/fees/terminal-cashback-coins-lucky-spins*

**Terminal's rewards area has four tabs**: Cashback, Cashback Coins, Referrals and Lucky Spins. Search for any of them and you will find affiliate pages repeating a percentage, and no explanation of what the tabs actually do.

There is a reason for that. `docs.padre.gg`, the documentation that would have covered them, went offline before most of these features shipped. Nothing replaced it. So the rewards screen that decides how much of your trading cost comes back to you is, as of September 2026, undocumented.

This page is what we could establish by reading Terminal's own production code, plus what we could not.

> **Key takeaway:** Terminal charges 1% per trade and pays part of it back as cashback that you claim manually rather than receive automatically. The app's own referral page says "Up to 35% cashback", and the referral dashboard shows 35% with an asterisk, so treat 35% as a ceiling and not a promise. A Cashback Coin is a token whose fee configuration has cashback enabled, which by Terminal's own description routes the rebate to you when you trade it through Terminal. Lucky Spins is real and shipped, and its mechanics are not published anywhere we could find, so we are not going to describe them.

## Where these facts come from

Since there is no live official documentation to cite, this page labels its sources the way [our methodology page](/methodology) describes.

Almost everything below is **live code**: strings read out of Terminal's production JavaScript bundle at `trade.padre.gg`, fetched on 6 September 2026. That bundle was about 5.1 MB, up roughly 600 KB from the copy we read in August, and its filename changes on every deploy. Live code is the strongest evidence available for this product, but it has a limit worth stating up front: **it proves a feature is built and shipped, not that it is switched on for your account.**

Where a claim rests on archived documentation we cannot re-check, or on a screenshot rather than code, this page says so at that point.

## The Cashback tab

Terminal takes **1% of every trade**, with no volume tiers and no discounts. That number is stable and we walk through it in full on [Terminal fees explained](/guides/fees/terminal-fees-explained), including the part people miss: on a pump.fun launchpad trade, Terminal's 1% and pump.fun's bonding curve fee both apply. They stack.

Cashback is a rebate against that 1%. The clearest statement of the baseline is a sentence in the app itself:

> "All terminal users get cashback."

That is the app's wording. What it does not do is attach a number to the baseline.

> **Warning:** Almost every page written about Terminal repeats that users who signed up without a referral link earn 10% cashback while referred users earn 35%. We can source the 35%. We cannot source the 10%.
> 
> We can now say exactly where it comes from. A Wayback capture of `docs.padre.gg/padre-v2/rewards` dated **20 June 2025** reads: "By default, all users receive 10% cashback on trading fees. But if you signed up using a referral link, your rate is boosted to 35%."
> 
> That is a real source with a real date, and it is also fifteen months old, branded Padre throughout, and written before pump.fun acquired the product. When we searched the shipped bundle on 6 September 2026 for any 10% cashback string, we found none. So the honest description is that 10% was the documented default in mid-2025 and we cannot confirm it is the default now. Pages presenting it as a current rate are quoting a document that has been unreachable for months.

Cashback accrues rather than arriving. The rewards screen carries an unclaimed balance and a claim action, and the app's code contains two claim endpoints along with the error states you would expect around them, including one for a claim failing and one for all claims failing at once. Archived documentation described the payout as arriving in SOL.

The practical consequence: **check the rewards screen.** A balance sitting there is not the same as a balance paid out. If you want to model what the rebate is worth against your own volume before you bother, the [cashback ledger](/tools/cashback-ledger) and the [fee calculator](/tools/fee-calculator) do that arithmetic.

[Open Terminal with 35% Cashback](https://terminal.pump.fun/rk/terminalpedia)

## The Cashback Coins tab, decoded

This is the tab nobody has explained, and it turns out to be explainable, because Terminal explains it itself in a tooltip. The full string, verbatim from the production bundle:

> "This coin has cashback enabled. Fees will only go to the fee config users from trades made via interfaces not supporting cashback. All terminal users get cashback."

Unpacking that: a token on Solana can carry a **creator fee configuration**, and that configuration can have cashback enabled. When it does, Terminal calls the token a Cashback Coin. Trade it somewhere that does not support cashback and the fees go to the parties named in that fee config. Trade it through Terminal and, by the app's own description, the cashback comes back to you.

The code backs the description up. Terminal's swap builder branches on a flag for whether a token is a cashback coin, and when it is, the transaction it constructs includes extra accounts: one more on a buy, two more on a sell. That is a different on-chain instruction set, not a display label.

> **Note:** Three things, and none of them are minor. We could not determine the percentage that applies on a cashback coin, whether it differs from the standard rate. We could not determine who designates a coin as one, or what the process is. And we could not determine whether cashback-coin cashback stacks with referral cashback or replaces it.
> 
> None of that is in the code as readable text, none of it is in the archived documentation, and there is no live documentation to check. If you need the answer before it changes a decision, a support ticket is the only route we can point you at.

## The Referrals tab, and the 35% number

This is the tab with real search demand behind it, and it is also the one this site has an interest in, so we will be plain about that: Terminalpedia carries a Terminal referral link and earns a share of fees when someone signs up through it. Our full position on that is on the [referral page](/referral) and in the [disclaimer](/disclaimer).

Here is what the code shows, independent of anyone's incentives.

Terminal has a dedicated referral route, `/rk/` followed by a referral code. It is not a redirect into the main app. It is a first-class page that renders with the header and bottom bar switched off, which is to say a purpose-built landing screen. Its hero copy, verbatim:

> **"Up to 35% cashback."**
> **"Fastest execution. Full control."**

The button underneath reads **"Start Winning"**, or "Log In" if you already have an account.

Note the wording carefully. The app says **up to** 35%, not a flat 35%. A referral dashboard we were shown on 6 September 2026 displayed a kickback rate of 35% with an asterisk beside it. Both the app's own phrasing and that asterisk point the same direction, so this page uses "up to 35%" throughout, and you should be suspicious of any page that promises you a flat rate.

| What | Value | How we know |
|---|---|---|
| Terminal trading fee | 1%, no tiers | Live code |
| Referral landing copy | "Up to 35% cashback." | Live code |
| Kickback shown in-app | 35%, asterisked | Referral dashboard screenshot, 6 Sep 2026 |
| Program copy in-app | "up to 40% of the fees from their transaction volume (excluding gas fees and taxes)" | Referral dashboard screenshot, 6 Sep 2026 |
| Non-referred rate | 10% | Archived docs only. Unconfirmed |
| Payout asset | SOL | Archived docs |

The 40% figure is worth a note, because the official documentation could not keep it straight either.

We recovered Terminal's own referral program page from a Wayback capture dated 9 March 2026, after the rebrand, since the page is titled "Terminal (formerly Padre)". Its opening paragraph says you can earn "up to 40% of the fees from their transaction volume (excluding gas fees and taxes)". Four lines further down, its own "How does it work?" section says "You receive 35% of the transaction fees generated by users who sign up with your referral link."

Both numbers, same page. That is probably a better explanation for the conflicting rates you will find quoted around the web than assuming any particular site got it wrong. The in-app copy on the referral dashboard today uses the 40% wording.

Separately, the code carries an endpoint for claiming rewards in SOL that is specific to KOL accounts, alongside an admin route for KOL volumes. Those are consistent with a tier existing above the standard one. What they do not tell us is how anyone qualifies for it.

[Open Terminal with 35% Cashback](https://terminal.pump.fun/rk/terminalpedia)

## The Lucky Spins tab, and why this section is short

Lucky Spins is real. It is a tab in the rewards area, it exists in the code as a dockable widget with its own spinning state, and it stores a sound effects volume setting, which tells you it makes noise. The widget is suppressed on the rewards route itself, which fits a design where the rewards page hosts its own version of it.

That is the entire list of things we can support.

We found no odds. No prize list. No entry cost. No eligibility rules. Not in the shipped code, not in the archived documentation, which predates the feature entirely, and not in any source we could verify. Pages that describe how Terminal's Lucky Spins works are not working from evidence we can locate.

> **Warning:** This is general caution rather than a finding about Terminal specifically. A reward mechanic whose odds and terms are not published is one you cannot evaluate before you use it. If you cannot find the terms in the app before you spin, the honest position is that you do not know what you are agreeing to, and neither do we.

If Terminal publishes terms for it, we will update this page and say what changed.

## What this means for your actual cost

Cashback is the only lever on this platform that meaningfully moves the 1%, because the fee itself has no volume tiers to climb. That makes the difference between the referred and non-referred rate the single largest variable in what you pay, which is precisely why we are uncomfortable that the non-referred figure is the one we cannot source.

Two things matter more than the rewards tab for most traders, and both cost more money than cashback returns:

The first is slippage. Terminal's default is 20% in the standard interface, and small trades get eaten by it in ways that look like theft and are not. We wrote up [why slippage settings lose money on Terminal](/troubleshooting/terminal-slippage-losing-money) because it is the highest-value thing on this site.

The second is fee stacking. On a bonding curve buy you are paying Terminal and the launchpad, and cashback only rebates against Terminal's share. [The full fee breakdown](/guides/fees/terminal-fees-explained) does that math, and if you are comparing venues, [Terminal versus Axiom](/compare/terminal-vs-axiom) puts the rates side by side with sources on both.

## Sources and limits, stated plainly

Everything on this page marked live code came from Terminal's production bundle read on 6 September 2026. Strings in a bundle prove what has been built and deployed. They do not prove a feature is enabled for every account, in every region, or at the values shown. Where the evidence was a screenshot rather than code, this page says so at that point.

The archived Padre documentation, which is the only source for the 10% figure and the SOL payout, was captured between January and March 2026 and several of its pages self-reported as a year out of date even then. We treat it as the weakest tier for that reason, and where it disagrees with the shipped code we go with the code. More on how we handle that is on the [methodology page](/methodology), and the background on why the documentation vanished at all is in [Terminal, formerly Padre](/guides/getting-started/terminal-formerly-padre).

We are not able to tell you whether any of this is a good deal in your circumstances, what it means for your taxes, or how it should be reported. Those are questions for a professional who knows your situation.
