- Capital Delegation: The vault can delegate capital to other vaults.
- Vault Management: The vault tightly incorporates the TinteroLoan contract to manage the lifecycle of loans. Permissions are defined once at the vault level and are inherited by the loans.
- Loan Request: The vault can permissionlessly receive loan requests from any address.
- Accounting: The vault keeps track of the total amount of assets in management considering the capital delegated and the active loans funded.
The vault has an utilization rate that is the ratio of the total amount of assets in the vault to the total amount of assets delegated and lent out. Naturally, as the utilization rate goes up, the vault will restrict the amount of withdrawals to the current available assets.