It works best when the business loss comes from high-volume abuse and the challenge can run invisibly in the background. That makes it useful for account creation, access attempts, and bot-heavy funnels. It is weaker when the threat requires strong identity assurance rather than economic deterrence.
Why This Matters for Security Teams
Proof of work is not a substitute for identity assurance. It is a friction control that raises the cost of abuse, which is why it can be effective when the problem is automated volume rather than a trusted user proving who they are. Security teams often reach for it at sign-up, login, password reset, or API entry points because those paths attract bots, credential stuffing, and disposable accounts. The key question is not whether proof of work stops all attackers. It is whether the added computation meaningfully changes attacker economics without slowing legitimate traffic enough to hurt conversion or operations. Guidance in the NIST Cybersecurity Framework 2.0 still points teams toward risk-based, proportionate controls rather than blanket friction. For NHI-heavy environments, the same logic applies: an abuse control should not be mistaken for a lifecycle control, and it should never be the only barrier protecting a secret or service account. NHI Management Group’s Top 10 NHI Issues shows why this matters: once automated abuse reaches the identity layer, weak friction controls are only a speed bump, not a boundary. In practice, many security teams discover this only after abuse has already scaled through signup or login funnels, rather than through intentional testing of attacker economics.How It Works in Practice
Proof of work asks the client to perform a small, verifiable computation before a request is accepted. The defender sets the difficulty so that a single legitimate user experiences minimal delay, while large-scale automation pays a cumulative cost. That makes it most suitable where the goal is deterrence and rate shaping, not authentication. It works best when paired with signal-based policy, as reflected in the Ultimate Guide to NHIs — Why NHI Security Matters Now, which emphasizes that modern identity abuse is often industrialised and persistent. A practical deployment usually follows three steps:- Trigger only on risky flows, such as high-volume sign-up, password reset, token exchange, or suspicious access bursts.
- Keep the challenge lightweight enough that normal users do not notice it, especially on mobile and low-power devices.
- Combine it with other controls such as rate limiting, reputation checks, bot detection, and step-up verification when confidence is low.
Common Variations and Edge Cases
Tighter proof of work often increases user friction and support overhead, requiring organisations to balance abuse reduction against conversion loss and accessibility concerns. That tradeoff is especially visible in consumer onboarding, public-facing APIs, and mobile apps, where even a short delay can affect completion rates. Best practice is evolving, and there is no universal standard for how much computation is “enough” for every threat model. A few edge cases matter:- It is stronger against high-volume bots than against targeted fraud, insider misuse, or compromised credentials.
- It may be counterproductive on low-powered devices, where legitimate users pay a larger performance cost than attackers running distributed infrastructure.
- It can be bypassed if the attacker has cheap parallel compute, so the control must be continuously tuned.
- It should not be used to protect secrets directly, because NHI risk is primarily about credential lifecycle, privilege scope, and revocation speed.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AA-1 | Supports adaptive access decisions based on risk and context. |
| OWASP Non-Human Identity Top 10 | NHI-01 | Proof of work is ineffective if NHI credentials are already overexposed. |
| NIST AI RMF | Helps evaluate whether the control meaningfully reduces abuse risk. |
Prioritise secret rotation, scope reduction, and revocation over friction controls.
Related resources from NHI Mgmt Group
- How should security teams reduce phishing risk in MFA without creating more user friction?
- How should security teams implement just-in-time access without creating too much friction?
- How should security teams secure hybrid and remote work without adding too much user friction?
- How should security teams implement context-aware authentication without creating too much user friction?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on June 11, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org