> For the complete documentation index, see [llms.txt](https://docs.stakingrewards.com/verified-provider-program/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stakingrewards.com/verified-provider-program/integrations-and-distribution/verification-widget.md).

# 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 %}
