Docs

TREASURY

The public treasury and what enters it.

Public treasury address

VYBEbFTZonJpAECuNFaPuaNnofY4mqVyT4RhjiuBR5W

This wallet receives the fee revenue that VYBE actually controls. That means VYBE-configured fee shares on launches routed through VYBE, plus any direct contributions. It does not receive pump.fun protocol fees, which are set by the protocol and are outside VYBE's control.

Accounting

  • Every fee event stores the token, mint address, creator, creator handle, transaction, gross fees, creator allocation, treasury allocation and timestamp.
  • Creator allocations accumulate per creator and per token.
  • Payouts store the destination address, amount, status and signature.
  • The treasury page reads balances from a live RPC endpoint and totals from the ledger. No statistic is fabricated.

Only the public treasury address exists in this project. The treasury private key is never added to the codebase, the database or any environment variable used by the frontend.

NextFee Flow