# Doc Updates

## April 2026

[We're omnichain](https://www.chiliz.com/chiliz-brings-fan-tokens-to-solana-and-base/)! :tada:

* New pages:
  * In celebration of Chiliz Chain going omnchain, we wrote a whole new section and new pages to accompany builders who have project tokens:
    * [Use Omnichain Tokens](/develop/advanced/use-omnichain-tokens.md), with guides on how to move project tokens between Base or Solana and Chiliz Chain:
      * [Bridging from Base to Chiliz Chain](/develop/advanced/use-omnichain-tokens/bridging-from-base-to-chiliz-chain.md)
      * [Bridging from Chiliz Chain to Base](/develop/advanced/use-omnichain-tokens/bridging-from-chiliz-chain-to-base.md)
      * [Bridging from Solana to Chiliz Chain](/develop/advanced/use-omnichain-tokens/bridging-from-solana-to-chiliz-chain.md)
      * [Bridging from Chiliz Chain to Solana](/develop/advanced/use-omnichain-tokens/bridging-from-chiliz-chain-to-solana.md)
    * [Using Stargate](/learn/about-bridging/using-stargate.md), an explainer of the omnichain bridge.
    * [Token Contract Addresses](/quick-start/token-contract-addresses.md), which contains the addresses of the Chiliz-supported tokens (CHZ, PEPPER, and Fan Tokens), on the three networks: Chiliz Chain, Base, and Solana.
* Updated pages:
  * The [Using Chiliz Bridge](/learn/about-bridging/using-chiliz-bridge.md) page now explains the new, omnichain [Chiliz Bridge](https://bridge.chilizchain.com/) (in addition to the legacy Ethereum bridge).
  * The [Smart Contract Addresses](/quick-start/smart-contract-addresses.md) page now the addresses of LayerZero/omnichain contracts.
  * All Fan Tokens have now been migrated to their decimal contract. The [2026 Migration to Decimal Fan Tokens](/learn/about-fan-tokens/2026-migration-to-decimal-fan-tokens.md) page is now up-to-date and definitive.
  * Fixed typo in [Running a Validator node](/learn/about-validators/running-a-validator-node.md) Docker parameters.

## March 2026

[Fan Tokens are now decimal](https://www.socios.com/fan-token-upgrade/)!

* New pages:
  * To support Fan Token holders getting all the info on the Decimal Fan Token migration, we added a page the [2026 Migration to Decimal Fan Tokens](/learn/about-fan-tokens/2026-migration-to-decimal-fan-tokens.md) page.

## February 2026

* New pages:
  * New [LayerZero](/community/chiliz-chain-ecosystem/developer-tools/layerzero.md) page in the [Developer Tools](/community/chiliz-chain-ecosystem/developer-tools.md) section.
  * New [February 2026: Contract Removal and Clean-Up Proposal](/chiliz-chain-changelog/governance-proposals-and-decisions/february-2026-contract-removal-and-clean-up-proposal.md) page in the [Governance Proposals & Decisions](/chiliz-chain-changelog/governance-proposals-and-decisions.md) section.
* Updated pages:
  * [Smart Contract Addresses](/quick-start/smart-contract-addresses.md): Added Multicall and LayerZero contract addresses.
  * Slight update to the [Create NFTs for Your Sports Team](/quick-start/starter-kits/create-nfts-for-your-sports-team.md) starter kit.
  * Additions and typo fixes in several [Deploy and verify a contract](/quick-start/developer-toolbox/deploy-and-verify-a-contract.md) pages.
  * Added listing infos for FanX/Kayen and Kewl Exchange in the [Launch a crypto token](/quick-start/starter-kits/launch-a-crypto-token.md) starter kit.

## January 2026

* New pages:
  * New [Flatten a Smart Contract](/develop/basics/verifiy-a-smart-contract/flatten-a-smart-contract.md) page in the [Verify a Smart Contract](/develop/basics/verifiy-a-smart-contract.md) section.
* Updated pages:
  * The [Stake your CHZ](/learn/about-staking/stake-your-chz.md) and [Unstake your CHZ](/learn/about-staking/unstake-your-chz.md) pages are now up-to-date with the new [Chiliz Staking dApp](https://app.chilizchain.com/staking).
  * Updated the [Follow transfers of a Fan Token](/develop/advanced/follow-transfers-of-a-fan-token.md) page with Goldsky steps and examples in addition to the existing The Graph ones.
  * Added block-explorer-based examples to the [Estimate gas fees](/develop/advanced/estimate-gas-fees.md) page.
  * Some phrasing changes, typo fixes, and updated links.

## December 2025

* [New homepage](/readme.md)! Built to better direct developers to content that is relevant to them.
* New pages:
  * New pages in the [Work with NFTs](/develop/advanced/work-with-nfts.md) section:
    * [Write a Smart Contract](/develop/basics/write-a-smart-contract.md).
    * [Verification Best Practices](/develop/basics/verifiy-a-smart-contract/verification-best-practices.md).
    * [Listing your NFT on OKX](/develop/advanced/work-with-nfts/listing-your-nft-on-okx.md).
  * New [Starter Kits](/quick-start/starter-kits.md) section in the [Quick Start](/quick-start.md) section, with two inaugural pages:
    * [Create NFTs for Your Sports Team](/quick-start/starter-kits/create-nfts-for-your-sports-team.md)
    * [Launch a crypto token](/quick-start/starter-kits/launch-a-crypto-token.md)
  * New [Developer Toolbox](/quick-start/developer-toolbox.md) page in the revamped [Quick Start](/quick-start.md) section.
    * It combines former single-use pages (Connect to Mainnet and Testnet, Obtain testnet tokens, Deploy and verify a contract, and Run a Chiliz Chain Node) and points to their more complete equivalent in the docs, should the reader need more details.
  * New [Chiliz Greenhouse](/learn/about-chiliz-chain/chiliz-greenhouse.md) page.
* Updated pages:
  * Revamped the whole [Work with NFTs](/develop/advanced/work-with-nfts.md) section:
    * Moved [Choosing the right NFT contract](/develop/advanced/work-with-nfts/choosing-the-right-nft-contract.md) to its own page.
    * Moved [Hosting your NFT on IPFS](/develop/advanced/work-with-nfts/hosting-your-nft-on-ipfs.md) to its own page.
    * Reworked the main section page accordingly.
  * Revamped the [Quick Start](/quick-start.md) section with a new [Starter Kits](/quick-start/starter-kits.md) section and a new [Developer Toolbox](/quick-start/developer-toolbox.md) page.
  * Updated block explorer-related pages:
    * [Use a Block Explorer](/develop/basics/use-a-block-explorer.md): New screenshots for Chiliz Block Explorer, following [its recent updgrade](https://scan.chiliz.com/).
    * [Verify a Smart Contract](/develop/basics/verifiy-a-smart-contract.md): Same, as well as an update of verification methods for both Chiliz Block Explorer and Chiliscan.
  * Updated the [Integrate Socios.com Wallet in your dApp](/develop/advanced/integrate-socios.com-wallet-in-your-dapp.md) page with current WalletConnect information as well as new sections about supported methods and SIWE verification.
  * Some word nerdery:
    * Removed the "How to..." from the titles of all [Advanced](/develop/advanced.md) section subpages, in order to keep them short and have a cleaner side menu.
    * Added opening verbs to the titles of all [Basics](/develop/basics.md) section subpages, for consistency.
  * Some small fixes here and there: typos, missing links, updated information, etc. :sparkles:

## November 2025

* **New translations!**
  * Thanks to GitBook's [auto-translation feature](https://gitbook.com/docs/creating-content/translations), we can now provide you with up-to-date, localized versions of the main documentation :earth\_africa: :earth\_americas: :earth\_asia:
  * We're testing it with [Turkish](https://docs.chiliz.com/tr-ai/) :flag\_tr: and [French](https://docs.chiliz.com/fr-ai/) :flag\_fr: for now, with more to come each month!
* Updated pages:
  * Moved & expanded the [Deploy and verify a contract](/quick-start/developer-toolbox/deploy-and-verify-a-contract.md) section: It is now two separate subsections of the Develop>Basics section, [Deploy a Smart Contract](/develop/basics/deploy-a-smart-contract.md) and [Verify a Smart Contract](/develop/basics/verifiy-a-smart-contract.md). All pages have been updated and expanded, along with a new [Verify with Hardhat](/develop/basics/verifiy-a-smart-contract/verify-with-hardhat.md) page.
  * New [Tips & Tricks](/develop/basics/tips-and-tricks.md) section: "How to create your own token on Spicy Testnet".
  * Updated [Staking Rewards](/learn/about-staking/staking-rewards.md) following the [Snake8 hard fork](/chiliz-chain-changelog/governance-proposals-and-decisions/october-2025-snake8-hard-fork.md).
  * Fixed Solidity version and EVM version in the [Developers FAQ](/develop/developers-faq.md).

## October 2025

* New pages:
  * New [About DAOs](/learn/about-daos.md) section, with pages on [How to create your own DAO](/learn/about-daos/how-to-create-your-own-dao.md) and [How to run a DAO](/learn/about-daos/how-to-run-a-dao.md).
* Updated pages:
  * [Blockchain code changes](/chiliz-chain-changelog/blockchain-code-changes.md): Added Chiliz Chain v2.6.0.
  * [Chiliz Chain Ecosystem](/community/chiliz-chain-ecosystem.md): Added [Goldsky](https://goldsky.com/) to the [Developer Tools](/community/chiliz-chain-ecosystem/developer-tools.md) page, as well as a new [Goldsky](/community/chiliz-chain-ecosystem/developer-tools/goldsky.md) page.
  * Added [Nodit](https://www.nodit.io/) sample codes to:
    * [How to get the balance of a wallet](/develop/basics/how-tos/how-to-get-the-balance-of-a-wallet.md)
    * [How to get the history of a wallet](/develop/basics/how-tos/how-to-get-the-history-of-a-wallet.md)
    * [How to get the metadata of a specific NFT](/develop/basics/how-tos/how-to-get-the-metadata-of-a-specific-nft.md)

## September 2025

* New pages:
  * New [October 2025: Snake8 Hard Fork](/chiliz-chain-changelog/governance-proposals-and-decisions/october-2025-snake8-hard-fork.md) page.
  * New [Aragon](/community/chiliz-chain-ecosystem/developer-tools/aragon.md) page.
* Updated pages:
  * Updated [Blockchain code changes](/chiliz-chain-changelog/blockchain-code-changes.md) with v2.5.1.
  * Updated [Tokenomics](/learn/about-chiliz-chain/tokenomics.md) with Pepper8 supply roadmap.
  * Updated [Developers events](/community/developers-events.md) with latest events.

## August 2025

* New pages:
  * New section on [Work with NFTs](/develop/advanced/work-with-nfts.md), with pages giving sample code using viem, the thirdweb SDK, and the Rarible SDK.
  * New page about the [August 2025: Pepper8 Proposal](/chiliz-chain-changelog/governance-proposals-and-decisions/august-2025-pepper8-proposal.md).
* Updated pages:
  * Updated [Developers events](/community/developers-events.md) with links to recent helpful blogposts.
  * Updated [Blockchain code changes](/chiliz-chain-changelog/blockchain-code-changes.md) with v2.5.0.

## July 2025

* New pages:
  * New [How to build a Chiliz dApp with AI tools](/develop/basics/how-tos/how-to-build-a-chiliz-dapp-with-ai-tools.md) page. :robot:
  * Spicy Faucet is back! :tada:\
    Added the [Obtain test CHZ tokens with Spicy Faucet](/develop/basics/obtain-free-testnet-tokens/obtain-test-chz-tokens-with-spicy-faucet.md) page, and updated the [Obtain testnet tokens](/quick-start/developer-toolbox/obtain-testnet-tokens.md) and [Obtain Free Testnet Tokens](/develop/basics/obtain-free-testnet-tokens.md) pages accordingly.
* Updated pages:
  * Added mention of gas fees in [Estimate gas fees](/develop/advanced/estimate-gas-fees.md) and [Tips & Tricks](/develop/basics/tips-and-tricks.md).
  * Added Aragon DAO [as an Ecosystem partner](/community/chiliz-chain-ecosystem/developer-tools.md).
  * Added link to FanX contract in [Smart Contract Addresses](/quick-start/smart-contract-addresses.md).
  * Rewrote part of the [CAP-20](/learn/glossary/cap-20.md) definition for clarity.
  * Improved [Connect to Mainnet and Testnet](/quick-start/developer-toolbox/connect-to-mainnet-and-testnet.md) page's layout, and centralized RPC infos in this single page. Added mention of rate limits. Fixed typos.
  * Made slight rewording of [Link Chiliz Chain and MetaMask](/learn/about-wallets/how-to-use-metamask/link-chiliz-chain-and-metamask.md) page.
  * Reorganized the [Advanced](/develop/advanced.md) pages.
  * Fixed external links in [Integrate Socios.com Wallet in your dApp](/develop/advanced/integrate-socios.com-wallet-in-your-dapp.md).

## June 2025

* Updated pages:
  * Increased minimal gas price indication from 2500 to 2501 Gwei on [Developers FAQ](/develop/developers-faq.md) and [Tips & Tricks](/develop/basics/tips-and-tricks.md).
  * Changed link to list of Fan Tokens currently available on Chiliz Chain in [Smart Contract Addresses](/quick-start/smart-contract-addresses.md)and [About Fan Tokens](/learn/about-fan-tokens.md).

## May 2025

* New pages:
  * New [Chiliz Chain API](/develop/chiliz-chain-api.md) page.
* Updated pages:
  * Added Hypernest Bootcamp to [Free online courses](/quick-start/free-online-courses.md).
  * Added several [Developer Tools](/community/chiliz-chain-ecosystem/developer-tools.md).
  * Several small fixes to [Unstake your CHZ](/learn/about-staking/unstake-your-chz.md), [Validator](/learn/glossary/validator.md), and [About Chiliz Chain](/learn/about-chiliz-chain.md).

## April 2025

* New pages:
  * New "[Hacking Poland](/community/developers-events/hacking-poland-2025.md)" page.
  * New [Polish translation](https://docs.chiliz.com/pl)! :flag\_pl: *(only the Quick Start section for now\...)*
* Updated pages:
  * Fixed steps for [validator unjailing](/learn/about-validators/about-validator-slashing.md).
  * Improved [validator node](/learn/about-validators/running-a-validator-node.md) wording.
  * Improved [staking](/learn/glossary/staking.md) wording.
  * More fixes here and there.

## March 2025

* New pages:
  * New "[How to create Telegram notifications for Fan Token transfers](/develop/advanced/get-telegram-notifications-for-fan-token-transfers.md)" page.
  * New "[Smart Contract Addresses](/quick-start/smart-contract-addresses.md)" page.
* Updated pages:
  * Expanded "[Deploy with thirdweb](/develop/basics/deploy-a-smart-contract/deploy-with-thirdweb.md)" page.
  * Typo fixes now and then.

## February 2025

* New pages:
  * New "[About Wallets](/learn/about-wallets.md)" section.
  * New "[How to use a multisig wallet](/learn/about-wallets/how-to-use-a-multisig-wallet-safe.md)", based on Safe.
  * New "[How to estimate gas fees](/develop/advanced/estimate-gas-fees.md)", based on Blocknative, and a [Blocknative description page](/community/chiliz-chain-ecosystem/developer-tools/blocknative.md).
  * New "[How to integrate Socios.com Wallet](/develop/advanced/integrate-socios.com-wallet-in-your-dapp.md)" page.
  * New page for the [February 2025 Governance Proposals](/chiliz-chain-changelog/governance-proposals-and-decisions/february-2025-new-validator-proposals.md).
* Updated pages:
  * Updated the "[Deploy with Remix IDE](/develop/basics/deploy-a-smart-contract/deploy-with-remix.md)" page.
  * Additions and fixes to "[How to integrate Socios.com Wallet](/develop/advanced/integrate-socios.com-wallet-in-your-dapp.md)" page.
  * Updated [RPC](/quick-start/developer-toolbox/connect-to-mainnet-and-testnet.md) [pages](/develop/basics/connect-to-chiliz-chain/connect-using-rpc.md) with Tatum's servers.
  * Typo fixes here and there.

## January 2025

* New pages:
  * New "[How to integrate Socios.com Wallet](/develop/advanced/integrate-socios.com-wallet-in-your-dapp.md)" page.
* Updated pages:
  * Added mention of gas/priority fees in [Developer FAQ](/develop/developers-faq.md), [Deploy Contract](/quick-start/developer-toolbox/deploy-and-verify-a-contract.md) and [Tip & Tricks](/develop/basics/tips-and-tricks.md) pages.
  * Updated [Chiliz Chain Changelog](/chiliz-chain-changelog.md) to mention v2.3.1.
  * Fixes in "[Validator Slashing](/learn/about-validators/about-validator-slashing.md)" page.
  * Updated Discord links.

## December 2024

* New pages:
  * Added a page on how to [make your project's token bridgeable](/learn/about-bridging/making-your-project-token-bridgeable.md).
  * Expanded the [Validators](/learn/about-validators.md) sections, with several content updates, a reorganization of the content for better findability, and two new pages:
    * [Why become a validator](/learn/about-validators/why-become-a-validator.md)
    * [How to stop being a validator](/learn/about-validators/how-to-stop-being-a-validator.md)
* Updated pages:
  * Updated the [staking period](/learn/about-staking.md) following the [December governance decisions](/chiliz-chain-changelog/governance-proposals-and-decisions/december-2024-governance-update-proposals.md).
  * Updated the "[Run a CC Node](/develop/basics/connect-to-chiliz-chain/run-a-chiliz-chain-node.md)" page in order to mention running from a snapshot.
  * Better consistency for the titles in the [Learn](/learn.md) section.

## November 2024

* New pages:
  * Added the [December 2024 governance proposals](/chiliz-chain-changelog/governance-proposals-and-decisions/december-2024-governance-update-proposals.md) (and reorganized the [CC Changelog](/chiliz-chain-changelog.md) section).
  * Added [Hyperlane](/community/chiliz-chain-ecosystem/developer-tools/hyperlane.md) and [Reown](/community/chiliz-chain-ecosystem/developer-tools/reown.md) (ex-WalletConnect) to the [DevTools](/community/chiliz-chain-ecosystem/developer-tools.md) section.
* Updated pages:
  * Added info on running an archive node to the [Run a Chiliz Chain Node](/develop/basics/connect-to-chiliz-chain/run-a-chiliz-chain-node.md) page.
  * Small fixes here and there.

## October 2024

* New pages:
  * In the [Community](/community.md) > [Ecosystem](/community/chiliz-chain-ecosystem.md) section:
    * A new [Custody Solutions](/community/chiliz-chain-ecosystem/custody-solutions.md) section, with pages for [Cobo](/community/chiliz-chain-ecosystem/custody-solutions/cobo.md) and [Fireblocks](/community/chiliz-chain-ecosystem/custody-solutions/fireblocks.md).
    * A new [Wallets](/community/chiliz-chain-ecosystem/wallets.md) section, with pages for [Magic](/community/chiliz-chain-ecosystem/wallets/magic.md) and [Privy](/community/chiliz-chain-ecosystem/wallets/privy.md).
    * A page about [The Graph](/community/chiliz-chain-ecosystem/developer-tools/the-graph.md) and [Lumx](/community/chiliz-chain-ecosystem/developer-tools/lumx.md).
    * A page for the [ETHGlobal Bangkok](/community/developers-events/ethglobal-bangkok-hackathon-2024.md) event.
  * In the [Develop](/develop.md) > [Advanced](/develop/advanced.md) section:
    * A The Graph use-case, "[How to follow transfers of a Fan Token](/develop/advanced/follow-transfers-of-a-fan-token.md)".
  * In the [Learn](/learn.md) > [Bridge](/learn/about-bridging.md) section:
    * A new page about [bridging stablecoins](/learn/about-bridging/bridging-stablecoins.md) to Chiliz Chain, such as USDT.
* Updated pages:
  * Updated the [Chainport](/learn/about-bridging/using-chainport.md) page.
* New translation:
  * [Thai](https://docs.chiliz.com/thai)! 🇹🇭

## September 2024

* New page: Added a page about [Chainport](/learn/about-bridging/using-chainport.md), and reorganised the [Bridge section](/learn/about-bridging.md) to fit it in.
* Improvements:
  * Clarified the [Validator Slashing page](/learn/about-validators/about-validator-slashing.md), with penalty formulas.
  * Fixed a couple of screenshots in the [Stake Your CHZ page](/learn/about-staking/stake-your-chz.md).

## August 2024

* New page: [Developers FAQ](/develop/developers-faq.md).
* New pages: About devtools [Lumx](/community/chiliz-chain-ecosystem/developer-tools/lumx.md), [thirdweb](/community/chiliz-chain-ecosystem/developer-tools/thirdweb.md), and [Azuro](/community/chiliz-chain-ecosystem/developer-tools/azuro.md).
* New content: Downloadable "Built on Chilid Chain" logo [for community projects](/community.md).

## July 2024

* New translations:
  * The documentation is now available in [French](https://docs.chiliz.com/v/fr) and [Brazilian Portuguese](https://docs.chiliz.com/v/pt-br)! :flag\_fr: :flag\_br:
  * The [Korean](https://docs.chiliz.com/v/korean) translation has been completely reworked and updated! :flag\_kr:
* Improvements:
  * Several updates and fixes on the [Staking](/learn/about-staking.md) pages.
  * Several updates and fixes on the [Validator](/learn/about-validators.md) pages.

## June 2024

* New translations: The documentation is now available in [Turkish](https://docs.chiliz.com/v/tr) and [Vietnamese](https://docs.chiliz.com/v/tieng-viet-vietnamese)! :flag\_tr::flag\_vn:
* New page: [Security Audits](/learn/about-chiliz-chain/security-audits.md).
* New page: [Details on May 21st outage](/chiliz-chain-changelog/outage-reports/details-on-the-may-21st-outage.md).

## May 2024

* New page: [Governance Proposals](/chiliz-chain-changelog/governance-proposals-and-decisions.md), which includes the [Dragon8 proposal](/chiliz-chain-changelog/governance-proposals-and-decisions/may-2024-dragon8-tokenomics-2.0-proposal.md).
* New page: [Inflation Supply Allocation Addresses](/quick-start/inflation-supply-allocation-addresses.md).
* New [How-Tos](/develop/basics/how-tos.md) section, which explores code samples based on Moralis, Tatum, and thirdweb.
* Improvements:
  * [Tokenomics](/learn/about-chiliz-chain/tokenomics.md) page: Replaced "APY" with "APR".
  * New homepage cover image.
  * Various smaller fixes across the board, including some reinstated Spicy Testnet content that was lost.

## April 2024

* New **Dragon8** content:
  * Added the [2024 Dragon8 hard fork](/chiliz-chain-changelog/governance-proposals-and-decisions/2024-dragon8-hard-fork-announcement.md) page.
  * Added the [Chiliz Chain Changelog](/chiliz-chain-changelog.md).
  * Updated the [Run a Chiliz Chain node](/develop/basics/connect-to-chiliz-chain/run-a-chiliz-chain-node.md) page with updated information.
* New sections: The "Develop" section is now split between the "[Basics](/develop/basics.md)" subsection and the "[Advanced](/develop/advanced.md)" subsection.\
  The later contains new content, showing developers that they can use Chiliz Chain with third-party tools and frameworks, such as Pyth and Biconomy, with more to come.
* "New" pages: Reinstated the [Metamask pages](/learn/about-wallets/how-to-use-metamask.md), mistakenly removed during the March doc reorganization :grimacing:
* Improvement: Added new Routescan verification method to the [Chiliscan](/develop/basics/verifiy-a-smart-contract/verify-with-chiliscan.md) page.
* Improvement: Several improvement to the [Wrapped Chiliz](/develop/basics/use-wrapped-chz.md) (wCHZ) content.
* Improvement: Added partners to the [Ecosystem](/community/chiliz-chain-ecosystem.md) page.
* Also: Did you miss the egg hunt? :egg:

## March 2024

* **Reorganisation of the whole documentation:**
  * Moved most pages into 4 categories:
    * [**Quick Start**](/quick-start.md): Contains just the minimal information to get Started with Chiliz Chain. This is for developers who already know how to work with a blockchain in general.
    * [**Learn**](/learn.md): Contains everything about Chiliz Chain.
    * [**Develop**](/develop.md): Contains tutorials and guides.
    * [**Community**](/community.md): Contains everything to help you connect with others, such as third-party tools/projects.
  * Removed all of the content related to Scoville, our long-deprecated Testnet. Please use Spicy Testnet now!
* New page: [Tips & Tricks](/develop/basics/tips-and-tricks.md).
* New page: [Free online course](/quick-start/free-online-courses.md) by Rise In.
* New page: [ETHGlobal London 2024](/community/developers-events/ethglobal-london-hackathon-2024.md).
* New page: [Obtain testCHZs with Tatum Faucet](/develop/basics/obtain-free-testnet-tokens/obtain-test-chz-tokens-with-tatum-faucet.md).
* Improvement: Split [Spicy Faucets](/develop/basics/obtain-free-testnet-tokens.md) page in three.
* Improvement: Added a "Analytics" to the [Ecosystem](/community/chiliz-chain-ecosystem.md) page.
* Improvement: Mention auto-compounding detail in [Stake to a Validator](broken://pages/S5ggWrWFC3dLihTkpEAX) page.

## February 2024

* New homepage.
* New page: [Tokenomics](/learn/about-chiliz-chain/tokenomics.md).
* New page: [Tools](/community/chiliz-chain-ecosystem/developer-tools.md), with individual pages for Ankr, Biconomy, Moralis, Tatum, and Rarible. More to come, with more content!
* Improvement: Added video in the [Moralis](/community/chiliz-chain-ecosystem/developer-tools/moralis.md) page.
* Improvement: Removed sidebar links, moved them to the header menus.
* Improvement: More internal links in the [Ecosystem](/community/chiliz-chain-ecosystem.md) page.
* Fix: Better [Deploy a smart contract](/quick-start/developer-toolbox/deploy-and-verify-a-contract.md) links.

## January 2024

* Improvement: [Build on Chiliz Chain](/quick-start.md) page made more prominent.
* Improvement: Added pages on smart contract verification.
* Improvement: Updated Fan Token migration page, now that migration is fully done.
* Improvement: Expanded the Ecosystem page.

## December 2023

* New page: [Validator slashing](/learn/about-validators/about-validator-slashing.md).
* Improvement: Update to the Wrapped CHZ page.
* Fix: Better titles for the FAQ.
* Fix: All code samples that mention Geth now refer to the `:latest` version.

## November 2023

* New page: [Wrapped CHZ](/learn/glossary/wrapped-chz-wchz.md).
* New page: [Developer events](/community/developers-events.md), with ETHGlobal Istanbul.
* Improvement:
  * Made the Blockchain page easier to understand.
  * Made the CAP-20 page easier to understand.
  * Forked the content of the "Consensus mechanisms" page.
* Improvement: Updated Block Explorer pages for both Mainnet and Testnet, with the addition of Routescan's Chiliscan.
* Improvement: Added Allnodes RPC URLs to Mainnet and Spicy Testnet.
* Fix: Removed pre-launch Q\&A from the FAQ.

## October 2023

* New page: [Chiliz Chain Ecosystem](/community/chiliz-chain-ecosystem.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/doc-updates.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.
