# How-Tos

Chiliz Chain is fully compatible with Ethereum-centric frameworks and third-party tools.

This compatibility allows developers to use familiar Ethereum development processes and integrate advanced functionalities.

In this section, a give you some simple examples using EVM tools that integrate Chiliz Chain:

* [Moralis](https://moralis.com/): As an extensive framework for web3 developers, Moralis provides several EVM-centric APIs, allowing you to deliver projects more quickly.\
  Read [Moralis' Chiliz-specific documentation](https://docs.moralis.com/web3-data-api/evm/chains/chiliz).
* [Tatum](https://tatum.io/): As a unified framework for building Web3 apps, Tatum provides several EVM-centric APIs, allowing you to deliver projects more quickly.\
  Read [Tatum's Chiliz-specific documentation](https://docs.tatum.io/reference/rpc-chiliz).
* [thirdweb](https://thirdweb.com/): thirdweb is a platform offering tools and infrastructure for building decentralized applications on multiple blockchain networks. It simplifies blockchain integration with SDKs, APIs, and pre-built components. Read [thirdweb's Chiliz page](https://thirdweb.com/chiliz-chain).
* [Nodit](https://nodit.io/): Nodit provides tools that make it easy to develop in a variety of multi-chain environments and reliable node services.\
  Read [Nodit's Chiliz-specific documentation](https://developer.nodit.io/reference/chiliz-quickstart).

{% content-ref url="/pages/kVBVGzzFzE9a9XaoN4EU" %}
[How to get the balance of a wallet](/develop/basics/how-tos/how-to-get-the-balance-of-a-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/OTBYMVSIMMrAMWQJcnap" %}
[How to get the history of a wallet](/develop/basics/how-tos/how-to-get-the-history-of-a-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZUCl1jCin6lhJPA2pX6W" %}
[How to get the metadata of a specific NFT](/develop/basics/how-tos/how-to-get-the-metadata-of-a-specific-nft.md)
{% endcontent-ref %}

We encourage you to explore all these platforms further, and see which one fits your development practices and preferences.

Besides blockchain frameworks, you can rely on vibe-coding tools to help you build your Chiliz Chain project:

{% content-ref url="/pages/PGfW4lG3ffqNvgzpf3fq" %}
[How to build a Chiliz dApp with AI tools](/develop/basics/how-tos/how-to-build-a-chiliz-dapp-with-ai-tools.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.chiliz.com/develop/basics/how-tos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
