# Smart Contracts

{% hint style="info" %}
**Good to know:** All our smart contracts are immutable
{% endhint %}

**POLYGON NETWORK**

#### CoinCollect Starter NFT : <https://polygonscan.com/address/0x569b70fc565afba702d9e77e75fd3e3c78f57eed>

#### CoinCollect Bronze NFT : <https://polygonscan.com/address/0x0B8E7D22CE826f1228a82525b8779dBdD9E24B80>

#### CoinCollect Silver NFT : <https://polygonscan.com/address/0x0a846Dd40152d6fE8CB4DE4107E0b063B6D6b3F9>

#### CoinCollect Gold NFT : <https://polygonscan.com/address/0x117D6870e6dE9faBcB40C34CceDD5228C63e3a1e>

{% hint style="info" %}

#### These are the important smart contracts used in the CoinCollect DeFi

$COLLECT Token : [0x56633733fc8BAf9f730AD2b6b9956Ae22c6d4148](https://polygonscan.com/address/0x56633733fc8baf9f730ad2b6b9956ae22c6d4148)

Collect Vault : [0xd10948dD87dDAac8269Abd4a24BeBEeC4Db2C589](https://polygonscan.com/address/0xd10948dd87ddaac8269abd4a24bebeec4db2c589)

AutoCollect Pool : [0x56c2704C7f148597FD6BC5A0E1b35a130f381F10](https://polygonscan.com/address/0x56c2704C7f148597FD6BC5A0E1b35a130f381F10)

Manual Collect Pool : [0x46A928F2386b8c38cdde028a32c5b7aa19F40445](https://polygonscan.com/address/0x46A928F2386b8c38cdde028a32c5b7aa19F40445)

Collect Farm : [0x981930c422c9df6C2b056d62c8e638376596B8C6](https://polygonscan.com/address/0x981930c422c9df6c2b056d62c8e638376596b8c6)

USDT-COLLECT farm : [0x0cCc84b6506003487AEC687085e82C2f912E607B](https://polygonscan.com/address/0x0cCc84b6506003487AEC687085e82C2f912E607B)

MATIC-COLLECT farm : [0xFb09801B10298dB9663D2790F5D5Bc6aFa354497](https://polygonscan.com/address/0xFb09801B10298dB9663D2790F5D5Bc6aFa354497)

Collect Factoy : [0x2bc17223A99B6e2857796a5F64A1ED91067b5657](https://polygonscan.com/address/0x2bc17223a99b6e2857796a5f64a1ed91067b5657)

Collect Router : [0xCc2a5477978A23282b80a66aAa2903b71f702040](https://polygonscan.com/address/0xCc2a5477978A23282b80a66aAa2903b71f702040)

Collect AirDrop: [0x32225e23a76Db78B828F5F43916EA1ebE8DdFAB5](https://polygonscan.com/address/0x32225e23a76db78b828f5f43916ea1ebe8ddfab5)

CLAIM Contract : [0x06D3413d6e07Bc9566B2AEA2264dfc67A0F1B21e](https://polygonscan.com/address/0x06d3413d6e07bc9566b2aea2264dfc67a0f1b21e)

CLAIM Contract2 : [0x43C7C316Be0D0994183D5f84eD4ce4db6816E825](https://polygonscan.com/address/0x43c7c316be0d0994183d5f84ed4ce4db6816e825)

CLAIM Final : [0x7df66A1f361e86Aacc161929DF7Ec75dAABD311A](https://polygonscan.com/address/0x7df66a1f361e86aacc161929df7ec75daabd311a)

NFT Stake : [0x5aE558bc57e13642CCC3c664DE75aa718193017B](https://polygonscan.com/address/0x5ae558bc57e13642ccc3c664de75aa718193017b)

NFT Stake2: 0x2b0dcF4f55A6f19aF410D7BD51bbfAb499Bb5C84

SmartChefFactory : 0xa7983F8B45860626398b391E9Bb71416A26349D4

SmartChefInit: 0x2b0dcF4f55A6f19aF410D7BD51bbfAb499Bb5C84
{% 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://docs.coincollect.org/extras/smart-contracts.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.
