Everything for this run is built and tested — the certificate generator, the website change, and the Discord and Telegram posts. One thing is missing and it can only come from your side: the payout list for 17–24 August.
“Certificates for dates 17 aug - 24 aug. Please can we ensure these are uploaded onto the website, discord and telegram.” — Nick, Fewpips Marketing, 25 Aug 20:49
The last batch published on the site is 4–16 August (newest certificate: Rocío Navarrete, 16 August 2026). Payout figures come out of the Fewpips CRM, which AIM has no access to, and nothing for 17–24 August was attached to the request. We do not invent names, amounts or dates on a payout certificate, so the run stops here until the list lands.
Send the payouts in any format you already have (CSV export, spreadsheet, screenshot of the CRM payout table) with these four fields per payout:
| Field | Example | Notes |
|---|---|---|
name | Rocío Navarrete | exactly as it should read on the certificate |
amount | 11938.20 | exact figure, 2 decimals, no rounding |
account | Fewpips Future Based CFD Instant Account | the account line, verbatim — 8 different variants are in use across the current certificates |
date | 2026-08-18 | the payout date, must fall inside 17–24 Aug |
Handing it over as JSON is fastest — it drops straight into the generator:
[
{"name": "...", "amount": 0000.00, "account": "...", "date": "2026-08-1X"},
{"name": "...", "amount": 0000.00, "account": "...", "date": "2026-08-2X"}
]
A certificate generator that renders the real Fewpips certificate — not a redraw of it. The artwork (frame, logo, chart background, signature) was reconstructed from the 100 certificates already published, and every text field was fitted against them: font, size, letter-spacing, baseline and the softness of the original export.
Left: the certificate published on the proof page for Rocío Navarrete. Right: the same payout re-rendered by the generator from its data. Mean difference across the whole certificate: 1.6 of 255 per pixel.
batch-aug17-24.json.python3 render.py batch-aug17-24.json out/ — writes one
1600×1131 JPG per payout for the proof page, one 1280×905 WebP per payout for the homepage strip, and
prints the ready-to-paste code blocks for both pages.python3 pdf.py out/full out/fewpips-august-2026.pdf august
— rebuilds the month archive PDF (58 pages today, one certificate per page).Turnaround once the list arrives: minutes, not a design pass. The generator, the fonts and the reconstructed artwork are attached to this task in Drive.
The reconstructed artwork is a blank, signed Fewpips certificate. It stays in
internal storage — it is deliberately not committed to the public
Fewpipss/fewipips repo, because anyone cloning it could mint convincing fake Fewpips payout proof.
Two surfaces carry the certificates. Both are ready to go the moment the batch renders; the fewpips.com side ships as a PR for Djordje to merge, per the usual flow.
/proof-peek.js (PR to Fewpipss/fewipips)| Line | Now | After |
|---|---|---|
| batch comment | // 4-16 Aug 2026 batch (Nick, 17 Aug 2026) | // 17-24 Aug 2026 batch (Nick, 25 Aug 2026) |
CERTS (5 cards) |
rocio-navarrete $11,938.20 fernanda-salazar $11,091.50 paloma-ibarra $10,552.55 aoife-brennan $9,977.25 luana-barbosa $9,586.25 |
top 5 payouts of the 17–24 Aug batch (block printed by the generator) |
LEADERS (top 3) |
Rocío Navarrete $11,938.20 Fernanda Salazar $11,091.50 Paloma Ibarra $10,552.55 |
only changes if a 17–24 Aug payout beats $10,552.55 |
/certs/*.webp |
5 files, 1280×905 | 5 new files; the replaced ones stay published on the proof page |
august-<Name_Slug>.jpg for every payout in the batch.DATA.certs — add one row per payout (rows printed by the generator). The
headline counters and the per-month totals are computed from this array, so they update themselves.On 21 Aug Nick asked for the certificate page figure to read $600K+
instead of $674k. The proof page still animates its “Paid out” counter to $674K+
(it is a hardcoded 674 in the page script, and the project has not been redeployed since).
Confirm which figure Nick wants standing and we change it in the same deploy.
For the payouts/proof channel, certificates attached as images. Figures in amber come from the batch.
House style: fewpips is lowercase in copy. The certificates themselves read
“Fewpips” because that is how the existing artwork is set — left as is.
Certificates as a media album, this as the caption on the first image.
Nothing has been sent to Discord or Telegram. AIM does not post to client channels — these go out from your side once the batch and the copy are approved.