# Cryptocurrency ChatGPT Plugins

> Source: https://aiwiki.ai/wiki/cryptocurrency_chatgpt_plugins
> Updated: 2026-05-09
> Categories: ChatGPT
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

*See also: [ChatGPT Plugins](/wiki/chatgpt_plugins), [ChatGPT Plugin Categories](/wiki/chatgpt_plugin_categories) and [Cryptocurrency](/wiki/cryptocurrency)*

**Cryptocurrency ChatGPT Plugins** were a category of third-party extensions for [ChatGPT](/wiki/chatgpt) that connected the assistant to live crypto market data, on-chain blockchain data, decentralized finance (DeFi) analytics, smart contract analysis, NFT collections, and crypto security feeds. They were available to ChatGPT Plus subscribers from March 23, 2023, when [OpenAI](/wiki/openai) introduced the [plugins](/wiki/plugins) protocol, until April 9, 2024, when OpenAI shut down the plugin beta in favor of [Custom GPTs](/wiki/custom_gpts) and the [GPT Store](/wiki/gpt_store). The category became one of the most populated verticals in the plugin store, with entries from data providers (CoinMarketCap, CCData, DefiLlama), blockchain platforms (Solana Labs, Alchemy), security companies (GoPlus), and a long tail of independent developers.

## overview

Cryptocurrency was an obvious early fit for the plugin protocol because the asset class produces a constant stream of public, structured data that a [large language model](/wiki/large_language_model) cannot answer from training data alone. Token prices, on-chain transactions, DeFi protocol total value locked (TVL), NFT floor prices, and smart contract source code all change minute by minute, and crypto users were already comfortable with APIs and block explorers. Plugin developers turned the chat surface into a natural language wrapper over their own services.

A cryptocurrency plugin typically published an `ai-plugin.json` manifest at the `/.well-known/` path, an OpenAPI specification, and a hosted backend returning JSON. ChatGPT decided when a crypto question warranted an external call, formatted the call to match the OpenAPI schema, sent it through the plugin runtime, and summarized the response. Plugin invocations required a [GPT-4](/wiki/gpt-4) chat session and a ChatGPT Plus subscription. The same routing primitives became the direct ancestor of the actions feature in Custom GPTs.

Crypto plugins broke into six functional groups: market data, DeFi analytics, on-chain blockchain access, NFT analysis, smart contract and security review, and Web3 employment. Boundaries were fuzzy: CoinMarketCap and CCData mixed prices with news, SignalPlus mixed prices with derivatives metrics and NFT rankings, and Solana Labs mixed RPC reads with NFT marketplace queries.

## timeline

| Date | Event |
|------|-------|
| March 23, 2023 | OpenAI announces the ChatGPT plugins beta with eleven launch partners. The first cohort does not include a dedicated cryptocurrency plugin, though Wolfram supports currency conversion and Polygon's launch covers stocks, options, forex, and crypto. |
| April 25, 2023 | Solana Labs publishes a beta of its ChatGPT plugin to GitHub, the first plugin from a major blockchain platform. |
| May 12, 2023 | OpenAI broadens plugin access to all ChatGPT Plus subscribers. Crypto-focused plugins begin appearing in the store within days. |
| May 23, 2023 | Solana Labs releases its plugin publicly, letting users query Solana RPC nodes, list NFTs, and transfer tokens through ChatGPT. |
| June 2023 | DefiLlama begins beta-testing its plugin, built by an independent contributor known as Kofi. |
| June 14 to 15, 2023 | Alchemy announces AlchemyAI, including a plugin that supports Ethereum, Polygon, Arbitrum, and Optimism. |
| June 30, 2023 | SignalPlus launches its plugin covering spot, futures, options, NFTs, and DeFi. |
| July 13, 2023 | Polygon.io publishes the Polygon plugin (later rebranded Massive). |
| August 16, 2023 | GoPlus Security publishes its plugin covering token risk, malicious addresses, NFT verification, and dApp security. |
| October 11, 2023 | CoinMarketCap launches its official plugin, marketing it as a personal crypto analyst. |
| November 6, 2023 | OpenAI announces Custom GPTs at DevDay, signaling a transition away from plugins. |
| March 19, 2024 | New plugin installs and new plugin-powered conversations are disabled. |
| April 9, 2024 | All plugin conversations are shut down; the plugin platform is fully deprecated. |

