# Basics

- [Connect to Chiliz Chain](https://docs.chiliz.com/develop/basics/connect-to-chiliz-chain.md)
- [Connect using RPC](https://docs.chiliz.com/develop/basics/connect-to-chiliz-chain/connect-using-rpc.md)
- [Run a Chiliz Chain Node](https://docs.chiliz.com/develop/basics/connect-to-chiliz-chain/run-a-chiliz-chain-node.md): Launch, create, connect, and debug a node to sync with Chiliz Chain
- [Use a hardware wallet](https://docs.chiliz.com/develop/basics/connect-to-chiliz-chain/use-a-hardware-wallet.md)
- [Obtain Free Testnet Tokens](https://docs.chiliz.com/develop/basics/obtain-free-testnet-tokens.md)
- [Obtain test CHZ tokens with Spicy Faucet](https://docs.chiliz.com/develop/basics/obtain-free-testnet-tokens/obtain-test-chz-tokens-with-spicy-faucet.md)
- [Obtain test CHZ tokens with Tatum Faucet](https://docs.chiliz.com/develop/basics/obtain-free-testnet-tokens/obtain-test-chz-tokens-with-tatum-faucet.md)
- [Obtain test Fan Tokens with Spicy Faucet](https://docs.chiliz.com/develop/basics/obtain-free-testnet-tokens/obtain-test-fan-tokens-with-spicy-faucet.md)
- [Use a Block Explorer](https://docs.chiliz.com/develop/basics/use-a-block-explorer.md)
- [Write a Smart Contract](https://docs.chiliz.com/develop/basics/write-a-smart-contract.md)
- [Deploy a Smart Contract](https://docs.chiliz.com/develop/basics/deploy-a-smart-contract.md)
- [Deploy with Remix](https://docs.chiliz.com/develop/basics/deploy-a-smart-contract/deploy-with-remix.md)
- [Deploy with thirdweb](https://docs.chiliz.com/develop/basics/deploy-a-smart-contract/deploy-with-thirdweb.md)
- [Verify a Smart Contract](https://docs.chiliz.com/develop/basics/verifiy-a-smart-contract.md)
- [Verify with Chiliscan](https://docs.chiliz.com/develop/basics/verifiy-a-smart-contract/verify-with-chiliscan.md)
- [Verify with Chiliz Block Explorer](https://docs.chiliz.com/develop/basics/verifiy-a-smart-contract/verify-with-chiliz-block-explorer.md)
- [Verify with Hardhat](https://docs.chiliz.com/develop/basics/verifiy-a-smart-contract/verify-with-hardhat.md)
- [Flatten a Smart Contract](https://docs.chiliz.com/develop/basics/verifiy-a-smart-contract/flatten-a-smart-contract.md)
- [Verification Best Practices](https://docs.chiliz.com/develop/basics/verifiy-a-smart-contract/verification-best-practices.md)
- [Use Wrapped CHZ](https://docs.chiliz.com/develop/basics/use-wrapped-chz.md)
- [How-Tos](https://docs.chiliz.com/develop/basics/how-tos.md)
- [How to get the balance of a wallet](https://docs.chiliz.com/develop/basics/how-tos/how-to-get-the-balance-of-a-wallet.md)
- [How to get the history of a wallet](https://docs.chiliz.com/develop/basics/how-tos/how-to-get-the-history-of-a-wallet.md)
- [How to get the metadata of a specific NFT](https://docs.chiliz.com/develop/basics/how-tos/how-to-get-the-metadata-of-a-specific-nft.md)
- [How to build a Chiliz dApp with AI tools](https://docs.chiliz.com/develop/basics/how-tos/how-to-build-a-chiliz-dapp-with-ai-tools.md)
- [Tips & Tricks](https://docs.chiliz.com/develop/basics/tips-and-tricks.md)


---

# 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.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.
