A platform claiming to be infrastructure must be auditable like infrastructure. Below is the canonical reference for every headline metric — what it counts, where it comes from, when it refreshes, and when it was last verified against the source.
Operating principles
01
We do not surface targets, forecasts, or "by year-end" numbers in public stats. Only what is checkable today, against a live database, on demand.
02
Every metric on this page can be regenerated by running a single query against our production database. The queries themselves are documented for internal review.
03
Each metric carries an ISO date showing the last manual verification pass. We re-verify quarterly at minimum; certain metrics refresh nightly.
04
When the question is "does this count?", we err toward exclusion. A smaller, defensible number beats a larger, contested one.
The metric ledger
6 metrics tracked
$3.4B
pre-curated cross-border pipeline
Last verified · 2026-05-14
Definition
The aggregate notional value of all opportunities currently published on the platform — buy-side and sell-side, across investment, trade, advisory, and PPP categories.
Source
Derived directly from the production `opportunities` table by summing `pipeline_value` across all rows with status="active" and visibility="public".
Refresh cadence
Refreshed nightly via a scheduled batch job. Headline figure rounded to one decimal point; the underlying number is checkable via SQL.
What counts
What does not
221
curated opportunities
Last verified · 2026-05-14
Definition
The count of active, publicly listed opportunities that have passed editorial curation and counterparty verification.
Source
`SELECT COUNT(*) FROM opportunities WHERE status="active" AND visibility="public" AND curated_at IS NOT NULL`
Refresh cadence
Counted on every page render with a 5-minute Next.js cache. Live figure surfaces in the platform stats footer.
What counts
What does not
25
active African markets
Last verified · 2026-04-30
Definition
The count of African countries where AfroSynergy currently has at least one verified counterparty, at least one published opportunity, and complete compliance-jurisdiction coverage.
Source
Derived from a `JOIN` of `opportunities.country` and `verified_partners.country` against the `compliance_jurisdictions` table.
Refresh cadence
Updated quarterly. The 25 figure reflects Q2 2026 state.
What counts
What does not
38
deal templates
Last verified · 2026-05-14
Definition
The count of structured opportunity templates in the `opportunity_templates` table — pre-built deal structures publishers can use to standardize cross-border transactions.
Source
`SELECT COUNT(*) FROM opportunity_templates WHERE is_active=true`
Refresh cadence
Templates are versioned. New templates ship monthly; deprecated templates are retired but archived for reproducibility.
What counts
What does not
19
verified professionals on platform
Last verified · 2026-05-14
Definition
The count of advisory professionals who have completed verification (identity, credentials, references) and are eligible to be matched to consulting engagements.
Source
`SELECT COUNT(*) FROM consultant_profiles WHERE verification_tier >= 1`
Refresh cadence
Refreshed in real time as new professionals complete onboarding. Conservative figure — does not include in-progress applicants.
What counts
What does not
64
countries with FATF-based risk ratings
Last verified · 2026-05-14
Definition
The count of countries where the platform applies a calibrated risk score derived from the Financial Action Task Force (FATF) jurisdiction assessments plus AfroSynergy editorial overlays.
Source
The internal `country_risk_ratings` table, sourced from FATF public lists.
Refresh cadence
Rebuilt whenever FATF publishes an updated jurisdiction assessment (currently 3× per year).
What counts
What does not
For diligence parties
If you are conducting institutional due diligence on AfroSynergy and need access to the underlying SQL queries, raw counts, or audit trail backing any metric on this page, the data room is available on request.
Request diligence access