# Creating a vault

Once successfully [onboarded](/user-guide/manage/onboarding-for-managers.md), a portfolio manager can launch a new vault.

PMs can easily create a fund by clicking "Create New Portfolio" at <https://app.brila.finance/managers>. To test and demo the product, see the guide here: [Credit Vault tutorial](/brila-protocol/credit-vaults/credit-vault-tutorial.md).

The TrueFi application walks PMs through the vault creation process, as shown in the demo below:&#x20;

{% embed url="<https://www.loom.com/share/57de59608b0a480f83d4a08fe4887111>" %}
Demo of vault creation
{% endembed %}

### Vault creation parameters and details

In vault creation, PMs are able to configure the following settings (among others):&#x20;

* Capital formation rules
  * During the **Capital Formation period**, lenders can commit funds with assurance that the  smart contract will return funds (with no fees) if certain requirements are not satisfied. For more details, read [here](/brila-protocol/credit-vaults.md#what-is-the-capital-formation-period).
    * Example: PM configures a 30 day capital formation period and minimum vault size of 1M USDC. If the fund has not raised ≥1M USDC by day 30, then principal will be returned to lenders with no fees taken. If the fund raises ≥1M USDC within 30 days, then the PM can move the vault to 'Live' status and deploy loans from the vault.
* Tranche configurations
  * Number of tranches: single tranche / 2 tranches / 3 tranches
  * Minimum subordination ratios for each tranche
  * *For more details on tranche mechanics, read* [*here*](/brila-protocol/credit-vaults.md#how-do-interest-and-repayments-flow-to-lenders)*.*
* Vault duration / maturity date
  * Lender funds will be locked up until the vault's maturity date
  * All loans within the vault must mature before, or on the maturity date
* Fee structure
  * Vault fee: in basis points, on annualized basis
  * *For more details on fees, read* [*here*](/brila-protocol/credit-vaults.md#what-are-the-fees-on-structured-credit-vaults)*.*
* Lender permissions / restrictions&#x20;
  * i.e. manager can require KYC or set custom list of allowed lenders
  * *For more details on permissions, read* [*here*](/brila-protocol/credit-vaults.md#how-are-lender-restrictions-permissions-managed)*.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.brila.finance/user-guide/manage/creating-a-vault.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
