# Vault Mechanics Overview

The Passage Vault exists to help increase the frequency of order matching on the Passage platform. \
\
Should a passage order remain open (unmatched), the vault may take the opposing side of the trade if it believes it is profitable. In most cases, the “suggested price” we shown will give a vault execution within a few minutes. The vault will not immediately take the opposing side of a trade to give time for users to organically trade against each other. \
\
The trading is algorithmic and automated based on an algorithm developed by Bracket Labs. There are many reasons why the vault may not choose to take a trade even at the suggested price, which may include reasons such as: too much exposure already, not enough available funds, a belief that the currently recommended price is about to change due to short term price movements, and so on. \
\
From a user's perspective, it is an identical experience if the opposing trade side was purchased by another user or the vault.


---

# 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.bracket.fi/legacy-products/volatility-trading/passage-vault/vault-mechanics-overview.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.
