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

# Identity and official channels

## Where Ethosis is

| Channel | Address                            |
| ------- | ---------------------------------- |
| Website | [ethosis.org](https://ethosis.org) |
| X       | [@ethosis](https://x.com/ethosis)  |
| Email   | <hello@ethosis.org>                |

No other domain or handle represents Ethosis, whatever it claims. Contract addresses are published in two places only: this documentation site and the website.

## Writing the name

Write **Ethosis** as a proper noun with a capital E. Do not set it in all capitals in running text.

## The mark

The mark is a Doric column set inside a laurel wreath, drawn in a single gold on either ivory or a near-black ground. The column stands for something that carries weight and stays put; the wreath, made of many leaves along two stems, is the syndicate around it.

<figure><img src="/files/3EOFBshGbffQ5YnfX9qD" alt="Ethosis mark" width="200"><figcaption></figcaption></figure>

### Colours

| Name         | Hex       | Where it is used              |
| ------------ | --------- | ----------------------------- |
| Marble       | `#f4efe6` | Page background               |
| Marble, deep | `#ebe4d6` | Alternating section bands     |
| Parchment    | `#fbf8f1` | Cards and plates              |
| Stone        | `#d6ccb9` | Borders and rules             |
| Ink          | `#1c1a16` | Headings and strong text      |
| Ink, soft    | `#4a443a` | Body copy                     |
| Ink, muted   | `#7a7264` | Secondary text and labels     |
| Gold         | `#b8892b` | Accents, ornaments, the mark  |
| Gold, bright | `#d9ad4f` | Gold on dark grounds          |
| Gold, deep   | `#8a6519` | Gold text on light grounds    |
| Aegean       | `#1d4e89` | Primary actions and links     |
| Terracotta   | `#b5462d` | Losses, warnings, liquidation |
| Olive        | `#5f6f3a` | Healthy and positive figures  |
| Obsidian     | `#16140f` | Dark sections and the footer  |

### Typefaces

* Cinzel for headings, labels and buttons
* EB Garamond for body copy
* IBM Plex Mono for figures, addresses and hashes

### Ornament

A Greek key band in gold marks the top of the header, the footer and the dark sections. A pair of laurel sprigs meeting at a diamond sits under centred headings. Column fluting appears as faint vertical lines behind the hero. Use these sparingly; one ornament per section is enough.

### Rules for the mark

* Show it in gold on ivory or on obsidian. Do not place it on a coloured ground.
* Never recolour it, add effects or separate the column from the wreath.
* Give it clear space on every side of at least half its width.


---

# 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.ethosis.org/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.
