> For the complete documentation index, see [llms.txt](https://docs.cambrian.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cambrian.one/cambrian-architecture-and-workflow/avsmanager.md).

# AVSManager

Looking much like WorkerManager, this smart contract manages everything around AVS. It handles enrollment and exit and manages AVS accounts. As a PoolManager and WorkerManager, AVSManager has a unique account for AVS/token pair.

AVS need accounts to hold funds that will be paid to workers for their work, so before any work can be scheduled for this AVS. If the amount is sufficient, then the work can be scheduled and executed.  Further, different payment options and models for AVS will be introduced to increase flexibility and customisability.

<figure><img src="https://2970574188-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FatLCejs17XEgpdNvw4qW%2Fuploads%2FC7xuJjdjZ6qSJHlOfOxR%2FAVS%20Manager.png?alt=media&amp;token=27f41cea-39c3-476a-bce7-6b3fcbcbafa8" alt=""><figcaption></figcaption></figure>

In the current implementation, the conditions for delegating AVS work are quite simple and are as follows:

* Number of workers with minimum stake is more or equal to minimum workers
* AVS has enough funds on its accounts to pay for the services (number of workers used \* fee)