## notable cryptocurrency plugins

The table below lists plugins that were verifiably published in the cryptocurrency category during the beta. Each entry was confirmed against the developer's announcement, the plugin store listing, or contemporaneous press coverage. Plugins described in third-party roundups without a primary source are not included.

| Plugin | Developer | Function |
|--------|-----------|----------|
| CoinMarketCap | CoinMarketCap | Real-time crypto prices, market cap, volumes, historical data, and cross-asset performance. |
| CCData (formerly CryptoCompare) | CCData.io | Prices for digital assets across fiat pairs, one-day candlesticks, and crypto news. |
| Crypto Prices | SmoothPlugins | Lightweight price lookup taking a pair of crypto or fiat tickers. |
| CoinCap | Independent (open source on GitHub) | Real-time prices, market cap, and volume from the CoinCap API. |
| Crypto ERC20 Scout | ERC20List.org | Browses ERC20 tokens on EVM blockchains by address, symbol, or tag, with explorer links and CoinGecko-sourced pricing. |
| Solana Labs plugin | Solana Labs | Reads accounts, balances, tokens, transactions, and NFTs on Solana via RPC and the Metaplex Read API; supports SolanaPay transaction signing. |
| Alchemy (AlchemyAI) | Alchemy | Translates natural language into Alchemy API calls covering Ethereum, Polygon, Arbitrum, and Optimism. |
| DefiLlama | DefiLlama (community plugin by Kofi) | Protocol TVL, fees, revenue, rankings, and historical data across DeFi applications, blockchains, and bridges. |
| SignalPlus | SignalPlus | OHLCV for spot, futures, and perpetuals; funding rates, open interest, liquidations, gas prices, NFT rankings, and DeFi TVL. |
| GoPlus Security AI | GoPlus Labs | Token security, malicious address checks, NFT verification, approval risk, dApp security, and rug pull detection. |
| Smarter Contracts | Independent | Smart contract analysis on Ethereum, Polygon, and other EVM networks; ENS resolution. |
| Bitcoin Sentiment | Orren Prunckun | Real-time Bitcoin price plus sentiment scoring of the latest twenty news mentions. |
| Crypto Pulse | Independent (Vercel-hosted) | News summaries and sentiment analysis on cryptocurrency stories. |
| Crypto Market News | Independent (Replit-hosted) | Real-time news headlines and summaries by ticker. |
| Crypto Jobs List | Crypto Jobs List | Web3 job board search by keyword, location, and salary, plus talent scouting. |
| DAIZY | Daizy Inc | ESG, risk, and sustainability scoring across cryptocurrencies, US ETFs, and US stocks. |
| Polygon (later Massive) | Polygon.io / Massive | Stocks, options, forex, and crypto market data; ticker search, pricing, full option chains. |

### coinmarketcap

CoinMarketCap published its plugin on October 11, 2023, marketing it as a personal crypto analyst for every ChatGPT user. It connected ChatGPT to CoinMarketCap's public API: current and historical prices, market capitalization, trading volume, circulating supply, and trending tokens. Because ChatGPT could chain calls in a conversation, users could ask comparative questions such as the correlation between Bitcoin and Cardano price action, or how Bitcoin performed after each prior halving. Access required ChatGPT Plus with GPT-4; CoinMarketCap did not charge an additional fee.

### ccdata

CCData, formerly CryptoCompare, ran one of the earliest cryptocurrency-specific plugins. It pulled from CCData's CCIX index (previously CCCAGG), which aggregates trade prints across major exchanges, and supplied current prices, historical price series, and one-day OHLC candlestick intervals. It also surfaced recent news articles tagged to specific assets. Both endpoints were free.

