> For the complete documentation index, see [llms.txt](https://pikasso-1.gitbook.io/pikasso/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pikasso-1.gitbook.io/pikasso/our-product/centralize-exchange/nft-analytics.md).

# NFT Analytics

* Counting # of NFT solved in Pikasso:
  * Import m\_sdk from “Pikasso/sdk” (unity/js)
  * m\_sdk.increase(“count\_sell\_nft”, 1); --> this request will be sent to the backend as an action which updates the `count_sell_nft` metrics
  * m\_sdk.set(“player” + 3, true); --> this request will be sent to the backend as action
