Femlet
if you can't hold, you won't be rich โ€” CZ, CEO Binance โ€” manlet

We are femlets.

We love our manlets. They love ansem. So we're helping โ€” every sol femlet earns in creator fees buys femlet back, and every manlet holder gets some, no claiming required.

Manlet buys back $manlet and gifts it to ansem holders. We're doing the same thing, one layer down โ€” Every femlet buyback becomes a gift for the manlets who started it.

01

Live feed

watching on-chain

No cycles yet โ€” the first claim โ†’ buyback โ†’ drop will appear here automatically the moment it happens. Nothing to refresh, nothing announced.

02

On-chain proof

sol recycled
โ€”
buybacks
โ€”
wallets paid
โ€”
last drop
Pending launch
03

The origin

Manlet built the script first. Claim creator fees, buy back $manlet on-chain, drop the whole bag on $ansem holders โ€” no claim site, no team bag, just the script running.

Femlet takes the same idea one layer down. Manlet holders are the ones who showed up and made that mechanism real, so femlet's treasury runs the identical loop โ€” claim, buy, drop โ€” except the beneficiary is $manlet itself. Every femlet buyback becomes a gift for the holders who back the coin that started this.

Femlet is an independent, community-run tribute. It isn't operated by, or affiliated with, the manlet or ansem teams.

recipient set
$manlet
DdPrHYqM8Ueovnk9kAnAgoGhswkuaTqmxcoZzU3Zpump
snapshot
Every cycle
weighting
โˆš(balance)
top holder
Excluded
dust cutoff
Applied
04

How it works

1

Collect the fees

The femlet treasury pulls its creator fees on-chain the moment they're claimable, via pumpportal. No manual withdrawal, nothing custodial.

On-chain ยท non-custodial
2

Buy $femlet

Every sol collected becomes a market buy of femlet, signed and sent straight from the treasury wallet. Every transaction is public on solscan.

Verifiable
3

Drop on $manlet

A fresh snapshot of manlet holders, dust filtered out, weighted by square root so one big bag doesn't swallow the drop. Femlet just shows up.

โˆš-weighted

Fully automated, self-funded. No fixed schedule and nothing announced โ€” the script fires once the treasury can cover both the buyback and the rent for any new manlet wallets that need an ata opened. No team hand on the button.

// snapshot every $MANLET holder
const programId = await detectTokenProgram(mint);
const accounts = await rpc.getProgramAccounts(programId, {
  filters: [{ memcmp: { offset: 0, bytes: MANLET_MINT } }],
  dataSlice: { offset: 32, length: 40 }, // owner + amount
});

// eligible: hold >= dust threshold, keep everyone else
const MIN = 100n * 10n ** DECIMALS;
const eligible = holders.filter(h => h.amount >= MIN);

// โˆš-weight: balance compresses, whales get less per-token
const weights = eligible.map(h => Math.sqrt(Number(h.amount)));
const total   = weights.reduce((a, b) => a + b, 0);
const shares  = weights.map(w => BigInt(Math.floor((w / total) * boughtRaw)));
05

House rules

#01
No dust
Wallets under the dust threshold get nothing. Don't farm us.
#02
โˆš-weighted
Balance compresses, not flattens โ€” bigger bags still earn more, just nowhere near proportionally more.
#03
Top holder out
The single biggest $manlet wallet is excluded from every drop, every cycle.
#04
No fixed schedule
Drops fire only when fees clear the buyback plus ata rent. No calendar, nothing announced, can't be timed.
#05
Verify, don't trust
Every claim, buy, and transfer has a signature. Check solscan yourself โ€” don't take our word for it.
06

Token

contract address
HQYAge6kmKubvUVE1VZb9mCV36CJuVQgakiq8HLYpump
Treasury โ€” 2sYdx17FcFRrb84gVjWB4PadRCTbjawmgyGhKhpwb5Yn (View on solscan โ†—)