### solana labs plugin

Solana Labs was the first major blockchain platform to ship a ChatGPT plugin. A beta went up on GitHub in late April 2023, and the public version followed on May 23, 2023 at chatgpt.solanalabs.com. The plugin connected to a Solana RPC node and exposed account, balance, token, and transaction reads, plus NFT discovery via the Metaplex Read API and collection floor price browsing through Hyperspace. Total portfolio value, segmented between NFTs and tokens, was supplied by HelloMoon. SolanaPay QR codes let users sign transactions by scanning a code rendered inside the chat. Tal Tchwella, then head of product at Solana Labs, framed the plugin as an onboarding tool for users who found blockchain technically intimidating. The repository was archived in January 2025.

### alchemy

Alchemy announced AlchemyAI on June 14 and 15, 2023, packaging two products: an in-dashboard developer assistant called ChatWeb3 and a ChatGPT plugin on the same back end. The plugin translated natural language into requests against the Alchemy API across Ethereum, Polygon, Arbitrum, and Optimism, returning answers about recent blocks, transactions, balances, NFT metadata, and gas prices. Alchemy explicitly warned users to cross-check responses against block explorers.

### defillama

The DefiLlama plugin was built by a community contributor known as Kofi and entered open beta in June 2023. It exposed the same dataset that powers the DefiLlama dashboards: TVL by protocol and chain, historical TVL series, protocol fees and revenue, category rankings, and bridge volumes. DefiLlama stated the plugin did not collect identifying user data or include sponsored content.

### signalplus

SignalPlus released its plugin on June 30, 2023 as a comprehensive crypto trading assistant. It supported OHLCV data for spot, futures, and perpetuals; funding rates; long and short ratios with open interest; liquidation statistics; gas prices across major blockchains; smart contract intelligence; NFT rankings; trending coins on CoinGecko; and DeFi protocol TVL.

### goplus security ai

GoPlus Security published its plugin on August 16, 2023, wrapping the GoPlus Security API. It answered questions about token contract risks (mint authority, blacklist functions, ownership concentration), known malicious addresses, NFT authenticity, approval safety, dApp risk profiles, and decoded function signatures from raw calldata. Phishing site detection and rug pull detection were in beta. It was a notable early example of consumer-facing AI security tooling for retail crypto users.

### smarter contracts and crypto erc20 scout

Smarter Contracts analyzed smart contracts on Ethereum, Polygon, and other EVM-compatible networks. Given a contract address and chain, it parsed functions, events, tokenomics, and metadata; for ERC721 and ERC1155 contracts it surfaced ownership and minting details; it also resolved Ethereum Name Service (ENS) names. Crypto ERC20 Scout, at chatgpt.erc20list.org, browsed indexed token lists across Ethereum, Arbitrum, Polygon, Optimism, xDai, and other EVM chains, returning addresses, explorer links, and CoinGecko-sourced prices.

### bitcoin sentiment, crypto pulse, and crypto market news

Bitcoin Sentiment, by Orren Prunckun, returned the current Bitcoin price and ran sentiment classification over the latest twenty news mentions. Crypto Pulse, on Vercel, scanned public crypto news, classified sentiment, and produced short summaries. Crypto Market News, on Replit, served headline aggregation by ticker. Reviewers noted all three suffered from latency between breaking stories and chat summaries.

### daizy and crypto jobs list

DAIZY, from Daizy Inc, spanned digital assets, US stocks, and US ETFs in a single plugin. For cryptocurrencies, it supplied price, performance, risk, and ESG (environmental, social, and governance) scoring, including carbon footprint and diversity metrics. Crypto Jobs List let users query its database for Web3 roles by keyword, location, and salary.

## use cases

Cryptocurrency plugin sessions clustered around five recurring jobs.

