What LetsCash is
LetsCash, at letscash.fun, is a launch platform built by the CASHCAT community that links new token creation to a CASHCAT burn mechanism. A single transaction deploys the coin with a fixed supply of one billion, seeds a Uniswap pool on Robinhood Chain and locks that liquidity forever. The creator chooses whether the coin is priced in ETH or USDG and sets a trading tax.
In the 31 August 2026 launchpad fee snapshot published by The Defiant, LetsCash took 47,925 dollars in a single day, a fraction of Pons but enough to sit in the same table. Early coverage reported about 2.7 million dollars of volume with roughly 10,000 dollars burned through the mechanism.
Creator mode and self-burn mode
| Mode | Where the tax goes | What it implies for holders |
|---|---|---|
| Creator mode | 70 percent to the creator, 30 percent to the protocol | The creator is paid from your trading, in ETH, claimable at any time |
| Self-burn mode | 70 percent used to buy and burn the coin | Trading pressure is recycled into buybacks rather than a payout |
| Split routing | Fees can go to several wallets | Read the configuration before assuming who benefits |
LetsCash also states that creator fees are always collected in ETH rather than in the coin, that they are claimable at any time for as long as the coin trades, and that the payment stream can be transferred to another address later. That is a cleaner arrangement than paying creators in their own token, because nobody has to sell the coin to get paid.
What a tax actually does to a copy
A tax is not a fee you pay once. It is a haircut on every entry and, depending on configuration, every exit, and it stacks on top of the pool fee and slippage.
- Your effective entry price is worse than the quote, so the token has to move further before your copy is even.
- If the tax applies on sells too, the round trip hurdle roughly doubles.
- At high copy rates the hurdle is paid on every trade, so a strategy that works at 0.25 percent fees can be underwater at a five percent tax.
ETH or USDG pricing, and why it changes your reading
LetsCash coins can be priced in ETH or in USDG, the Global Dollar token that circulates on Robinhood Chain at 0x5fc5360d0400a0fd4f2af552add042d716f1d168. The difference is not cosmetic.
On an ETH-priced coin, a flat token in a falling ETH market still loses you dollars. On a USDG-priced coin, the quote asset is dollar denominated, so the token's chart is closer to what you would call profit and loss in dollars. If you follow wallets that trade both, be explicit about which unit your take profit and stop loss levels are measured in.
Detecting a taxed trade correctly
Detection is the usual primitive: ERC-20 Transfer logs filtered by the followed wallet as an indexed topic. Taxed tokens add a detail worth handling properly, because a taxed transfer often emits more than one transfer event: the amount to the buyer, and a cut routed to a treasury, a burn address or a fee collector.
The number that matters for sizing is the amount that actually reached the wallet. Reading the gross amount that left the pool overstates the leader's position and, if you copy percentages, overstates yours.
Settings that fit taxed tokens
| Setting | Starting point | Reason |
|---|---|---|
| Maximum buy tax | Low and enforced | This is your entry haircut |
| Maximum sell tax | Low and enforced | This is the one people discover at the exit |
| Size rule | Fixed amount | Keeps the break-even arithmetic obvious |
| Take profit | Higher than on an untaxed venue | The hurdle includes the tax on both sides |
| Minimum pool size | On | A seeded pool starts small by definition |
| Skip repeat tokens | On | Stops the engine re-entering the same taxed coin repeatedly |
Reading a burn narrative honestly
Buy and burn is a real mechanism: in self-burn mode 70 percent of the tax is used to buy the coin and destroy it, and the pressure that funds it comes from trading volume. That means it is strongest exactly when the token is busy and weakest when it is not.
As a copier, treat the burn as a property of the token rather than as a reason to hold. A burn funded by volume decays with volume, and the position you are left with is still a token whose price is set by the next seller. The idle-leader rule and a defined exit matter here as much as anywhere else.
Following a LetsCash wallet step by step
- 01Read the coin's configurationCheck the quote asset, whether the coin is in creator or self-burn mode, and what the tax is on buys and sells.
- 02Set your tax ceilingsDecide the highest tax you will accept in each direction and let the filters reject the rest.
- 03Note the pricing unitETH-priced and USDG-priced coins do not mean the same thing when you set take profit and stop loss.
- 04Follow the wallet with a budgetAdd the address, set a per-leader budget and a per-trade cap, and use fixed sizing.
- 05Raise your take profit slightlyA taxed round trip needs a larger move than an untaxed one to reach the same net result.
- 06Arm the engine and read the tax rejectionsThey show how much of the venue your ceilings exclude, which is the information you need to adjust them deliberately.
Questions people actually ask
What is LetsCash?
A launch platform from the CASHCAT community on Robinhood Chain. One transaction deploys a coin with a fixed supply of one billion, seeds a Uniswap pool priced in ETH or USDG, and locks the liquidity forever. Launches are tied to a CASHCAT burn mechanism and the trading tax is configurable.
What is the difference between creator mode and self-burn mode?
In creator mode 70 percent of the tax goes to the creator and 30 percent to the protocol. In self-burn mode 70 percent is used to buy the coin and burn it. Fees can also be split across several wallets, so the configuration has to be read per coin rather than assumed.
How are creator fees paid?
In ETH rather than in the coin, claimable at any time for as long as the coin trades, and the payment stream can be transferred to another address later. Paying in ETH means nobody has to sell the coin to collect, which removes one source of constant sell pressure.
Do taxes make copy trading unprofitable here?
They raise the bar rather than removing it. A tax applies on the way in and often on the way out, on top of the pool fee and slippage, so the move you need to break even is larger. Set tax ceilings, aim for larger moves, and copy fewer coins rather than more.
Does locked liquidity mean the coin cannot rug?
It means the pool cannot be pulled by the creator. It does not stop the price falling on ordinary selling, and it does not stop a coin from becoming illiquid in practice once volume dies. Position sizing and a defined exit still do the protective work.
Should I hold a self-burn coin longer because of the buybacks?
Only as an explicit decision. Burns are funded by trading volume, so they fade as the coin quietens down, which is usually the same period in which the leader you copied has already left. If you want to hold past the leader, switch that wallet to your own exit rules so the position has a defined ending.
Figures that move are quoted with the date they were measured. Pons Copy Trading does not publish numbers it cannot point at a source for.