> For the complete documentation index, see [llms.txt](https://docs.dydx.community/dydx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters/instant-market-listings-deposit.md).

# Instant Market Listings Deposit

[Instant Market Listings](/dydx/dydx-features/instant-market-listings.md) allow users to list a perpetual market on dYdX immediately, without governance or third-party approvals. Funds are locked in a sub-vault to ensure initial market liquidity.

The following are Instant Market Listings Deposit parameters (`ListingVaultDepositParams`) adjustable by dYdX governance:<br>

| Title                                                                                                                                                  | Value                                                                                      | Definitions                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------- |
| [NewVaultDepositAmount](https://github.com/dydxprotocol/v4-chain/blob/c9f988ba118531934dc6abe8a07ad8ae5dbe1760/protocol/x/listing/types/params.go#L8)  | 10000000000 \[10,000 USDC]                                                                 | The amount of funds that will be added to the new sub-vault.                                        |
| [MainVaultDepositAmount](https://github.com/dydxprotocol/v4-chain/blob/c9f988ba118531934dc6abe8a07ad8ae5dbe1760/protocol/x/listing/types/params.go#L9) | 0 \[0 USDC]                                                                                | The amount of funds that will be added to the main vault (MegaVault).                               |
| [NumBlocksToLockShares](https://github.com/dydxprotocol/v4-chain/blob/c9f988ba118531934dc6abe8a07ad8ae5dbe1760/protocol/x/listing/types/params.go#L10) | 30 \* 24 \* 3600 \[2,592,000 blocks or approximately 30 days based on 1 second block time] | The number of blocks for how long the funds will be locked or cannot be removed from the sub-vault. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters/instant-market-listings-deposit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
