diff --git a/docs/build/smart-contract/async.mdx b/docs/build/smart-contract/async.mdx index 0f0f70cb7..984cfae73 100644 --- a/docs/build/smart-contract/async.mdx +++ b/docs/build/smart-contract/async.mdx @@ -72,7 +72,7 @@ Parameters: Syntra leverage the async call feature to allow sending tips or setup vesting plans for users. Check [Syntra smart contract](https://github.com/massalabs/syntra/blob/main/smart-contract/assembly/internal.ts#L76) for a real world example of async call usage. -## Deferred calls (Buildnet Preview) +## Deferred calls Unlike async calls, deferred calls are guaranteed to be executed at a given slot. The scheduele mecanism works as a booking market based on computation needs and load of available slots.