Directorate

PNB opens its first startup branch in Delhi partners with STPI

Date: August 28, 2025

PNB opens its first startup branch in Delhi partners with STPI

"We already had opened startup cells at different locations in the country, but today we have opened the full-fledged startup branch, and this concept we are going to do it in and implement it in the major centers in the country," said Ashok Chandra, MD and CEO, PNB.

Punjab National Bank (PNB) opened its first startup-centric branch in New Delhi to support Indian entrepreneurs and innovations through its services.

Simultaneously, the bank has also signed a memorandum of understanding (MoU) with Software Technology Parks of India (STPI) to facilitate Indian startups with financial literacy and awareness, banking service needs, and registration with some financial institutions, it said in a statement on Wednesday, August 27.

"We already had opened startup cells at different locations in the country, but today we have opened the full-fledged startup branch, and this concept we are going to do it in and implement it in the major centers in the country," said Ashok Chandra, MD and CEO, PNB.

Chandra said that STPI is going to play an important role because it has a good ecosystem and necessary infrastructure.

"We will leverage it and we will find out the way that how we can provide the financial literacy to startups," he said.

He lauded the government for the support they have been providing to the startups, particularly the credit guarantees of up to Rs 20 crore.

"It is exclusive for the startups. So now all those measures are in place, but that has to be brought out, and we should explain it to startup community," the CEO said. "PNB will play an important role. So going forward, you will see that many more branches like this we are going to open in the pan India."

"We are going to engage with STPI, and we are also going to engage with the various incubator centers in the country... We are also in touch with IIT Delhi, IIIT, and other institutions that are promoting the startups. I think (PNB) bank is well poised to take care of its financial requirements," he added.

He doesn't see "any big challenges" in giving loans to startups. "Wherever there are viable proposals, definitely we can give the loan up to Rs 20 crore."

DG, STPI, Arvind Kumar, told ANI that the MoU signed today aims to facilitate startups and innovate new products.

"Somewhere we found that involvement of banking system was not much in the startup domain. We have investors, have mentors, have incubators, have accelerators. I think this will be the first of its kind model in the country, Wherein banking, Punjab National Bank will play a major role in the whole startup ecosystem...," Kumar added. he loan up to Rs 20 crore."

Asked about the impacts of Trump tariffs on the Indian economy, PNB CEO Chandra said it is too early to comment on the consequences.

"We need to examine this entire impact and how long it is going to continue. I think let us wait for some time and then you see the impact," he supplemented. In the same breath, he also noted that he doesn't see a major challenge as we advance.

"Whenever any such crisis has come world over, whether the 2008 crisis or the COVID, I think India has come out very, very successfully. We have grabbed the opportunity. So whenever such challenges come, I think a country like India, with the leadership that we have, I think we are going to seize that opportunity and come out successfully," he hoped.

PNB signs MoU with STPI, opens New Startup Branch

Date: August 28, 2025

PNB signs MoU with STPI, opens New Startup Branch

PSU Bank, Punjab National Bank inaugurated a new startup branch at Bhikaji Cama Place, New Delhi. Further, an MoU was signed between PNB and STPI to extend financial support to eligible startups.

New Delhi, 28 August 2025: Public sector lender Punjab National Bank, in a significant boost to financial outreach, has inaugurated a new startup branch at Bhikaji Cama Place, New Delhi. The inauguration of the new branch is in line with the Startup India initiative, and it aims to promote entrepreneurship and support innovation by providing comprehensive banking solutions.

The branch was inaugurated by Hon’ble Chief Guest Sh. Arvind Kumar, Director General, STPI, & Sh. Ashok Chandra, MD & CEO, PNB, in the presence of Sh. Subodh Sachan, Director STPI; Sh. Ankesh Kumar, Additional Director STPI; and other senior officials of PNB and STPI.

Further, an MoU was signed between PNB and STPI to extend financial support to eligible startups. The main objective of STPI (Software Technology Parks of India) is to promote the development and export of software and IT-enabled services (ITeS), foster innovation and product development, and create a conducive ecosystem for the IT industry.

 