* **Market data and price queries.** CoinMarketCap, CCData, Crypto Prices, CoinCap, and the Polygon (later Massive) plugin let users ask for prices, conversions, and trending tokens without leaving chat. This was the most common workflow.
* **DeFi research.** DefiLlama and SignalPlus let users compare protocols by TVL, revenue, fees, and category. Quantitative DeFi questions that previously required SQL on Dune or subgraph queries could be asked in plain English.
* **On-chain reads.** Solana Labs and AlchemyAI exposed RPC-style reads through chat. Users asked for balances, transactions, NFT holdings, and block content directly.
* **Security and contract review.** GoPlus, Smarter Contracts, and Crypto ERC20 Scout reduced friction for pre-trade due diligence. A user could paste a token contract address and ask whether ownership was renounced or whether the contract had a blacklist function.
* **News and sentiment monitoring.** Bitcoin Sentiment, Crypto Pulse, and Crypto Market News gave traders a quick read on the news cycle, useful for casual monitoring and idea generation.

## technical architecture

A cryptocurrency plugin had three required artifacts: a manifest at `/.well-known/ai-plugin.json`; an OpenAPI specification listing endpoints, parameters, and response schemas; and a hosted API returning JSON. Authentication options included no auth (used by most price and news plugins), service-level API keys held by the developer, OAuth, and user-supplied API keys typed into the plugin store.

Many plugins shared infrastructure. Several price plugins drew from CoinGecko or CoinCap rather than building independent index aggregation. Crypto ERC20 Scout used CoinGecko for pricing while sourcing token lists from public registries. The Solana Labs plugin combined Solana RPC, the Metaplex Read API, Hyperspace, and HelloMoon. This composability is why a small developer could ship a credible plugin in a weekend over an existing free API.

## limitations and criticism

Crypto plugins inherited several constraints that contributed to OpenAI's decision to wind the program down.

* **Discoverability.** With the plugin store past one thousand entries by late 2023, users struggled to choose between dozens of overlapping crypto price plugins. There was no rating system or traffic analytics.
* **Concurrent plugin limit.** ChatGPT capped active plugins per conversation at three for most of the beta. Multi-step workflows were possible but awkward.
* **Hallucinated calls.** The model sometimes invented values for well-known tickers instead of calling the plugin. Alchemy's product manager explicitly warned users to fact-check responses.
* **Latency.** Many plugins relied on cached feeds with refresh intervals of minutes to hours. The chat window made the data feel real-time even when it was not.
* **Limited monetization.** OpenAI did not provide a billing rail, so most crypto plugins were free. This dampened maintenance investment and led to plugins disappearing before the program officially closed.
* **Compliance ambiguity.** Plugins that returned trading insights, risk scores, or rug pull detection raised questions about whether responses constituted investment advice. Most added disclaimers, but the legal perimeter was never tested in court.

## successors

When OpenAI shut down plugins in April 2024, crypto functionality migrated along three tracks. First, many developers, including DefiLlama, GoPlus, and several price plugins, rebuilt their integrations as Custom GPTs in the [GPT Store](/wiki/gpt_store) using the actions framework, which mapped one-to-one onto the plugin manifest and OpenAPI patterns. Second, crypto exchanges, wallets, and analytics platforms shifted to direct integrations through the OpenAI API and function calling, gaining control over [prompt engineering](/wiki/prompt_engineering), retrieval, and compliance logging. Third, several crypto data providers, including CoinGecko, later published Model Context Protocol (MCP) servers, which let any MCP-compatible client call the same data uniformly. The crypto plugin era was short-lived, but it established the design vocabulary for the crypto AI tooling that followed.

## see also

* [ChatGPT Plugins](/wiki/chatgpt_plugins)
* [ChatGPT Plugin Categories](/wiki/chatgpt_plugin_categories)
* [Cryptocurrency](/wiki/cryptocurrency)
* [Finance ChatGPT Plugins](/wiki/finance_chatgpt_plugins)
* [Custom GPTs](/wiki/custom_gpts)
* [GPT Store](/wiki/gpt_store)
* [ChatGPT](/wiki/chatgpt)
* [OpenAI](/wiki/openai)
* [GPT-4](/wiki/gpt-4)
* [Large Language Model](/wiki/large_language_model)
* [Prompt Engineering](/wiki/prompt_engineering)

