Plain-English definition
What function flows means
A function flow connects a user action such as deposit, withdraw, borrow, or bridge to the exact contracts, calls, state mutations, and asset transfers that execute it.
Trace a wallet action through exact contract functions, state changes, asset movement, and exit conditions before relying on an audit badge.
Plain-English definition
A function flow connects a user action such as deposit, withdraw, borrow, or bridge to the exact contracts, calls, state mutations, and asset transfers that execute it.
Questions this page answers
Evidence checklist
Each item must be tied to an inspectable source or remain clearly labeled as pending, unavailable, or unidentified.
Entrypoint, internal calls, delegatecalls, and external integrations.
Storage writes, balances, shares, debt, and permission changes.
Tokens entering, leaving, locking, or moving across contracts.
Decision use
Use the flow to understand what a transaction can change and whether the reviewed scope covers that complete path.
Proof of Audits shows evidence and gaps. It does not guarantee protocol or transaction safety.
Specific answers
No. It explains the execution path and connects it to available review evidence; it does not guarantee that the path has no vulnerabilities.
A user-facing function can depend on libraries, proxies, oracles, bridges, and other contracts that change the real risk surface.