version 1.0 · last updated 2026-04-19

buyback policy

for site, readme, and pinned thread.

the short version

every 90 days, 50% of accumulated royalties are used to buy the lowest-priced hyper claudes on hyperevm secondary markets and burn them. the other 50% covers operations. every transaction is published with hashes. if royalties stop flowing, buybacks pause. no royalty, no buyback.

that's the whole thing. the rest is detail.


the long version

royalty source. the contract sets a 5% default royalty via erc-2981. the royalty receiver is a multi-sig safe with two signers. royalty enforcement depends on the marketplace honoring erc-2981. see failure modes.

every 90 days, the safe executes:

  1. collect. all royalties received in the prior 90-day window.
  2. split. 50% transferred to a dedicated buyback wallet. 50% retained by the safe for operations: infrastructure, security review, and continued work on the hyper claude site and tooling.
  3. buy. the buyback wallet sweeps the lowest-priced listings on hyperevm secondary markets at the time of execution, starting at the floor and working upward until the budget is exhausted.
  4. burn. every bought-back token is sent to the contract's burn() function and permanently destroyed. MAX_SUPPLY stays at 2,222 as the hard cap on mints. circulating supply falls.
  5. publish. every buy and every burn is listed on hyperclaude.art/buybacks with tx hashes, token ids, prices paid, and timestamps.

failure modes we will not hide from:


what this policy is not

holders own a piece of pixel art on hyperevm. nothing more is promised. if buybacks add value, that is a byproduct.


verification

this document is version-controlled in the project repo. any change produces a new version with a visible diff. the version displayed on the site always matches the latest version in the repo.