BULL
RIDER
Creator fees come in. $BULLRIDER gets bought back on-chain. Every cycle, the buy drops straight into holder wallets — √-weighted, dust-stripped, top bag excluded. No claim site. No team wallet. Just the script.
The Feed
Every buyback and every airdrop the treasury fires lands here first, straight off-chain — the same log a holder could tail with their own RPC.
- awaiting genesis cycle — feed goes live at launch
On-Chain Proof
No dashboards to trust — every SOL recycled, every buy, every drop has a signature on Solscan. This panel wires straight to those numbers once the treasury goes live.
The Origin
Nobody hands you the buckle.
Every meme coin promises a flywheel. Almost none of them ship one — the fees sit in a multisig, the "buyback" is a screenshot, the airdrop is a claim site nobody opens. $BULLRIDER runs the version that actually works: a treasury script with one job, no hands on the button, and a receipt for every move it makes.
"You don't tame the market. You grip the rope, you count the fees, and you let the script throw you back on the bull every single cycle." — the treasury has no opinions, only transactions
How It Works
Three steps, one script, zero discretion.
Claim the fees
The treasury pulls $BULLRIDER's creator fees on-chain the moment they're claimable. Nothing custodial, nothing manual.
Buy $BULLRIDER
Every SOL of claimed fees market-buys $BULLRIDER. Signed by the treasury wallet, verifiable on Solscan.
Airdrop the herd
An on-chain snapshot of holders gets the bought bag dropped back on them — √-weighted, dust stripped, top wallet excluded.
Fully automated · self-funded
No team hand on the button. Every drop is funded purely by claimed creator fees, and has to clear the buyback plus on-chain rent before it fires — no fixed schedule, nothing announced in advance.
// snapshot every $BULLRIDER holder on-chain
const holders = await rpc.getProgramAccounts(TOKEN_PROGRAM, {
filters: [{ memcmp: { offset: 0, bytes: MINT } }],
});
// eligible: hold >= floor, drop the single biggest wallet
const MIN = 67_000_000n;
const eligible = holders.filter(h => h.amount >= MIN && h.owner !== TOP_HOLDER);
// √-weight: 9x balance -> ~3x airdrop. whales compressed, holders rewarded.
const w = eligible.map(h => Math.sqrt(Number(h.amount)));
const shares = w.map(x => BigInt(Math.floor((x / sum(w)) * boughtRaw)));
House Rules
No dust
Wallets under the floor get nothing. Don't farm the script.
√-weighted
9× the balance gets you roughly 3× the airdrop. Whales compressed, holders rewarded.
Top holder out
The single biggest bag is excluded from every cycle. The herd eats first.
No snipe
Drops fire only when fees clear the buyback + rent cost — no fixed schedule, never announced.
Or it didn't happen
Every claim, buy, and transfer carries a signature. Don't trust — verify on Solscan.
The Token
$BULLRIDER · Solana · buyback-and-airdrop from block one.
$BULLRIDER is a memecoin with no intrinsic value or guarantee of future performance. Nothing on this site is financial advice. Buyback and airdrop cadence depends entirely on claimed creator fees — there is no fixed schedule and no promised amount. DYOR.