# Verification Widget

Our Verification Widget & Design Kit includes a PNG image and URL that verified providers can share on their websites for trust and brand awareness purposes.

{% hint style="success" %}
There are two versions available: one for Light Mode and one for Dark Mode, which you can use on your site.
{% endhint %}

{% tabs %}
{% tab title="Light Mode" %}

<figure><img src="/files/tE7vgpOdPhc9OZr8PCQE" alt=""><figcaption></figcaption></figure>

```markup
<a href="https://www.stakingrewards.com/savings/[slug]/" target="_blank"><img width="150px" src="https://storage.googleapis.com/stakingrewards-static/images/provider-verification/dark-mode-branded-VSP.png"/></a>
```

{% endtab %}

{% tab title="Dark Mode" %}

<figure><img src="/files/C8zTShq9QW9HP39XvkNc" alt=""><figcaption></figcaption></figure>

```markup
<a href="https://www.stakingrewards.com/savings/[slug]/" target="_blank"><img width="150px" src="https://storage.googleapis.com/stakingrewards-static/images/provider-verification/light-mode-branded-VSP.png"/></a>
```

{% endtab %}
{% endtabs %}

{% hint style="warning" %}
Remember to replace the \[slug] in the link with your provider's specific slug at [stakingrewards.com](http://stakingrewards.com/). \
\
e.g. \[slug] = your provider slug at [stakingrewards.com](http://stakingrewards.com/) e.g. <https://www.stakingrewards.com/savings/everstake/> slug = everstake
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.stakingrewards.com/verified-provider-program/integrations-and-distribution/verification-widget.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
