# Avancé

- [Estimer les frais de gas](https://docs.chiliz.com/fr-ai/develop/advanced/estimate-gas-fees.md)
- [Obtenir le prix en $USD des Fan Tokens](https://docs.chiliz.com/fr-ai/develop/advanced/get-the-usdusd-price-of-fan-tokens.md)
- [Intégrer le portefeuille Socios.com dans votre dApp](https://docs.chiliz.com/fr-ai/develop/advanced/integrate-socios.com-wallet-in-your-dapp.md)
- [Suivre les transferts d'un Fan Token](https://docs.chiliz.com/fr-ai/develop/advanced/follow-transfers-of-a-fan-token.md)
- [Recevoir des notifications Telegram pour les transferts de Fan Token](https://docs.chiliz.com/fr-ai/develop/advanced/get-telegram-notifications-for-fan-token-transfers.md)
- [Travailler avec les NFT](https://docs.chiliz.com/fr-ai/develop/advanced/work-with-nfts.md)
- [Préparer les fichiers NFT](https://docs.chiliz.com/fr-ai/develop/advanced/work-with-nfts/preparing-the-nft-files.md)
- [Choisir le bon contrat NFT](https://docs.chiliz.com/fr-ai/develop/advanced/work-with-nfts/choosing-the-right-nft-contract.md)
- [Héberger votre NFT sur IPFS](https://docs.chiliz.com/fr-ai/develop/advanced/work-with-nfts/hosting-your-nft-on-ipfs.md)
- [Minting avec viem](https://docs.chiliz.com/fr-ai/develop/advanced/work-with-nfts/minting-with-viem.md)
- [Minting avec thirdweb](https://docs.chiliz.com/fr-ai/develop/advanced/work-with-nfts/minting-with-thirdweb.md)
- [Minting avec Rarible](https://docs.chiliz.com/fr-ai/develop/advanced/work-with-nfts/minting-with-rarible.md)
- [Répertorier votre NFT sur OKX](https://docs.chiliz.com/fr-ai/develop/advanced/work-with-nfts/listing-your-nft-on-okx.md)
- [Utiliser des jetons omnichain](https://docs.chiliz.com/fr-ai/develop/advanced/use-omnichain-tokens.md)
- [Bridge de Base vers Chiliz Chain](https://docs.chiliz.com/fr-ai/develop/advanced/use-omnichain-tokens/bridging-from-base-to-chiliz-chain.md)
- [Bridge de Chiliz Chain vers Base](https://docs.chiliz.com/fr-ai/develop/advanced/use-omnichain-tokens/bridging-from-chiliz-chain-to-base.md)
- [Bridge de Solana vers Chiliz Chain](https://docs.chiliz.com/fr-ai/develop/advanced/use-omnichain-tokens/bridging-from-solana-to-chiliz-chain.md)
- [Bridge de Chiliz Chain vers Solana](https://docs.chiliz.com/fr-ai/develop/advanced/use-omnichain-tokens/bridging-from-chiliz-chain-to-solana.md)
- [Utiliser l'abstraction de compte](https://docs.chiliz.com/fr-ai/develop/advanced/use-account-abstraction.md)
- [Générer des nombres aléatoires on-chain](https://docs.chiliz.com/fr-ai/develop/advanced/generate-random-numbers-on-chain.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/fr-ai/develop/advanced.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.
