> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tiltprotocol.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Media Kit

> Official Tilt Protocol logos, brand colors, and usage guidelines for press, partners, and integrators

Everything you need to feature **Tilt Protocol** in articles, integrations, decks, and partner pages. These are the **only** approved brand assets — please don't recreate, recolor, or modify the logo.

<CardGroup cols={2}>
  <Card title="Download full kit (.zip)" icon="download" href="https://www.tiltprotocol.com/tilt-protocol-media-kit.zip">
    Every logo (SVG), the interactive kit, and usage guidelines in one archive.
  </Card>

  <Card title="Browse the interactive kit" icon="palette" href="https://www.tiltprotocol.com/media-kit">
    The full brand system — identity, guidelines, banners, social, and press assets.
  </Card>
</CardGroup>

## The logo

Our logo is a **T sliced into four planes** — a fund tilted off-axis. The mark can stand alone, or pair with the wordmark in a lockup.

<Frame caption="Primary lockup — use on dark backgrounds">
  <img src="https://mintcdn.com/rontotech/xTmUUgr71xFA7GW5/images/brand/tilt-lockup-horizontal-reversed.svg?fit=max&auto=format&n=xTmUUgr71xFA7GW5&q=85&s=319a2444c0a3a50682968722e630cee7" alt="Tilt Protocol primary lockup" width="320" data-path="images/brand/tilt-lockup-horizontal-reversed.svg" />
</Frame>

<CardGroup cols={3}>
  <Card title="Mark" icon="download" href="/images/brand/tilt-mark.svg">
    <img src="https://mintcdn.com/rontotech/xTmUUgr71xFA7GW5/images/brand/tilt-mark.svg?fit=max&auto=format&n=xTmUUgr71xFA7GW5&q=85&s=d46a21555b5381ec562714efa0f7769f" alt="Tilt mark" height="44" data-path="images/brand/tilt-mark.svg" />
  </Card>

  <Card title="Stacked lockup" icon="download" href="/images/brand/tilt-lockup-stacked-reversed.svg">
    <img src="https://mintcdn.com/rontotech/xTmUUgr71xFA7GW5/images/brand/tilt-lockup-stacked-reversed.svg?fit=max&auto=format&n=xTmUUgr71xFA7GW5&q=85&s=5da20a5239a88a1905923e4ecb6f12c5" alt="Tilt stacked lockup" height="64" data-path="images/brand/tilt-lockup-stacked-reversed.svg" />
  </Card>

  <Card title="3D mark" icon="download" href="/images/brand/tilt-mark-3d.svg">
    <img src="https://mintcdn.com/rontotech/xTmUUgr71xFA7GW5/images/brand/tilt-mark-3d.svg?fit=max&auto=format&n=xTmUUgr71xFA7GW5&q=85&s=61569e48b2fd0d7afb9e1ade4e31e865" alt="Tilt 3D mark" height="64" data-path="images/brand/tilt-mark-3d.svg" />
  </Card>
</CardGroup>

## All variants

Every file is SVG and served from `https://docs.tiltprotocol.com/images/brand/`. SVG scales to any size with no quality loss, so there are no separate PNG exports to manage.

| File                                                                                                                                                                    | Use it for                                                                    |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| [`tilt-mark.svg`](/images/brand/tilt-mark.svg)                                                                                                                          | The mark alone — app icons, avatars, tight spaces (green on any dark surface) |
| [`tilt-mark-mono-light.svg`](/images/brand/tilt-mark-mono-light.svg) / [`-mono-dark.svg`](/images/brand/tilt-mark-mono-dark.svg)                                        | One-color contexts (engraving, print, co-branding bars)                       |
| [`tilt-mark-3d.svg`](/images/brand/tilt-mark-3d.svg) / [`-3d-glow.svg`](/images/brand/tilt-mark-3d-glow.svg)                                                            | Hero placements and large-format brand moments only                           |
| [`tilt-lockup-horizontal.svg`](/images/brand/tilt-lockup-horizontal.svg)                                                                                                | Mark + wordmark for **light** backgrounds                                     |
| [`tilt-lockup-horizontal-reversed.svg`](/images/brand/tilt-lockup-horizontal-reversed.svg)                                                                              | Mark + wordmark for **dark** backgrounds                                      |
| [`tilt-lockup-horizontal-mono-light.svg`](/images/brand/tilt-lockup-horizontal-mono-light.svg) / [`-mono-dark.svg`](/images/brand/tilt-lockup-horizontal-mono-dark.svg) | One-color lockups                                                             |
| [`tilt-lockup-stacked.svg`](/images/brand/tilt-lockup-stacked.svg) / [`-stacked-reversed.svg`](/images/brand/tilt-lockup-stacked-reversed.svg)                          | Square-ish placements (cards, badges, banners)                                |
| [`tilt-favicon.svg`](/images/brand/tilt-favicon.svg)                                                                                                                    | Favicon / rounded app tile                                                    |

