[#ChainstateManager-m_cached_is_ibd] = xref:ChainstateManager.adoc[ChainstateManager]::m_cached_is_ibd :relfileprefix: ../ :mrdocs: Whether initial block download (IBD) is ongoing. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic_bool m_cached_is_ibd = {true}; ---- == Description This value is used for lock‐free IBD checks, and latches from true to false once block loading has finished and the current chain tip has enough work and is recent. [.small]#Created with https://www.mrdocs.com[MrDocs]#