> ## Documentation Index
> Fetch the complete documentation index at: https://docs.celo.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Analytics

export const ColoredText = ({color = "#329F3B", darkColor = "#fcff52", children}) => {
  const isTWLight = typeof color === "string" && color.startsWith("text-");
  const isTWDark = typeof darkColor === "string" && darkColor.startsWith("text-");
  const Wrap = ({useColor, kids}) => typeof kids === "string" ? kids : <span style={{
    color: `${useColor} !important`
  }} className="!text-inherit">
        {kids}
      </span>;
  return <>
      {}
      <span className={`colored_text font-bold dark:hidden ${isTWLight ? `!${color}` : ""}`} style={!isTWLight ? {
    color,
    fontWeight: "bold"
  } : {
    fontWeight: "bold"
  }}>
        <Wrap useColor={isTWLight ? undefined : color} kids={children} />
      </span>

      {}
      <span className={`colored_text font-bold hidden dark:inline ${isTWDark ? `!${darkColor}` : ""}`} style={!isTWDark ? {
    color: darkColor,
    fontWeight: "bold"
  } : {
    fontWeight: "bold"
  }}>
        <Wrap useColor={isTWDark ? undefined : darkColor} kids={children} />
      </span>
    </>;
};

## Dune Analytics

Dune Analytics allows anyone to create dashboards that present information about <ColoredText>[Celo](https://dune.com/blockchains/celo)</ColoredText>.
See [Dune docs](https://docs.dune.com/) for more info.
You can find a list of [community created dashboards for Celo here](https://dune.com/discover/content/relevant?q=blockchain%3A%27Celo%27\&resource-type=dashboards), or create your own dashboard.

## Token Terminal

Token Terminal tracks many industry relevant metrics.
See [Token Terminal docs](https://docs.tokenterminal.com/) for more info.
You can find the metrics filtered for Celo <ColoredText>[here](https://tokenterminal.com/terminal/projects/celo)</ColoredText>.

## Artemis

Artemis tracks many industry relevant metrics.
See [Artemis docs](https://docs.artemis.xyz/) for more info.
You can find the metrics filtered for Celo <ColoredText>[here](https://app.artemis.xyz/project/celo)</ColoredText>.

## dAppLooker

dAppLooker provides comprehensive analytics and visualization tools for decentralized applications.
It supports multiple blockchains, including Celo.
See [dAppLooker docs](https://docs.dapplooker.com/) for more info.
You can explore Celo-specific analytics on dAppLooker <ColoredText>[here](https://dapplooker.com/analytics/celo)</ColoredText>.

## Additional Resources

For more detailed analytics and insights, consider exploring the following resources:

* <ColoredText>[Messari](https://messari.io/asset/celo)</ColoredText>: In-depth market research and analytics on Celo.
* <ColoredText>[L2BEAT](https://l2beat.com/scaling/projects/celo)</ColoredText>: L2 analytics and research on Celo.
* <ColoredText>[growthepie](https://www.growthepie.xyz/chains/celo)</ColoredText>: Ethereum ecosystem analytics and research on Celo.
* <ColoredText>[DefiLlama](https://defillama.com/chain/celo)</ColoredText>: Open and transparent DeFi analytics on Celo.
