# 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="https://932857642-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcJcvToZfiJzJey7lz4xW%2Fuploads%2FK1sy4nCEsolftCckHfF4%2Fimage.png?alt=media&#x26;token=ba259bd1-ca69-4d91-b91f-cd664c8c6047" 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="https://932857642-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcJcvToZfiJzJey7lz4xW%2Fuploads%2FmU6OHdQAIrAz5jzxgeP1%2Fimage.png?alt=media&#x26;token=71526796-13cf-4b3f-a919-7d8614fcdf94" 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 %}
