ACADEMY
v2
MODULE 15
LESSON 3
Tick Timing & Integration Flow
When a user calls a Procedure, it is included in a transaction and scheduled for a future tick.
When that tick arrives, Computors execute the contract code and update on-chain state.
Integrations (wallets, dApps, or backends) must therefore wait for the scheduled tick to confirm state changes, instead of expecting instant results.
For read-only Functions, integrations may call them at any time to retrieve the latest state without waiting.