Subscribe to the Non-Human & AI Identity Journal

Virtual Asset Service Provider

A virtual asset service provider is a business that offers services involving crypto assets, such as exchange, transfer, custody, or related intermediated activity. In practice, VASP classification matters because it determines who must participate in regulated information exchange and which controls govern transfer approval.

Expanded Definition

A virtual asset service provider, or VASP, is an entity that exchanges, transfers, safeguards, or intermediates virtual assets on behalf of customers. In compliance practice, the term is less about a company’s business model than its regulatory role in the movement and custody of value. That role determines whether the organisation must collect originator and beneficiary data, screen counterparties, and preserve audit evidence for each transfer. Guidance varies across jurisdictions, but the common thread is that a VASP sits at a control point where identity, transaction metadata, and approval logic must be reliable. For NHI security teams, the relevant concern is not only customer identity but also the service account, API keys, signing services, and automation that execute those regulated flows. The NIST Cybersecurity Framework 2.0 is useful here because it ties governance, access control, and monitoring to operational risk in a way that maps well to VASP environments. The most common misapplication is treating VASP as a generic fintech label, which occurs when teams ignore regulated transfer intermediaries and misclassify the systems that actually approve or relay asset movements.

Examples and Use Cases

Implementing VASP controls rigorously often introduces latency and operational friction, requiring organisations to weigh faster transfers against stronger verification and recordkeeping.

  • A crypto exchange verifies whether its wallet orchestration service qualifies as a VASP activity before enabling automated transfer approval workflows.
  • A custody platform separates human approval from machine execution so that signing keys, not operator accounts, enforce regulated transfer controls.
  • A payment processor documents which API-driven hops are acting as intermediaries, then aligns them to travel-rule and audit requirements.
  • A compliance team reviews a suspected token leak using the pattern seen in the JetBrains GitHub plugin token exposure to understand how a compromised credential can affect regulated asset movement.
  • A cross-border platform maps data exchange obligations to the NIST Cybersecurity Framework 2.0 so transfer approval, logging, and anomaly detection are consistently governed.

Why It Matters in NHI Security

VASP classification matters because the systems that move virtual assets are usually driven by NHIs: transaction bots, custody daemons, signing services, broker APIs, and compliance automations. When those identities are overprivileged, poorly rotated, or weakly monitored, the organisation can satisfy business demand while silently breaking regulatory controls. NHI Management Group research shows that 97% of NHIs carry excessive privileges, and 71% are not rotated within recommended time frames, which is especially dangerous in VASP environments where a single credential can authorize many transfers. The same pattern appears in incidents involving leaked tokens or misconfigured integrations, such as the JetBrains GitHub plugin token exposure, where one exposed secret can create a broader operational and compliance failure. For VASPs, least privilege, secret rotation, and transaction-level logging are not optional hardening measures, they are part of the control plane that proves who moved what and why. Organisations typically encounter the full impact only after a transfer dispute, enforcement request, or compromise, at which point VASP classification becomes operationally unavoidable to address.

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 SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC-1 VASP operations depend on controlling who and what can initiate or approve asset transfers.
NIST SP 800-63 AAL2 VASP workflows often require stronger assurance for users and operators handling regulated transfers.
OWASP Non-Human Identity Top 10 NHI-01 VASP environments rely on NHIs that must be inventoried, governed, and protected as critical identities.

Inventory service accounts, API keys, and signing identities before automating transfer controls.