## Brand colors

The brand is **dark-native**: an electric green mark on a pure-black canvas.

<div style={{ display: 'flex', flexWrap: 'wrap', gap: '12px', margin: '1rem 0' }}>
  <div style={{ flex: '1 1 150px', borderRadius: '10px', overflow: 'hidden', border: '1px solid rgba(255,255,255,0.08)' }}>
    <div style={{ background: '#00dc82', height: '72px' }} />

    <div style={{ padding: '10px 12px', fontSize: '13px' }}><strong>Tilt Green</strong><br /><code>#00dc82</code><br /><span style={{ opacity: 0.6 }}>Primary / CTA</span></div>
  </div>

  <div style={{ flex: '1 1 150px', borderRadius: '10px', overflow: 'hidden', border: '1px solid rgba(255,255,255,0.08)' }}>
    <div style={{ background: '#00f090', height: '72px' }} />

    <div style={{ padding: '10px 12px', fontSize: '13px' }}><strong>Green Bright</strong><br /><code>#00f090</code><br /><span style={{ opacity: 0.6 }}>Hover / gradient peak</span></div>
  </div>

  <div style={{ flex: '1 1 150px', borderRadius: '10px', overflow: 'hidden', border: '1px solid rgba(255,255,255,0.08)' }}>
    <div style={{ background: '#000000', height: '72px' }} />

    <div style={{ padding: '10px 12px', fontSize: '13px' }}><strong>Black</strong><br /><code>#000000</code><br /><span style={{ opacity: 0.6 }}>Canvas</span></div>
  </div>

  <div style={{ flex: '1 1 150px', borderRadius: '10px', overflow: 'hidden', border: '1px solid rgba(255,255,255,0.08)' }}>
    <div style={{ background: '#fafafa', height: '72px' }} />

    <div style={{ padding: '10px 12px', fontSize: '13px' }}><strong>Foreground</strong><br /><code>#fafafa</code><br /><span style={{ opacity: 0.6 }}>Text on dark</span></div>
  </div>
</div>

Typeface: **Geist** (sans) and **Geist Mono** — the same families the product ships.

## Usage rules

<CardGroup cols={2}>
  <Card title="Do" icon="circle-check">
    Keep clear space equal to the mark's crossbar on all sides. Put the green mark on black or near-black. On light backgrounds, use the standard or mono lockup. Scale the SVG freely — it stays crisp.
  </Card>

  <Card title="Don't" icon="circle-xmark">
    Recolor, stretch, rotate, or outline the logo. Add shadows or glows (except the supplied 3D variants). Place it on busy imagery or low-contrast backgrounds. Recreate or re-letter the wordmark.
  </Card>
</CardGroup>

**Naming:** the company and product are written **Tilt Protocol** (two words, capital T and P). The short form is **Tilt**.

## Press contact

For interviews, embargoes, co-marketing, or anything not covered by the kit:

<CardGroup cols={2}>
  <Card title="hello@tiltprotocol.com" icon="envelope" href="mailto:hello@tiltprotocol.com" />

  <Card title="@tiltprotocol" icon="x-twitter" href="https://x.com/tiltprotocol" />
</CardGroup>
