Keep your offer, logo and details up to date, and see them the way EF founders do, no more emailing the ops team for every change.
Enter your email and we'll send you a code to log in and manage your listing.
A founder proves they are with EF using a link they generate themselves. Three checks tell you it is genuine.
Every real verification link is on founders.joinef.com. Check it in the address bar before you trust anything on the page.
A link on any other domain is not an EF verification, however much the page looks like the one below.
Ask the founder for their link. They create it, they control what it says, and they can switch it off at any time. It opens to a page like one of these, and which one tells you the offer they qualify for.
EF offers usually come in two, one for founders still in the programme (before EF funding) and one for founders EF has funded (after EF funding). The two pages look different on purpose. A founder whose company has since exited or ended still reads as after EF funding, so they stay eligible for your funded offers; a founder who left before any EF funding reads as before EF funding.
Entrepreneurs First verifies that Ada Bell is a founder in an EF programme, before EF has funded them.
For verification purposes only. The information displayed should not be stored, copied, reused, or shared.
Add .json to the end of the same link. No sign-in, no key, and the same answer as data.
{
"verified": true,
"name": "Ada Bell",
"status": "in_form",
"status_label": "In an EF cohort now",
"active": true,
"tier": "pre_ic",
"tier_label": "Before EF funding",
"cohorts": ["SUMMER26 The Bridge"],
"email": "ada@northwind.example",
"company": { "name": "Northwind Health", "one_liner": "..." }
}A link that has expired or been switched off returns {"verified": false}, and always with a 200, so an unknown code and an expired one look the same to a script.
if (data.tier === "post_ic") { /* funded: your after-EF-funding offer */ }
else if (data.tier === "pre_ic") { /* your before-EF-funding offer */ }