# Products Overview

## Products Overview

The ChainGPT Claude Code plugin gives you access to seven AI-powered Web3 products through a unified credit-based API. Each product has its own NPM SDK package and REST endpoint.

### Product Catalog

| Product                  | What It Does                                                  | NPM Package                        | Cost per Request               |
| ------------------------ | ------------------------------------------------------------- | ---------------------------------- | ------------------------------ |
| Web3 AI Chatbot & LLM    | Crypto-native LLM with live on-chain data and token analytics | `@chaingpt/generalchat`            | 0.5 credits (1.0 with history) |
| AI NFT Generator         | Text-to-image generation + on-chain minting across 22+ chains | `@chaingpt/nft`                    | 1 -- 14.25 credits             |
| Smart Contract Generator | Natural language to production-ready Solidity code            | `@chaingpt/smartcontractgenerator` | 1 credit (2 with history)      |
| Smart Contract Auditor   | AI vulnerability detection with scored audit reports          | `@chaingpt/smartcontractauditor`   | 1 credit (2 with history)      |
| Crypto News              | Real-time AI-curated news via Nova AI engine                  | `@chaingpt/ainews`                 | 1 credit per 10 records        |
| AgenticOS                | Autonomous X/Twitter agent framework (self-hosted)            | N/A (GitHub repo)                  | 1 credit per generated tweet   |
| Solidity LLM             | Open-source 2B-parameter Solidity model on HuggingFace        | N/A (self-hosted)                  | Free                           |

### Product Compatibility Matrix

Not every product stands alone. Some combinations unlock workflows that are greater than the sum of their parts.

|                        | LLM Chatbot | NFT Generator | Contract Generator | Contract Auditor | Crypto News | AgenticOS | Solidity LLM |
| ---------------------- | :---------: | :-----------: | :----------------: | :--------------: | :---------: | :-------: | :----------: |
| **LLM Chatbot**        |      --     |      Good     |        Good        |       Good       |    Great    |    Good   |      --      |
| **NFT Generator**      |     Good    |       --      |         --         |        --        |      --     |    Good   |      --      |
| **Contract Generator** |     Good    |       --      |         --         |       Great      |      --     |     --    |     Good     |
| **Contract Auditor**   |     Good    |       --      |        Great       |        --        |      --     |     --    |     Good     |
| **Crypto News**        |    Great    |       --      |         --         |        --        |      --     |   Great   |      --      |
| **AgenticOS**          |     Good    |      Good     |         --         |        --        |    Great    |     --    |      --      |
| **Solidity LLM**       |      --     |       --      |        Good        |       Good       |      --     |     --    |      --      |

#### Key Combos

**Generator + Auditor** -- The most natural pairing. Generate a smart contract from a prompt, then immediately pipe the Solidity output into the Auditor for vulnerability scanning. Catches issues before deployment and closes the write-review loop in one pipeline.

**LLM + News** -- Feed real-time crypto news into the chatbot's context to get AI-analyzed market summaries. The LLM can interpret, summarize, and answer follow-up questions about breaking developments.

**NFT + LLM + Auditor** -- For NFT projects that include custom minting contracts. Use the NFT Generator for artwork, the LLM for metadata and collection strategy, and the Auditor to review any custom contract logic before going on-chain.

**AgenticOS + News** -- Power autonomous X/Twitter agents with live crypto news. AgenticOS can consume news feeds to generate timely, relevant tweets without manual curation.

### Which Product Should I Start With?

**Start with the Web3 AI Chatbot & LLM.**

It is the most versatile product in the suite and the lowest cost per request (0.5 credits). The chatbot covers general crypto/blockchain questions, live on-chain data lookups, token analytics, and Nansen Smart Money insights -- all through a single streaming endpoint. It works as both a standalone tool and a foundation for combining with other products.

Once you are comfortable with the chatbot, branch out based on your use case:

* **Building smart contracts?** Add the Contract Generator and Auditor.
* **Launching an NFT collection?** Add the NFT Generator.
* **Building a news-driven app or bot?** Add Crypto News.
* **Automating social media?** Set up AgenticOS.
* **Need offline Solidity generation?** Self-host the Solidity LLM.


---

# 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.chaingpt.org/dev-docs-b2b-saas-api-and-sdk/chaingpt-claude-skill-and-plugin/products/products-overview.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.