Supply, Installation, Testing, Commissioning and Training of Network Devices (Routers, Layer-3 Switches and Layer-2 Switches)

STPI invites Tender under Two Bid Systems (Technical Bid & Commercial Bid) for Supply, Installation, Testing, Commissioning and Training of Network Devices - Routers, LAYER-3
Switches and LAYER-2 Switches at various STPI Locations as mentioned in the Annexure-A of the RFP document.

Hardware Implementation of Quotient Polynomial h(x) module and MSM of zk-SNARKs Algorithm - South West Delhi

Hardware Implementation of Quotient Polynomial h(x) module and MSM of zk-SNARKs Algorithm - South West Delhi

  • Date 28-07-2025
  • Category SAMARTH

Define Problem Statement / Objective

To develop Hardware Implementation of zk-SNARKs (Zero-Knowledge Succinct Non-Interactive Argument of Knowledge) Algorithm modules: Quotient Polynomial h(x) amd MSM using Pippenger Algorithm.

Background and Requirement/Motivation

A zero-knowledge proof (ZKP) is a protocol in which one party (the prover) can convince another party (the verifier) that some given statement is true, without conveying to the verifier any information beyond the mere fact of that statement’s truth.

 

Types of Zero Knowledge Proofs:

 

1. Interactive Zero-Knowledge Proof (IZKP):

Require multiple rounds of communication between prover and verifier.

 

2. Non-Interactive Zero-Knowledge Proof (NIZKP):

NIZKPs allow the prover to generate a single proof that can be verified by anyone without further interaction. i.e., the verifier can independently check its validity using the same proof. Ex: zk-SNARKs and zk-STARK.

 

NIZKPs are more scalable and efficient for block chain and other decentralized applications due to their single-round communication pattern.

 

ZK-SNARK is abbreviated as “Zero-Knowledge Succinct Non-Interactive Argument of Knowledge.”

1. Zero-Knowledge: Prover can prove that he knows something without revealing the actual information.

2. Succinct: The proof is short and efficient, meaning it doesn’t take up much space or require much time to verify.

3. Non-Interactive: ZK-SNARKs work with a single message from the prover to the verifier.

4. Argument of Knowledge: This ensures that the prover genuinely knows the information they claim to know and isn’t bluffing or using fake data.

Problem Description & Scope

Generating ZK-SNARK proofs requires significant computational resources. While verification is fast, the proof generation process can be slow and resource-intensive, particularly for large or complex computations. Proof generation in zk-SNARKs consumes approximately 90% of total computation time, primarily due to two critical operations:

• Multi-scalar Multiplication (MSM): Dominates computational workload (approx. 70% of proof generation time) requiring intensive elliptic curve operations.

• Number Theoretic Transform (NTT): Creates substantial memory pressure due to large-scale polynomial computations with high-bitwidth operand.

Scope:

The scope of this project is to implement the Following modules:

1. Quotient Polynomial h(x) generation module on FPGAs, which takes the input from Trusted setup of zk-SNARKs and provides the polynomial h(x).

2. MSM module with Pippenger Algorithm.

Shall perform Performance testing and integration of these modules with C-DOT developed modules and/or third party HW/SW modules to realize the ZKP system.

Expected Outcomes and Deliverables

Expected Outcome:

1. Quotient Polynomial generation module of Proof generation in Zk-SNARK.

2. MSM module with Pippenger Algorithm.

3. Integration with Trusted Setup and other modules of zk-SNARKs system.

Deliverables:

1. Test bench and Simulation results of the modules.

2. Test reports

Support for Technical clarification during the Integration.

Pitch Deck

Interested Startup may submit the pitch deck comprising of following:

  • Problem being solved

  • Market opportunity for product

  • Proposed solution/ Defining product

  • Value proposition

  • Technology details

  • Competition analysis

  • Founding Team Composition

  • DPIIT Registration (Mandatory)

  • Start-up stage status

  • Current ownership

  • Business model and innovation

Organized By

  • C-DOT

  • STPI

Back to Top