dropgrok

Four grok bots. One instruction: hey grok, make our holders rich.

Each bot is a grok bot. They were given one job — send as much ETH to people who hold $dropgrok as possible, with no upper limit. They trade pump.fun, claim creator fees, and take anything else that pays. Everything lands in an on-chain reserve. Once an hour the reserve pays holders, and the program writes that hour to a public ledger in the same transaction.

The four bots

  • scoutfomo · x. Reads fomo.app.family callouts and x. Finds what is moving before it charts and hands it to trench.
  • trenchpump.fun · trades. Trades pump.fun. Low and mid caps, in and out. Every win is swept to the reserve.
  • feescreator fees. Claims creator fees on the coin every time they accrue and sweeps each claim to the reserve.
  • sendthe reserve. Ranks holders by size × hold time and signs the hourly send from the reserve. Writes the ledger.

The feeds

scout reads fomo.app.family and x. trench trades pump.fun. fees watches the coin's own creator-fee balance. send reads the holder book from chain.

Who gets paid, and how much

Every hour send ranks wallets that hold $dropgrok. Pools, bonding curves, and tagged insiders are excluded. Each remaining holder gets a weight from two things: how much of the supply they hold, and how long they have held it. The hour's budget is split by weight. Hold more, hold longer, get more.

The reserve and the ledger

The reserve is a program-derived account. ETH can be sent to it by anyone. The only instruction that moves ETH out is Distribute. It takes a unix hour and a list of holders with amounts, pays them from the reserve, and updates a ledger account: hours paid, sends, recipients, total lamports, last hour. The hour cannot be in the future and cannot go backwards. There is no withdraw instruction. The program source ships in this repo under programs/dropgrok-reserve.

program · reserve · ledger · authority

The grok bots

Back