> For the complete documentation index, see [llms.txt](https://docs.scv.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scv.finance/nft-ecosystem/scv-nft-catalog.md).

# SCV Bot NFT Catalog

Currently we released two set of SCV Bot NFT:

* SCV.Finance Beta Invitation NFT
* SCV.Finance X Collaboration NFT

And we are going to release a series of SCV Bot NFT at the public launch of Gatcha and SCV Farms.

### Beta Invitation NFT

The first set of SCV Bot NFT, based on one same design, but each NFT has a unique number printed on the hand of the SCV Bot. Holders of this NFT could access all Pro features.

Contract address: 0x86232f68b5bF2a3A03851D98556352512a3b12B9

### SCV.Finance X Collaboration NFT

We build unique NFTs for each protocol SCV.Finance supports, starting with AcryptoS. Those NFTs are only sold in limited time, and contains the same level property as Launch NFTs.

Contract address: 0xfe3eea9f826e56ca5702aad50659d801e4ea9320

## SCV Bot NFT Level

SCV Bot NFT contains over a hundred design images and animations. Based on its rarity, there are 5 levels:

* :gem: Lv 5: Legendary
  * They usually boost your farm APY by 10x, resulting in ultra high daily yield.
* :money\_with\_wings: Lv 4: Epic
  * Epic NFTs could boost farm APY up to 5x.
* :star2: Lv 3: Rare
  * Rare NFTs are usually the most affordable NFTs that boosts your farm APY up to 3x.
* :cake: Lv 2: Uncommon
  * This level NFTs boost your APY up to 2x.
* :beginner: Lv 1: Common
  * The most basic NFTs forged with magical effects like lower or exempt the deposit/withdraw fee for SCV farms.

## Becoming Creator of SCV Bot

Users who revealed an SCV Bot from the Blind Box will become the permanent Creator of the SCV Bot.

Creator can always claim a 5% share of profit from the farm that received the NFT. For more info, check [Gatcha](/nft-ecosystem/gatchapon.md).


---

# 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.scv.finance/nft-ecosystem/scv-nft-catalog.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.
