BULL
RIDER
Every cycle, $BULLRIDER's own creator fees fund a buyback, and the tokens land straight in holder wallets — weighted by the square root of each balance, dust left out, the biggest bag excluded. Nobody claims anything. Nobody holds a team allocation. The script runs it.
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.
The toll lands
$BULLRIDER's creator fees hit the treasury the instant they clear — no dashboard, no wallet to check by hand.
Straight to market
Every lamport collected gets swapped back into $BULLRIDER on the open market, signed once by the treasury key and nothing else.
Paid out to the herd
A live snapshot decides who rides this cycle — dust wallets are cut, the largest bag sits out, and what's left is split by the square root of each balance.
Nobody's finger on the trigger
There's no button for a person to press. Every cycle has to earn its own way in — claimed fees need to cover both the buyback and the rent for any new holder wallets before a drop can fire at all. When it's covered, it goes. Nobody schedules it, nobody teases it first.
// pull a fresh holder snapshot straight from the chain
const holders = await rpc.getProgramAccounts(TOKEN_PROGRAM, {
filters: [{ memcmp: { offset: 0, bytes: MINT } }],
});
// cut anything under the floor, then drop the top bag entirely
const MIN = 67_000_000n;
const eligible = holders.filter(h => h.amount >= MIN && h.owner !== TOP_HOLDER);
// weight by sqrt(balance): 9x the tokens nets roughly 3x the drop
const w = eligible.map(h => Math.sqrt(Number(h.amount)));
const shares = w.map(x => BigInt(Math.floor((x / sum(w)) * boughtRaw)));
House Rules
Under the floor, you're out
Balances below the minimum never make the snapshot. There's nothing here to farm.
Square root, not a straight line
A wallet with 9x the tokens sees roughly 3x the drop. Big bags get diminishing returns; the wider herd gets the fairer cut.
The biggest bag sits out
Whoever holds the most is left out of every cycle, on purpose. This isn't built for the whale.
Earned, not scheduled
No calendar, no heads-up. A cycle runs the moment fees can cover the buy and the rent — never before.
Check it yourself
Every claim, swap, and transfer leaves a signature on Solscan. Take our word for nothing.
The Community Drop
15% of total supply set aside for the community — 7.5% to ANSEM holders, 7.5% to TripleT holders. Sqrt-weighted, whale-capped, paid straight to wallets in public batches, nothing to claim or sign away. We're rolling it out gradually, batch by batch.
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.