Skip to content
SIH Buddyby Ganeev Singh
Dev
All problem statements
SIH26125Proceed with cautionacceptance 2/5

Blockchain-Based Secure Platform for Identity,Access Control, and Digital Asset Management

Bharat Electronics Limited · Blockchain & Cybersecurity · Software

You will build this cleanly and it will look like a hundred other blockchain submissions — the architecture is fully dictated, so unless you have a genuine answer to the token-versus-real-asset gap, there is little room to stand out.

What it actually is

Centralised identity systems are a single point of failure, and asset ownership records are scattered across disconnected systems. The ask is a blockchain platform where each user has a decentralised identifier, assets are represented as NFTs tied to those identities, and smart contracts enforce role-based permissions with every action permanently logged.

What to build

A smart-contract platform issuing each user a decentralised identifier authenticated by cryptographic proof rather than a central authority, with assets minted as non-fungible tokens allocated to those identifiers to establish traceable ownership, role-based access control defining Admin, Manager, Auditor and User roles whose permissions are enforced by the contracts themselves on every operation, restricted minting so only authorised administrators can create and assign assets, and an immutable on-chain audit log of identity creation, minting, allocation, permission changes and ownership transfers, presented through a web console for each role.

Smallest thing that wins the room

Attempt an asset transfer from an account holding only the Auditor role and show the smart contract rejecting it on-chain, then perform the same transfer as Manager and show it succeeding with the full audit trail updating in the same transaction.

How crowded this one gets

A guess, projected from the 2025 statements — the last year where both the submission counts and the winners were published.

Quiet55–120 teams expectedroughly 1 in 44–102 wins it

Quieter than 91% of the 226 · #21 of 226 by expected field

Few teams are likely to go here. The best odds on the board come from statements like this.

Why: company-sponsored statements drew the smallest fields of all.

This is a guess, not a fact

Nobody has published 2026’s numbers yet. This is an analysed estimate from last year’s pattern, so please do not take it as the truth — check the live counter on the SIH portal before you decide anything. The range covers the middle half of likely outcomes, so one statement in two lands outside it. Entry closes at 500 ideas per statement, so no range goes past that — a statement that reaches the cap fills and shuts rather than drawing an unlimited crowd. The model reads only three things a team can see before choosing — software or hardware, the theme, and what kind of body posted it — and those explain about a quarter of the variation in last year’s field sizes (R² 0.25 on held-out statements). Trust the band more than the number, and the ordering more than either. It cannot see how good your idea is, which is the part that actually decides it.

The scores

The number is the shorthand. The line under it is the reason.

What you will be writing

  • Solidity + OpenZeppelin AccessControl
  • ERC-721 NFT asset representation
  • W3C DID + Verifiable Credentials
  • Hardhat / Foundry test suite
  • Polygon or private EVM chain
  • React + ethers.js role console
  • Decentralised identity
  • Access control
  • Blockchain applications

Prior art to read before you start

DID-based identity management · NFT asset ownership records · smart-contract enforced RBAC

Analysed by Claude Opus. Every score above is a judgment call with its reasoning attached — kindly cross-check this against the official statement on the SIH portal before your team commits to it.