> For the complete documentation index, see [llms.txt](https://sandbox-docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sandbox-docs.verifone.com/s-adk-5.1-programmers-guide/readme/pg_system_diagnosis_and_troubleshooting/pg_slp_using_guide.md).

# Device Software Licensing and Protection status guide

Starting from ADK 4.9 (VOS2) and ADK 4.10.1 (VOS1), the additional component integrity check was implemented that provides the Device Software Licensing and Protection (SLP) status.

It compares versions of security-relevant bundles installed on a device with the expected bundle versions.

The expected bundle version list (or policy) comes with every ADK release and can change with the next releases.

See the detailed description in [ADK Version Information](/s-adk-5.1-programmers-guide/readme/developing_applications/pg_all_packages.md#subsec_comp_pkg_adkversioninfo).

During every boot, the system compares the actual installed bundle versions with the secure versions defined by the ''policy''. If at least one bundle version does not match or doesn't exist, or the SLP file is missing or broken, the system sets the SLP status to ''tainted''.

The status "SLP TAINTED" is also displayed in the bootup splash screen.

Additionally, on VOS2 devices the NAG screen is displayed over the display and blinks periodically, to inform the user that this device is not secure:

![](/files/pfu0oifLbyFYk66O4nRi)

{% hint style="warning" %}
It is not possible to remove the tainted status.
{% endhint %}

To fix the issue, you should install a proper ADK release.

Normally, with the correct ADK release installation, the SLP status should be OK. But, if there is a side loading and upgrading/downgrading of some ADK or OS component, the tainted status might appear if the new component version doesn't fit the policy.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sandbox-docs.verifone.com/s-adk-5.1-programmers-guide/readme/pg_system_diagnosis_and_troubleshooting/pg_slp_using_guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
