Pre-launch · Solana

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.

$BULLRIDERTicker
SolanaNetwork
Buyback + AirdropMechanism
Bull Rider — a carved wooden rodeo rider gripping a lasso atop a horned, bearded black bull, wreathed in green energy
/01

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.

bullrider@solana ~/feed.log
  • awaiting genesis cycle — feed goes live at launch
/02

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.

SOL recycled
Buybacks
Wallets paid
Last drop
/03

The Origin

Born in the pen, not the boardroom

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
/04

How It Works

Three steps, one script, zero discretion.

Step 01

Claim the fees

The treasury pulls $BULLRIDER's creator fees on-chain the moment they're claimable. Nothing custodial, nothing manual.

Step 02

Buy $BULLRIDER

Every SOL of claimed fees market-buys $BULLRIDER. Signed by the treasury wallet, verifiable on Solscan.

Step 03

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)));
/05

House Rules

01

No dust

Wallets under the floor get nothing. Don't farm the script.

02

√-weighted

9× the balance gets you roughly 3× the airdrop. Whales compressed, holders rewarded.

03

Top holder out

The single biggest bag is excluded from every cycle. The herd eats first.

04

No snipe

Drops fire only when fees clear the buyback + rent cost — no fixed schedule, never announced.

05

Or it didn't happen

Every claim, buy, and transfer carries a signature. Don't trust — verify on Solscan.

/06

The Token

$BULLRIDER · Solana · buyback-and-airdrop from block one.

Contract TBA — CA drops at launch

$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.