# İleri Düzey

- [Gas ücretlerini tahmin etme](https://docs.chiliz.com/tr-ai/develop/advanced/estimate-gas-fees.md)
- [Fan Token'ların $USD fiyatını alın](https://docs.chiliz.com/tr-ai/develop/advanced/get-the-usdusd-price-of-fan-tokens.md)
- [Socios.com Cüzdanını dApp'inize entegre edin](https://docs.chiliz.com/tr-ai/develop/advanced/integrate-socios.com-wallet-in-your-dapp.md)
- [Bir Fan Token'ın transferlerini takip edin](https://docs.chiliz.com/tr-ai/develop/advanced/follow-transfers-of-a-fan-token.md)
- [Fan Token transferleri için Telegram bildirimleri alın](https://docs.chiliz.com/tr-ai/develop/advanced/get-telegram-notifications-for-fan-token-transfers.md)
- [NFT'lerle çalışın](https://docs.chiliz.com/tr-ai/develop/advanced/work-with-nfts.md)
- [NFT dosyalarını hazırlama](https://docs.chiliz.com/tr-ai/develop/advanced/work-with-nfts/preparing-the-nft-files.md)
- [Doğru NFT sözleşmesini seçme](https://docs.chiliz.com/tr-ai/develop/advanced/work-with-nfts/choosing-the-right-nft-contract.md)
- [NFT'nizi IPFS üzerinde barındırma](https://docs.chiliz.com/tr-ai/develop/advanced/work-with-nfts/hosting-your-nft-on-ipfs.md)
- [viem ile mint etme](https://docs.chiliz.com/tr-ai/develop/advanced/work-with-nfts/minting-with-viem.md)
- [thirdweb ile mint etme](https://docs.chiliz.com/tr-ai/develop/advanced/work-with-nfts/minting-with-thirdweb.md)
- [Rarible ile mint etme](https://docs.chiliz.com/tr-ai/develop/advanced/work-with-nfts/minting-with-rarible.md)
- [NFT'nizi OKX'te listeleme](https://docs.chiliz.com/tr-ai/develop/advanced/work-with-nfts/listing-your-nft-on-okx.md)
- [Omnichain Token'ları kullanın](https://docs.chiliz.com/tr-ai/develop/advanced/use-omnichain-tokens.md)
- [Base'ten Chiliz Chain'e köprüleme](https://docs.chiliz.com/tr-ai/develop/advanced/use-omnichain-tokens/bridging-from-base-to-chiliz-chain.md)
- [Chiliz Chain'den Base'e köprüleme](https://docs.chiliz.com/tr-ai/develop/advanced/use-omnichain-tokens/bridging-from-chiliz-chain-to-base.md)
- [Solana'dan Chiliz Chain'e köprüleme](https://docs.chiliz.com/tr-ai/develop/advanced/use-omnichain-tokens/bridging-from-solana-to-chiliz-chain.md)
- [Chiliz Chain'den Solana'ya köprüleme](https://docs.chiliz.com/tr-ai/develop/advanced/use-omnichain-tokens/bridging-from-chiliz-chain-to-solana.md)
- [Hesap Soyutlamasını kullanın](https://docs.chiliz.com/tr-ai/develop/advanced/use-account-abstraction.md)
- [Zincir üzerinde rastgele sayılar üretin](https://docs.chiliz.com/tr-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/tr-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.
