fewpips · payout proof

Payout certificates
17–24 August

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.

Requested by Nick · 25 Aug, 20:49 Prepared by AIM Nothing posted anywhere yet

The ask

“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

Blocked on data

We do not hold the 17–24 August payouts

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:

FieldExampleNotes
nameRocío Navarreteexactly as it should read on the certificate
amount11938.20exact figure, 2 decimals, no rounding
accountFewpips Future Based CFD Instant Accountthe account line, verbatim — 8 different variants are in use across the current certificates
date2026-08-18the 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"}
]

What is already built

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.

Fidelity check

Same data in → same certificate out

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.

Published certificate on the left, regenerated certificate on the right
Published (left) vs regenerated (right) — same trader, same figure, same date.

Running a batch

1
Drop the payout list into batch-aug17-24.json.
2
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.
3
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.

Keep internal

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.

Website: exactly what changes

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.

1. fewpips.com homepage — /proof-peek.js (PR to Fewpipss/fewipips)

LineNowAfter
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

2. Proof page — fewpips-proof.pages.dev (direct upload, no repo)

Worth a decision while we are in there

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.

Discord post — draft

For the payouts/proof channel, certificates attached as images. Figures in amber come from the batch.

๐Ÿ’ธ Payout run — 17–24 August {N} funded traders got paid this week — {$TOTAL} out the door. Biggest of the run: {TRADER} on a {ACCOUNT TYPE}, {$AMOUNT}. Every certificate from this run is attached. The full archive — every payout, every month, certificates and payout emails — lives here: https://fewpips-proof.pages.dev Pass the challenge, get funded, get paid. โ†’ https://fewpips.com

House style: fewpips is lowercase in copy. The certificates themselves read “Fewpips” because that is how the existing artwork is set — left as is.

Telegram post — draft

Certificates as a media album, this as the caption on the first image.

๐Ÿ’ธ Payouts: 17–24 August {N} traders paid ยท {$TOTAL} sent this week Top payout: {TRADER} โ€” {$AMOUNT} Certificates for the whole run are in this album. Full payout archive: https://fewpips-proof.pages.dev Start your challenge โ†’ https://fewpips.com

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.

Order of play