> For the complete documentation index, see [llms.txt](https://docs.d-day.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.d-day.ai/selection-process.md).

# How We Select Startups: The DeepView Process

At **D-Day**, we focus exclusively on high-quality, AI-driven startups with real-world potential. To ensure every startup meets our standards for technical credibility, market opportunity, and investment potential, we use our proprietary **DeepView** vetting process.

#### DeepView at a Glance:

1. **Initial Screening**\
   Quick review of the startup’s core AI idea, market size, and founder background.\
   \&#xNAN;*"Does this solve a meaningful problem?"*
2. **AI Technology & IP Check**\
   We verify technical feasibility, originality, AI model performance, data quality, and intellectual property ownership.\
   \&#xNAN;*"Is the AI technology robust, original, and defensible?"*
3. **Market & Competitive Analysis**\
   Thorough assessment of total market opportunity, growth potential, competitive landscape, and scalability.\
   \&#xNAN;*"Can this startup realistically dominate or significantly disrupt its market?"*
4. **Founder & Team Vetting**\
   Evaluation of the founders’ vision, past execution record, leadership qualities, and commitment to the project’s success.\
   \&#xNAN;*"Does the team have the talent, track record, and grit to succeed?"*
5. **Business Model & Investment Potential**\
   Review of the startup’s revenue strategy, commercial roadmap, profit margins, financial health, and exit opportunities.\
   \&#xNAN;*"Is there a clear, viable path to generating returns for investors?"*
6. **Final Committee Approval**\
   A streamlined internal vote ensures all criteria are confidently met.

#### DeepView Scorecard:

| Criteria                              | Points  |
| ------------------------------------- | ------- |
| **AI Technology & Innovation**        | 25      |
| **Market Size & Growth Potential**    | 25      |
| **Team & Leadership**                 | 20      |
| **Business Model & Revenue Strategy** | 15      |
| **Investment & ROI Potential**        | 15      |
| **Total**                             | **100** |

*(Only startups scoring 80 points or higher advance.)*

#### Why DeepView Matters:

* **Quality Assurance:** Only genuine AI innovation with real market impact.
* **Risk Mitigation:** Rigorous checks protect investors from hype and overvaluation.
* **Transparency:** Clear scoring, straightforward communication, and detailed insights for our community.

**DeepView ensures we deliver only the most credible, innovative, and impactful AI startups, every single time.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.d-day.ai/selection-process.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
