Screen · Assess & Decide · Analysis & Finance
Screen Startup Against Incubator/Accelerator Eligibility Criteria
A founder receives a structured eligibility screen showing, criterion by criterion, whether the startup qualifies for a given incubator or accelerator program and whether it clears the overall gate.
You receive: A JSON object with a criteria array (each: criterion name, type enum, required flag, threshold/expected value, applicant value, and a computed pass boolean) plus an overall_eligible verdict and a count of failed must-have criteria.
Part of Choose Business Model
What's verified: STUD verifies each criterion is evaluated by the correct comparison rule and that the overall gate respects must-have failures. It does NOT verify the applicant's self-reported profile values are true, that the program's criteria were transcribed correctly, or that passing the screen yields admission.
Opens soon
This objective is verified and ready. It opens soon, once sign-in and payments are live.
Deliverable interface
The exact vocabulary the automated check enforces: keys, tokens, entry points, and worked examples. Generated from the verification source.
{
"buyerParamKeys": [
"applicant_profile",
"max_company_age_months",
"program_criteria",
"stage_required"
],
"checkNames": [
"format_parses",
"criteria_complete",
"type_valid",
"threshold_matches_params",
"value_matches_profile",
"pass_computed_correctly",
"required_matches_params",
"failed_must_have_count_correct",
"overall_eligible_correct",
"company_age_present",
"stage_present"
],
"constants": {},
"deliverableLabel": "screen_incubator_accelerator_eligibility",
"documentKeys": [
"applicant_value",
"company_age",
"criteria",
"expected",
"failed_must_have_count",
"must_have",
"name",
"overall_eligible",
"pass",
"required",
"stage",
"type"
],
"enumLiterals": [
[
"numeric_max",
"numeric_min"
],
[
"numeric_max",
"numeric_min",
"enum_equals",
"boolean_true"
]
],
"submission": "a JSON document (submitted as a string), validated as data; every check below must pass",
"tier": "doc-validator"
}Get early access to STUD the day it goes live.