> For the complete documentation index, see [llms.txt](https://docs.v2.like.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.v2.like.co/developer/badge.md).

# Ecosystem Statistics Badge

{% hint style="warning" %}
The documentation is designed for Liker Land and LikeCoin v2. For information on [3ook.com](https://3ook.com/) and LikeCoin v3, please visit [docs.3ook.com](https://docs.3ook.com) and [dao.like.co](https://dao.like.co/).
{% endhint %}

### Base URL [`https://static.like.co/badge`](https://static.like.co/badge)

### Ecosystem statistics

| Data                                                                         | Example                                                                                  | Path                                                                 |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| Number of Liker                                                              | [![Number of Liker](https://static.like.co/badge/stats/liker.svg)](https://like.co/)     | [/stats/liker.svg](https://static.like.co/badge/stats/liker.svg)     |
| <p>Number of creator <br>(users with content that has been liked before)</p> | [![Number of creator](https://static.like.co/badge/stats/creator.svg)](https://like.co/) | [/stats/creator.svg](https://static.like.co/badge/stats/creator.svg) |
| <p>Number of content</p><p>(content that has at least 1 like)</p>            | [![Number of content](https://static.like.co/badge/stats/content.svg)](https://like.co/) | [/stats/content.svg](https://static.like.co/badge/stats/content.svg) |
| Number of LIKE token given out to creators                                   | [![Number of LIKE given](https://static.like.co/badge/stats/LIKE.svg)](https://like.co/) | [/stats/LIKE.svg](https://static.like.co/badge/stats/LIKE.svg)       |
| Number of active wallets                                                     | [![](https://static.like.co/badge/stats/wallet.svg)](https://dao.like.co)                | [/stats/wallet.svg](https://static.like.co/badge/stats/wallet.svg)   |
| Number of registered ISCN                                                    | [![](https://static.like.co/badge/stats/iscn.svg)](https://iscn.io)                      | [/stats/iscn.svg](https://static.like.co/badge/stats/iscn.svg)       |
| Number of NFT on chain (excluding owner and API owned)                       | [![](https://static.like.co/badge/stats/nft.svg)](https://liker.land)                    | [/stats/nft.svg](https://static.like.co/badge/stats/nft.svg)         |
| [ISCN Badge (Light) (Default)](/developer/iscn/iscn-badge.md)                | <img src="/files/-MYsc0_5Gw22G2nigbTI" alt="" data-size="original">                      | [/iscn/\<iscn-hash>.svg](/developer/iscn/iscn-badge.md)              |
| [ISCN Badge (Dark)](/developer/iscn/iscn-badge.md)                           | <img src="/files/-MYscMy5kbQFht-QwSxh" alt="" data-size="original">                      | [/iscn/\<iscn-hash>.svg?dark=1](/developer/iscn/iscn-badge.md)       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.v2.like.co/developer/badge.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
