> For the complete documentation index, see [llms.txt](https://cubi-swap.gitbook.io/cubiswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cubi-swap.gitbook.io/cubiswap/brand-and-logos.md).

# Brand & Logos

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

## Intro

CUBISwap logo downloads are at the bottom of this page, but please be sure to read these guidelines first.

> Although CUBISwap distributes some of its technology under open-source licenses, **the CUBISwap and CUBI brands are not distributed under the same licenses.**

The following CUBISwap "Brand Assets" are copyrighted material, and you may only use them in accordance with the policy detailed below:

* The CUBISwap and CUBI logos, wordmark, icon
* The CUBISwap name
* Other visual assets produced by CUBISwap including but not limited to illustrations and 3d models

## Link

<https://drive.google.com/drive/folders/1FosPPNy0lbQmg9hqsF89msyJgymj2QLe?usp=drive_link>

## What you may do

You may use CUBISwap's Brand Assets when you are:

* 👌 Referring to our products and services
* 👌 Linking to our official site or products, such as "Trade our token on CUBISwap"
* 👌 Announcing an official partnership, but only if you have **official approval** by a qualified member of the CUBISwap team

## What you may not do

While we strongly believe in and follow the open source ethos, **protecting the CUBISwap brand is extremely important for our users' security,** so that users know what is a genuine product/endorsement and what isn't.

Here are a few examples of forbidden uses of our Brand Assets:

* ⛔️ **Don't use our Brand Assets in your products' name, logo, NFTs, etc.**&#x20;
  * For example, making an app called "CUBISwap Engine" or "CUBI Child" are not allowed.
  * Don't use the CUBISwap logo in whole or in part as part of your products' logos, marketing material, website, or other.
  * Logos with a strong resemblence to the CUBISwap Icon are also forbidden.
* ⛔️ **Don't use our Brand Assets to create digital or physcial products for sale, including but not limited to**
  * Merchandise ("Swag")
  * NFT
  * Other products
* ⛔️ **Don't create derivative names that imply official endorsement**

  For example, don't make a social media group called "CUBISwap Italy" - this sounds official. "CUBISwap Fans of Italy" may be permitted.
* ⛔️ **Don't change or adapt our Brand Assets in any way**

  Use the logos and other assets exactly as provided. Do not change the colors, reassemble, abbreviate, or change these assets in any way.

Use your common sense and creativity. If you want to make something relating to the CUBISwap ecosystem, make it your own.

Have fun making a unique brand that's clearly yours -- if your product is strong, you won't need to rely on remixing CUBISwap's brand.


---

# 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://cubi-swap.gitbook.io/cubiswap/brand-and-logos.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.
