UNITED STATES DEFLATIONARY COIN
CONNECTING...
BUY ON PUMP >
TOTAL USDC BURNED
$0.00
0 USDC RAW
CYCLES
0
0 SUCCESSFUL
TOKENS BURNED
0
REMOVED FOREVER
LAST CYCLE
--:--:--
WAITING
RECENT BURNS
> CONNECTING TO FEED...

WHAT IS THIS?

UNITED STATES DEFLATIONARY COIN is a permanent, automatic deflationary loop for a USDC-paired pump.fun coin. Every 30 seconds the creator wallet runs three transactions back-to-back:

  1. CLAIM sweeps accrued USDC creator fees out of the bonding-curve creator vault into the wallet via collect_creator_fee_v2.
  2. BUY spends exactly the amount just claimed back into the chart via buy_exact_quote_in_v2 — no SOL is needed, the USDC funds the buy directly.
  3. BURN destroys the bought tokens permanently via the SPL Token-2022 burn instruction.

WHY USDC?

Because fees arrive as USDC, the buy can spend them directly. No inline SOL→USDC swap, no slippage on the funding leg, no Raydium CLMM dependency. The whole loop is cheaper, smaller, and faster.

WHAT THE LOOP GUARANTEES

Every fee dollar earned by the bonding curve is immediately spent buying the coin back, and every token bought back is burned. The wallet never accumulates the coin. The supply only goes one way: down.

WHO RUNS IT?

The creator wallet runs the loop autonomously every 30 seconds. The only on-chain instruction with permissions is collect_creator_fee_v2 which is permissionless — anyone could trigger the claim — but the buy and burn legs must originate from the creator wallet.

TRUSTLESSNESS

Every transaction is recorded on-chain and shown in the RECENT BURNS feed with a Solscan link. Total claimed and total burned are derived from the cycle log live — if the loop is paused, the numbers stop moving. If the wallet were to claim and not burn, the burn signature would be missing from the entry.

SCOPE

Single-creator USDC-paired bonding curve only. Graduated coins, shared-creator (sharing config) coins, and SOL-paired coins are out of scope for this loop.