For the complete documentation index, see llms.txt. This page is also available as Markdown.

Async Deposit and Redeem

Though deposit and redeem handlers are totally arbitrary, most will follow an asynchronous approach with 3 steps:

  1. Create request

  2. Execute batched requests

  3. Distribute shares (deposit) or assets (redeem); can be synchronous with (2)

Deposit

Request

spinner

Fulfillment

spinner

Last updated

Was this helpful?