> For the complete documentation index, see [llms.txt](https://docs.chainspot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainspot.io/useful-links/brand-assets.md).

# Brand Assets

Download brand assets [here ↗️](https://drive.google.com/file/d/17ShbNtPa-kVcadHPfOQdtsKcujRvmAyc/view?usp=sharing)

## Primary logo

Our primary logo combines our word mark, Chainspot.&#x20;

Wherever possible, we aim to use our primary logo in full-color. For dark backgrounds, please make sure to use our Inverted Primary Logo.

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

## Chainspot symbol

For tight layouts or logo-only grids, the Chainspot logomark is a concise way to refer to Chainspot. Use with good judgment for your audience, as the Chainspot wordmark has stronger brand recognition.

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

## Chainspot icon

When referring to Chainspot as a company, such as on social media, or where a “chip” design is required, it is acceptable to use this stylized icon with an appropriate corner radius.

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

## Monochrome logo

When our primary or full-color logos aren’t an option, use the monotone logo that provides the most contrast.

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

## Our Colors

Blue is Chainspot’s hero color.&#x20;

The blue and sky colors are for use on additional elements.

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

## Minimum size

To maintain the visual integrity of our logo, don’t scale it below 100 pixels or 32 millimeters wide.

<figure><img src="/files/9fUuEJClCPA9S0aIRBft" alt=""><figcaption></figcaption></figure>


---

# 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://docs.chainspot.io/useful-links/brand-assets.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.