## references

1. OpenAI. "ChatGPT plugins." March 23, 2023. https://openai.com/index/chatgpt-plugins/
2. OpenAI Developer Community. "Plugin Store and New Chats With Plugins, Closed March 19 2024." https://community.openai.com/t/plugin-store-and-new-chats-with-plugins-closed-march-19-2024/689877
3. CoinMarketCap. "Introducing CoinMarketCap's ChatGPT Plugin: Your Personal Crypto Analyst Intern." CoinMarketCap Academy. October 11, 2023. https://coinmarketcap.com/academy/article/introducing-coinmarketcaps-chatgpt-plugin
4. Chainwire. "CoinMarketCap provides a Personal Crypto Analyst for all with new ChatGPT Plugin." October 11, 2023. https://chainwire.org/2023/10/11/coinmarketcap-provides-a-personal-crypto-analyst-for-all-with-new-chatgpt-plugin/
5. Cointelegraph. "CoinMarketCap launches ChatGPT plugin." https://cointelegraph.com/news/coinmarketcap-launches-chatgpt-plugin
6. TechCrunch. "Solana launches ChatGPT plug-in to help users interact with its network." May 23, 2023. https://techcrunch.com/2023/05/23/solana-chatgpt-blockchain/
7. Decrypt. "Solana Labs Preps ChatGPT Plugin for Real-Time Blockchain Analysis." April 2023. https://decrypt.co/138110/solana-labs-preps-chatgpt-plugin-for-real-time-blockchain-analysis
8. Solana Labs. "chatgpt-plugin" GitHub repository. https://github.com/solana-labs/chatgpt-plugin
9. Decrypt. "Alchemy's ChatGPT Plugin Enables Easier Blockchain Analysis Via AI." June 2023. https://decrypt.co/144856/alchemy-chatgpt-ai-plugin-enables-easier-blockchain-analysis
10. CoinDesk. "Blockchain Developer Platform Alchemy Releases AI-Powered Tools for Web3 Builders." June 14, 2023. https://www.coindesk.com/tech/2023/06/14/blockchain-developer-platform-alchemy-releases-ai-powered-tools-for-web3-builders
11. SignalPlus. "SignalPlus released ChatGPT plugin, the most powerful crypto market analytic tool." Medium. June 30, 2023. https://medium.com/signalplus-official/signalplus-chatgpt-your-crypto-trading-assistant-ab6a0018abc7
12. GoPlus Security. "Empowering Every User with the GoPlus ChatGPT Plugin." Medium. August 16, 2023. https://goplussecurity.medium.com/empowering-every-user-with-the-goplus-chatgpt-plugin-6a7fc99a5d6a
13. DefiLlama. "DefiLlama ChatGPT Plugin." https://defillama.com/chatgptplugin
14. CoinGecko Learn. "How To Use DefiLlama's ChatGPT Plugin For Crypto." https://www.coingecko.com/learn/defillama-chatgpt-plugin
15. Massive (formerly Polygon.io). "Announcing the Polygon ChatGPT Plugin." July 13, 2023. https://massive.com/blog/polygon-plugin-for-chatgpt
16. Smarter Contracts. https://smartercontracts.ai/
17. Daizy. "Daizy AI Launches with ChatGPT Plugin to Democratize Institutional-Grade Investment Data." Global Fintech Series.
18. CCData (formerly CryptoCompare). https://data-api.cryptocompare.com
19. ShadovvBeast. "CoinCapPlugin: ChatGPT Plugin to enable access to CoinCap." GitHub. https://github.com/ShadovvBeast/CoinCapPlugin
20. Bitcoin Sentiment plugin. https://bitcoin.orrenprunckun.com
21. Altcoin Buzz. "Top 3 Crypto ChatGPT Plugins, Part 1 and Part 2." June 2023. https://www.altcoinbuzz.io/bitcoin-and-crypto-guide/top-3-crypto-chatgpt-pluggins-part-1/

