Releases: rebateprotocol/pons_fork
Release list
v0.9.0 — Pons Fork monorepo
Twelve separate repos folded into one npm workspace, full commit history preserved, no behaviour change to any live service.
In this release
- Five fee protocols as services: agentic (buyback & burn), cashback (ETH to holders), charity, rwa (tokenized stocks), lp (dormant).
- The ops bots: alerts, notifier. The wallet↔X backend. The ponsfork.com static site. The Disperse contract. The GitBook docs. The dormant Pons v2 engine.
- 10 systemd units under version control for the first time.
- Conventional Commits enforced by a zero-dependency git hook.
Live on mainnet: agentic, cashback, charity, rwa, alerts, notifier, backend.
Dormant: lp (DRY_RUN default), v2.
Original per-project repos remain in place; this is the combined canonical home. Private keys live only in gitignored server .env files and are never committed.
The Solana flagship of the same ecosystem is Rebate Protocol.
v0.5.0 — RWA Cashback and Fees to LP
2026-07-28. Protocols four and five.
- RWA Cashback — swap fees into Robinhood tokenized stocks and pay holders the basket the deployer picked.
- Fees to LP — add fees as liquidity, route the LP fees to the treasury.
Also: the charity registry expanded to 27 verified organisations, and the holders API hardened for scale.
Historical tag — the last pre-consolidation commit.
v0.4.0 — the v2-ready port
2026-07-27. All three protocols re-implemented against the Pons v2 design — pull-based fee escrow, bonding curve to Uniswap v4 graduation — built and left dormant until v2 activates on mainnet.
Historical tag, v2 lineage only.
v0.3.0 — Charity, the third protocol
2026-07-26. Fees routed to real charities at a 0% service fee, with the deployer choosing the split via an on-chain memo transaction. Shipped alongside the Disperse batch-payout contract that makes paying hundreds of holders affordable.
Historical tag, disperse lineage; the charity engine shipped the same day in its own repo.
v0.2.0 — ponsfork.com goes live
The public site, 2026-07-25: landing page, live token list read straight off Robinhood Chain, per-token pages with mode badges. Hand-written static HTML, no bundler, no build step.
Historical tag, site lineage only.
v0.1.0 — the first two engines
The two protocols that started Pons Fork, ported from the Solana bots to Robinhood Chain in TypeScript/viem on 2026-07-20.
- Agentic Mode — claim creator fees, buy the token back, burn it.
- Cashback — claim creator fees, pay holders in ETH pro-rata.
Historical tag. It predates the monorepo, so it points into the agentic engine's own lineage; Cashback shipped the same day in a separate repo. Whole-project states begin at v0.9.0.