# Logos & Assets

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

When integrating OISY, please use one of the logos from this archive: &#x20;

{% file src="/files/EfJBXWc3xvHdJyXl5yAs" %}

***

For most dApp integrations, we recommend using the following icon in SVG or PNG format:

<figure><img src="/files/Mpa9UBQtpqIyQO7UEmSk" alt="" width="160"><figcaption><p>OISY icon</p></figcaption></figure>

{% file src="/files/AJV55PvsM7a7v02Kq9Bs" %}
SVG logo version
{% endfile %}

{% file src="/files/Mpa9UBQtpqIyQO7UEmSk" %}
PNG logo version
{% endfile %}

## Brand color

<table data-header-hidden><thead><tr><th></th><th width="249"></th></tr></thead><tbody><tr><td><h3>#0066FF</h3><p>Whenever possible, use this exact hex value to maintain visual consistency across integrations.</p></td><td><img src="/files/FoPtYZEQjErH8ibDanBl" alt=""></td></tr></tbody></table>

***

## "Connect with OISY" Button Guidelines

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

Buttons are a core interactive element and often the first user interaction with OISY.\
Always align them with the OISY brand identity and apply consistently across all platforms.

### Button text

Use the full name with correct capitalization: “**OISY Wallet**”.

**✅ Good examples:**&#x20;

* "Connect with OISY Wallet"
* "Connect OISY Wallet"
* "OISY Wallet"

**❌ Avoid partial names and inconsistent capitalization:**

* "Oisy"
* "Connect with Oisy"
* "Connect Oisy Web Wallet"&#x20;

### Colors & Icons

* Primary brand color: **#0066FF**
* Alternative: approved monochrome variations only
* Avoid using random colors

<figure><picture><source srcset="/files/X7BfS8mkVBJ7Y5fYFdop" media="(prefers-color-scheme: dark)"><img src="/files/KGHpM4AAJYG7YOae0vpy" alt=""></picture><figcaption></figcaption></figure>

### Button icons

Please use the following icons:&#x20;

{% file src="/files/2nMjgsOwgMkS8BkbDgmx" %}

### Spacing & Layout

* Maintain clear padding around text and icons
* Avoid tight or compressed spacing
* Icon must not overlap or touch text

Below you can find examples of the buttons that you should avoid using

<figure><picture><source srcset="/files/9qFgVdzJqntYiqGqoFTy" media="(prefers-color-scheme: dark)"><img src="/files/8WZKaCrFyKyUJhhas4DR" alt=""></picture><figcaption></figcaption></figure>

### tldr: Developer Notes

* Use consistent capitalization: always **OISY Wallet**
* Apply brand color #0066FF or monochrome only
* Ensure readable contrast (WCAG AA minimum)
* Keep minimum 16px padding inside the button
* Do not abbreviate or shorten the product name

**Thanks!**&#x20;

For more info please reach out to: [Support](/using-oisy-wallet/support.md)


---

# 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.oisy.com/media/logos-and-assets.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.
