# Attribution Guide

## Crypto Price & Market Data – via <mark style="color:green;">CoinGecko</mark>

When displaying crypto price and market data powered by CoinGecko, please attribute it as follows:

### **Text attribution**

1. "Data provided by [CoinGecko](https://www.coingecko.com)"
2. “Price data by [CoinGecko](https://www.coingecko.com)”
3. “Source: [CoinGecko](https://www.coingecko.com)”
4. “Powered by [CoinGecko API](https://www.coingecko.com/en/api/)"<br>

<figure><img src="https://static.coingecko.com/s/attribution-example-1-2fcf00660e023ab038f06c87b9479ecf5ca958ba28d9087f2e2f8dec8589c800.png" alt=""><figcaption></figcaption></figure>

### Logo Attribution

Include the CoinGecko logo with a hyperlink to <https://www.coingecko.com> or <https://www.coingecko.com/en/api>.

{% hint style="warning" %}
**The attribution sample images below are just for reference. Do NOT download them to use directly on your website or application.**\
\
Please download the actual SVG/PNG logos on our [**Brand Kit**](/resources/brand-kit.md),&#x20;

Remember to add the hyperlink to the logo in your code as mentioned above.
{% endhint %}

{% hint style="info" %}
Add the text **"Data powered by"** OR **"Price data provided by"** next to the logo manually. \
\
You may use your website's/brand's default font for this text. We recommend a simple sans serif like [Inter](/resources/brand-kit.md), to keep things professional.
{% endhint %}

<div align="left"><figure><img src="/files/WPrEN4PI5L1VBrqSdwUt" alt=""><figcaption><p>CG Logo Attribution Sample 1</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/D63gqnwpAkbqhH5cakvS" alt=""><figcaption><p>CG Logo Attribution Sample 2</p></figcaption></figure></div>

***

## On-chain Data – via <mark style="color:purple;">GeckoTerminal</mark>

When displaying on-chain data from GeckoTerminal or CoinGecko API, please attribute it as follows:

### Text Attribution:

1. "On-chain data provided by [GeckoTerminal](https://www.geckoterminal.com)"
2. “Powered by [GeckoTerminal](https://www.geckoterminal.com)”
3. “Source: [GeckoTerminal](https://www.geckoterminal.com)”
4. “Powered by [CoinGecko API](https://www.coingecko.com/en/api/)”

### Logo Attribution

Include the GeckoTerminal logo with a hyperlink to[ https://www.geckoterminal.com](https://www.geckoterminal.com) or <https://www.coingecko.com/en/api>, depending on the data source.

{% hint style="warning" %}
**The attribution sample images below are just for reference. Do NOT download them to use directly on your website or application.**\
\
Please download the actual SVG/PNG logos on our [**Brand Kit**](/resources/brand-kit.md),&#x20;

Remember to add the hyperlink to the logo in your code as mentioned above.
{% endhint %}

{% hint style="info" %}
Add the text **"On-chain data powered by"** OR **"On-chain data provided by"** next to the logo manually. \
\
You may use your website's/brand's default font for this text. We recommend a simple sans serif like [Inter](/resources/brand-kit.md), to keep things professional.
{% endhint %}

<div align="left"><figure><img src="/files/4jVA0wvYZDkF0y2maIeg" alt=""><figcaption><p>GT Logo Attribution Sample 1</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/ekMuMFCKKamBPpwl6KlG" alt=""><figcaption><p>GT (CG API) Logo Attribution Sample 2</p></figcaption></figure></div>

### Do's

{% hint style="success" %}
Ensure that the attribution is placed in a visible location, close to where the data is displayed, i.e. above or below the data set.
{% endhint %}

{% hint style="success" %}
Use our official logo and follow our [logo usage guidelines](https://brand.coingecko.com/visual-identity/logo).
{% endhint %}

{% hint style="success" %}
If you're unsure about how to attribute or plan to use our logos for marketing purposes, please reach out to us by [filing a support request](https://support.coingecko.com/hc/en-us).
{% endhint %}

Optionally, you may append the following UTM to the hyperlink: \
`?utm_source=[projectname]&utm_medium=referral`

#### Example:

* <https://www.coingecko.com><mark style="color:blue;">?utm\_source=cryptobubbles\&utm\_medium=referral</mark>
* <https://www.geckoterminal.com><mark style="color:blue;">?utm\_source=bubblemaps\&utm\_medium=referral</mark><br>

### Dont's

{% hint style="danger" %}
Do not modify or alter our logos. Always use them in accordance with guidelines.
{% endhint %}

{% hint style="danger" %}
Do not remove or obscure the attribution.
{% endhint %}

{% hint style="danger" %}
Do not attribute us to the wrong data source. If the data is from another provider, do not incorrectly attribute it to us.
{% endhint %}

{% hint style="warning" %}
Avoid using our data in ways that could mislead users or suggest endorsement by us, unless explicitly authorized. More specifically, refrain from claims like:

* “We partner with CoinGecko”
* “Our app is in collaboration with CoinGecko to provide…”
* “CoinGecko is our official data partner”
* “CoinGecko recommends our app”
* “Together with CoinGecko, we…”
* “Endorsed by CoinGecko”
  {% endhint %}

{% hint style="warning" %}
Avoid using our data without proper attribution. A link credit allows us to keep supplying you with useful data for free.
{% endhint %}

{% hint style="warning" %}
While attribution is important, avoid overloading a single page or section with excessive attributions. Ensure they are minimal yet clear and concise.<br>
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://brand.coingecko.com/resources/attribution-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
