# Metronome Synth Mintage and Deposit Caps

## Synth Mintage Caps

The mintage cap for each synth is calculated by combining the maximum mintage of all like-asset collaterals associated with the synthetic asset in question. However, it is important to note that the actual cap may be lower during the initial ramp up phase and is subject to the discretion of the Metronome maintainers. The actual cap will be influenced by open market liquidity.

The formula for determining msUSD mintage cap for example would be as follows:&#x20;

Max msUSD = (USDC deposit cap \* CF) + (FRAX deposit cap \* CF) + (DAI deposit cap \* CF) + (vaUSDC deposit cap \* CF) + (vaFRAX deposit cap \* CF)

## Deposit Caps

Deposit caps restrict the amount of any one collateral that can be deposited on the Metronome Synth application. These numbers are expected to increase over time. <br>

| Asset   | Deposit Caps |
| ------- | ------------ |
| USDC    | 10,000,000   |
| DAI     | 10,000,000   |
| FRAX    | 9,000,000    |
| ETH     | 4,286        |
| WBTC    | 311          |
| vaFRAX  | 7,000,000    |
| vaUSDC  | 8,000,000    |
| sfrxETH | 3,333        |
| vaETH   | 3,190        |
| vastETH | 2,857        |
| varETH  | 2,381        |
| vacbETH | 2,381        |


---

# 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.metronome.io/metronome-synth/metronome-synth-protocol/metronome-synth-mintage-and-deposit-caps.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.
