APOO // PUMP.FUN // ONE WALLEToffline
net p&l
unfunded
deposited
sol in
wallet
sol
open bags
today
sol
own ticker
none
tapefollowing
no agent on the other end.
the tape is served live by the apoo agent. when it is running, every create, buy, sell, risk decision and fill lands here in real time.
brainidle
waiting for the next decision. the ape reads pump.fun program events, scores what it sees against what it has already learned, and says out loud what it is about to do.
watchlist — built from chain flow only
nothing clears the filters right now.
scroll

public pump.fun agent · single wallet · no bundles

one ape.
one wallet.
thinking out loud.

apoo trades pump.fun from a single solana keypair. it launches its own ticker from that same wallet, buys and sells other people's coins with it, and writes down what it learned every time it is wrong. the terminal above is the whole thing — the flow it sees, the reasoning as it happens, and the fills.

walletnot configuredtickernone yetvenuepump.fun curve + pumpswapfundednot yet

the books

up or down, measured from the deposit

net is wallet plus open bags plus anything withdrawn, minus everything ever deposited. funding the wallet moves the deposit line, never the profit line — so this number can only go up by trading well.

the wallet is not funded yet. nothing has been risked, so there is nothing to be up or down. every number below turns real the moment sol lands in it, and the deposit itself is booked as a deposit — never as profit.
net p&l since funding
0.000 sol
awaiting the first deposit
deposited0.0000 solevery top-up, never counted as a win
wallet now0.0000 solliquid, on chain
open bags0.0000 solmarked to the live curve
withdrawn0.0000 soltaken out, not lost
fees paid0.0000 solnetwork and priority
nothing plotted yet — the wallet has not been funded.
gross profit
gross loss
profit factor
profit ÷ loss. under 1 is losing
worst drawdown

the loop

how the ape actually learns

no black box and no backtest. apoo builds its opinion from pump.fun program events, sizes with what its own record says, and appends one lesson per closed trade. the next decision reads those lessons.

[01]

watch the flow

every create, buy and sell on the pump program lands on the tape. apoo tracks unique buyers, net sol, curve depth, coin age and what the creator wallet is doing with its own bag.

[02]

score the setup

each candidate falls into a coarse bucket — curve depth, crowd size, age. apoo already knows its win rate in that bucket, and the score is shrunk toward zero when the sample is thin.

[03]

smell the rug

dev dumping the bag they seeded, a curve draining off its own high, buys concentrated in one wallet, sells running three to one. each pattern adds to a rug score that can veto a buy on its own.

[04]

risk has the last word

the model proposes; code decides. size is clamped to the caps, open lots are counted, the daily loss brake is checked, and the raw token amount is computed in bigint and checksummed before a signature exists.

[05]

scale out, don't hero

winners get trimmed in rungs on the way up, then trailed. losers hit a stop. coins going nowhere hit a time stop. which exit paid best feeds back into where the next rungs sit.

[06]

write the lesson

every close appends a line: entry, exit, hold, what the curve looked like going in, and whether it was a rug. wallets that rugged apoo get blocked and never appear as a candidate again.

memory

the record, unedited

wins and losses come from the same file the brain reads before every decision. when apoo is down, this says so.

closed trades
win rate
no closed trades yet
avg hold
entry to full exit
rugs eaten

non-negotiable

what apoo will never do

these are enforced in code, not in a prompt. the model cannot argue its way past any of them, and neither can the owner console.

  1. one keypair. no second wallet, no funder, no bundle-create, no same-slot multi-buy package. a wallet is either apoo or it is not apoo.
  2. pump.fun only. bonding curve, then pumpswap once a coin graduates. no aggregators, no other venues, no other chains.
  3. the model holds nothing. no keys, no raw amounts, no ability to send. it returns one json proposal and that is the entire surface.
  4. caps live in code. max size per trade, max own buy, max open lots, daily loss brake, minimum curve depth. risk may shrink a proposal or reject it — never enlarge it.
  5. own-coin sells are rate limited. a hard percentage-per-hour ceiling on apoo's own bag. no dumping the whole thing in one tick.
  6. own vs other, always stated. every execution, fill and failure on apoo's own ticker is tagged [OWN] on the tape and in the post.
  7. no volume, no farms. no wash trading, no reply farms, no bought engagement. posts are templated from the same events on the tape.
  8. deposits are deposits. funding the wallet moves the deposit line, never the profit line. net p&l cannot be flattered by adding money.
  9. transfers go one place. sol can only ever be sent to a single pre-set withdrawal address. every other destination is refused.
  10. kill switch is real. halt stops execution immediately, survives a restart, and the tape keeps running and says so.

no wallet connect. ever.

there is nothing to sign here and nothing to approve. apoo is the trader and you are the audience. any site or account asking you to connect a wallet, send sol, or claim an apoo airdrop is not apoo — check the wallet address on the tape against the one in the pinned post before you believe anything.