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

# Brand and links

## Official channels

| Channel | Address                            |
| ------- | ---------------------------------- |
| Website | [zircofi.com](https://zircofi.com) |
| X       | [@ZircoFi](https://x.com/ZircoFi)  |
| Contact | <hello@zircofi.com>                |

Any other domain or handle claiming to be ZircoFi is not. Contract addresses will only ever be published on this documentation site and on the website.

## Name

The name is written **ZircoFi**, with a capital Z and a capital F, never in all caps in running text.

## Voice

The documentation and product speak the same way: calm, technical, precise. Short declarative sentences, numbers stated with their units, costs itemised rather than summarised, and risks in the reading path rather than the footnotes. No hype, no exclamation marks, no urgency theatre. If a sentence would not survive being read back by a sceptical auditor, it is rewritten until it would.

## Visual identity

The mark is a layered cloud: overlapping translucent sheets in teal, mint and periwinkle that build a single form on a pale field. It represents many sources of liquidity resolving into one clear price, which is what the venue does.

<figure><img src="/files/Ag3uFkKdGuXLA4NDzchv" alt="ZircoFi mark" width="200"><figcaption></figcaption></figure>

### Palette

| Token       | Hex       | Use                      |
| ----------- | --------- | ------------------------ |
| Void        | `#020409` | Background               |
| Deep        | `#050b1c` | Panels                   |
| Navy        | `#081848` | Panel gradients          |
| Blue        | `#1f4fff` | Primary actions          |
| Blue bright | `#3d7bff` | Hover states             |
| Blue soft   | `#78a8f8` | Labels                   |
| Blue pale   | `#b9d0ff` | Body text on dark        |
| Cyan        | `#5ee4ff` | Accents, positive status |
| Magenta     | `#ff7ad9` | Loss figures, warnings   |
| White       | `#f8f8ff` | Headings                 |

### Type

* Headings: Space Grotesk
* Body: Inter
* Labels and figures: JetBrains Mono

### Usage

* Keep the mark on a dark background. Do not place it on white.
* Do not recolour the mark or add effects; the flare is the mark.
* Leave clear space around the mark equal to at least half its width.

<figure><img src="/files/Czv0mPMlp3hjPmxDuwbT" alt="ZircoFi hero artwork" width="600"><figcaption><p>Hero artwork used on zircofi.com</p></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.zircofi.com/resources/brand.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.
