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

# Brand and links

## Official channels

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

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

## Name

The name is written **Syndromics**, capitalised as a proper noun, never in all caps in running text. The name refers to syndication: one borrow request filled by many lenders.

## Visual identity

The mark is a lens-flare star: a white core with electric blue arms and cyan and magenta chromatic fringes on a near-black field. It represents a single point of light that many lines converge on, which is what a syndicate is.

<figure><img src="/files/h5G16LQv7uMEXHlNsQot" alt="Syndromics 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/NXcKh8PrLsbjwZZ8fCiD" alt="Syndromics hero artwork" width="600"><figcaption><p>Hero artwork used on syndromics.xyz</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.syndromics.xyz/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.
