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

# Catnip Point

## What is Catnip Point?

Catnip Points is the visualization of how much a person contributed to the Solana Ecosystem. It is calculated based on your **amount of whitelisted assets** and **multiplier**

## List of Whitelisted Asset (continuously updating)

* **Tokens:** SOL (LSTs, jSOL, mSOL, jitoSOL,...), JUP, Pyth, HNT, RAY, JTO, ORCA, HONEY, NEON, MPLX, FIDA, SLND, GMT, SLIM, AUDIO, RNDR
* **Stablecoins:** USDC, USDT
* **Memescoins:** WIF, BONK, BOME, WEN, MYRO, MEW
* **NFTs:** Mad Lads, Frogana, Tensorians, Famous Fox Federation, Claynosaurz, SMB Gen 2, SMB Gen 3, SMB Gen 1, Okay Bears, Crypto Undeads, Photo Finish PFP Collection, DAA, BoDoggos, The Heist, sharx, Dappie Gang, Gaimin Gladiators, Quekz, Ovols, War of Elements (Asset Dash), Mutantmon

## Calculation Formula

{% hint style="info" %}
Catnip Point = S\*0.05 + T\*0.1 + N\*0.2
{% endhint %}

***Whereas:***&#x20;

*S: Value of your stablecoins*&#x20;

*T: Value of your tokens at the snapshot time*

*N: Floor price of your NFT at the snapshot time*

## **Example:**&#x20;

**Wallet A has:**

| Stablecoins | Token       | NFT        |
| ----------- | ----------- | ---------- |
| 100$ USDC   | 200$ in JUP | 1 SMB Gen3 |

&#x20;-***> Wallet A Catnip Point: 100x0.05 + 200\*0.1 + 600\*0.2 = 145***

{% hint style="info" %}
If you have our NFT Pass, your total Catnip Point is doubled
{% endhint %}

**Example:** If Wallet A has our NFT Pass, its point is now 290


---

# 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.kyupad.xyz/our-product/catnip-point.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.
