TL;DR
Minting cycles from ICP to create or top up canisters can currently be done via two distinct flows:
Legacy Flow: transfer → ledger_notify
New Flow: transfer → cmc_notify
The new flow (cmc_notify) offers superior security guarantees, greater flexibility, and eliminates a critical coupling between the ICP Ledger and subnet operations. This post announces our plan to deprecate and eventually disable the legacy ledger_notify flow.
Who Should Be Concerned?
If you are using the notify() endp…
Read this thread, this should be helpful. In brief, notify method is used to notify CMC canister about ICP transfer index and do the op of creating canister.