Publishing Policy
Standing policy · 11 August 2026
No payout figure, testimonial, trader count, review score, community size or performance statistic appears on this site, in any email we send, or in any advertisement we run, until a real and verified one exists. Not as a placeholder. Not for illustration. Not behind a design mock.
What we will not publish
A prop firm that publishes numbers it cannot substantiate is asking to be believed on nothing. We hold ourselves to a rule that is simple enough to be checked from outside: if it is a claim about results, it does not go out until it is a record of results.
- Payout totals, payout screenshots and withdrawal feeds.
- Testimonials, quotes and named or anonymised trader stories.
- Counts of traders, funded accounts, community members or subscribers.
- Review scores, star ratings and badges we have not earned.
- Pass rates, win rates and any other performance statistic.
- Strikethrough “was” prices and invented recommended-retail anchors.
What we publish instead
Everything we can substantiate, in full and before you pay. The exact rules of each evaluation as they appear in our commercial terms — profit targets, daily loss limits, drawdown and how it is measured, consistency, and the terms that apply if you retake an evaluation. The price of each account with the activation fee shown up front and no invented anchor beside it. And the tools, which run on your own numbers rather than ours.
Read them at the rules and the evaluations.
The policy is enforced in the code
A promise you cannot check is worth what it costs to make. So this policy is written into the site itself, where anyone can read it by viewing source.
components/PayoutProof.tsx
if (PAYOUTS.length === 0) return null;The payout section deletes itself rather than render a placeholder. There is no empty state, no “coming soon” card and no sample row — with nothing real to show, the section does not exist on the page at all.
constants.tsx
export const TESTIMONIALS: Testimonial[] = [];export const RECENT_PAYOUTS: ... = [];Both arrays are empty by design, and each carries a comment in the source explaining that entries may be added only for a real, consented customer or a real, settled payout. Every component that reads them renders nothing while they are empty.
Where we stand today
OA Funded has no payout history to show. That is why there is no payout section on this site, and it is the honest answer to the question rather than a number dressed up to look like one.
When there is a history, we will publish it whole. That means the traders who do not clear an evaluation alongside the ones who do, and the rule that ended each attempt. A payout page that only shows winners is a marketing asset; a record that shows both is the thing you actually needed in order to judge us.
Scope
This policy covers this website, every email sent from OA Funded, every advertisement we place, and every social account we operate. It applies to material produced by us and to material produced on our behalf. It stands until it is replaced by a dated revision on this page.