How Much Did Quantum Rise Raise? Funding & Key Investors

Date August 11, 2026
Q

Quantum Rise

COMPANY INFO

Quantum Rise is a privately held IT Services and IT Consulting company founded in 2024 by Alex Kelleher and business-services investment leader Erie Street Growth Partners. Headquartered in Chicago, Illinois, it has between 11-50 employees and specializes in providing AI consulting services that combine human expertise with artificial intelligence to drive business transformation. The company's website is https://www.quantumrise.com.

What is Exa?

This page is built with Exa, a web search API for AI agents. It is updated every 24 hours.

How Much Did Quantum Rise Raise? Funding & Rounds and Investors

Quantum Rise is an IT Services and IT Consulting company founded in 2024 by Alex Kelleher in partnership with business-services investment leader Erie Street Growth Partners. Headquartered in Chicago, Illinois, Quantum Rise specializes in providing AI consulting services that blend human expertise with artificial intelligence to drive organizational transformation. With 16 employees, the company operates in the business/productivity software sector, offering cutting-edge solutions for clients seeking digital transformation.

Quantum Rise funding has launched strongly with a $15 million seed round led by Erie Street Growth Partners. The company's funding strategy centers on leveraging venture capital to quickly scale their AI consulting offerings and establish a robust presence in the industry. With this single funding round to date, Quantum Rise investment has been focused on foundational growth, talent acquisition, and product development to drive long-term value in the AI and IT consulting space.

Funding Rounds

Seed - $15M - 2024-07-05

Quantum Rise raised $15 million in a seed round on July 5, 2024. The funds are dedicated to supporting the company's initial launch, expanding their consulting team, and accelerating the development of proprietary AI solutions that integrate human and machine intelligence for enterprise clients.

Key Investors

Erie Street Growth Partners

Erie Street Growth Partners served as the lead investor in Quantum Rise's seed funding round. Erie Street is known for investing in growth-oriented business services and technology companies, providing not only capital but also strategic guidance to ensure Quantum Rise's early success in a competitive industry.

Find funding data on any company with Websets!

Websets is a powerful natural language search and data enrichment tool that helps you discover comprehensive funding information for any company. Whether you're researching Quantum Rise funding rounds or exploring investment data for other companies, Websets provides detailed insights into funding history, investors, and financial milestones.

With Websets, you can access detailed funding profiles, investor information, and financial data through intuitive natural language queries. Sign up now to enhance your funding research capabilities.

What is Exa?

This page is built with Exa, a web search API for AI agents. It is updated every 24 hours.

Exa searches the web, extracts relevant source content, and returns structured outputs with citations.

How it works

API request

Preview
TypeScript
const run = await exa.agent.runs.create({
  query: "Research Quantum Rise's funding rounds, key investors, total raised, and latest funding date. Return structured JSON with field-level citations.",
  effort: "low",
  outputSchema: {
    // company, fundingRounds, keyInvestors, totalRaised
    /* ... */
  }
});

const result = await exa.agent.runs.pollUntilFinished(run.id);
Copy request preview

API output

Preview
JSON
{
  "status": "completed",
  "output": {
    "structured": {
      "company": "Quantum Rise",
      "fundingRounds": [
        "..."
      ],
      "keyInvestors": [
        "..."
      ],
      "totalRaised": "$15 million"
    },
    "grounding": [
      {
        "field": "fundingRounds[0].amount",
        "citations": [
          {
            "url": "..."
          }
        ]
      }
    ]
  }
}
Copy output preview