diff --git a/docs/get-started/tooling/data-indexers/bitscrunch.mdx b/docs/get-started/tooling/data-indexers/bitscrunch.mdx new file mode 100644 index 000000000..f07383710 --- /dev/null +++ b/docs/get-started/tooling/data-indexers/bitscrunch.mdx @@ -0,0 +1,32 @@ +--- +title: bitsCrunch +description: bitsCrunch is an AI-enabled decentralized blockchain data network +--- + +# bitsCrunch + +bitsCrunch is an AI-powered onchain data indexer which offers 100+ endpoints for NFTs, wallets, tokens, DeFi and more, all through a single API. Along with providing access to the most comprehensive onchain data set, it also offers exclusive AI analytics like IP infringement detection and asset price estimation. + +## Integrate bitsCrunch to get access to: + +1. **NFT data and analytics** - NFT metadata, transaction history, wash trading detection and more +2. **Token data and analytics** - Token price, liquidity, reputation scores and more +3. **Wallet data and analytics** - Wallet portfolio tracking, history, reputation scores and more +4. **Gaming data and analytics** - Engagement rates, revenue tracking, active wallets and more +5. **DeFi data and analytics** - TVL, liquidity pools, positions tracking and more +6. **AI solutions** - Asset price estimation, IP protection, sentiment analysis and more + +## Get started: + +### 1. Read the [documentation](https://docs.unleashnfts.com/docs/about) and get your free [API Key](https://unleashnfts.com/pricing) +### 2. Join the [bitsCrunch Network Ecosystem](https://docs.bitscrunch.com/docs/overview/about) + +## Reference links + +- [bitsCrunch](https://bitscrunch.com/) +- [UnleashNFTs](https://unleashnfts.com/) +- [bitsCrunch network interface](https://app.bitscrunch.com/) + +## Need help? + +Email [support@bitscrunch.com](mailto:support@bitscrunch.com) with any questions. \ No newline at end of file diff --git a/mlc_config.json b/mlc_config.json index 201a13391..40e932665 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -33,6 +33,21 @@ { "pattern": "https://portfolio.metamask.io/bridge" }, + { + "pattern": "https://docs.bitscrunch.com" + }, + { + "pattern": "https://docs.unleashnfts.com" + }, + { + "pattern": "https://unleashnfts.com" + }, + { + "pattern": "https://bitscrunch.com" + }, + { + "pattern": "https://app.bitscrunch.com" + }, { "pattern": "https://www.coingecko.com/en/api" }, diff --git a/sidebars.js b/sidebars.js index 45e4c1829..d5dc4bd30 100644 --- a/sidebars.js +++ b/sidebars.js @@ -234,6 +234,7 @@ const sidebars = { "get-started/tooling/data-indexers/goldsky/goldsky-mirror", ], }, + "get-started/tooling/data-indexers/bitscrunch", "get-started/tooling/data-indexers/mobula", "get-started/tooling/data-indexers/moralis", "get-started/tooling/data-indexers/nftscan",