> For the complete documentation index, see [llms.txt](https://docs.bbx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bbx.com/business/bbx-vault-coming-soon.md).

# BBX Vault (Coming Soon)

BBX Vault is a share-based, decentralized asset management and liquidity yield tool. By integrating with the underlying asset management infrastructure, users can deposit assets (such as USDT) into the vaults to obtain vault shares, proportionally sharing the yields or bearing the risks based on the fluctuations in the vault's net asset value.

#### Core Operating Mechanisms

BBX Vault adopts a fund-style share allocation and dynamic settlement model featuring transparent clearing and fully auditable on-chain data:

* Asset Subscription: When a user deposits a designated underlying asset (e.g., USDT), the system automatically calculates and issues the corresponding vault shares (Shares) based on the vault's current Net Asset Value Per Share (NAVPS). Upon successful subscription, the assets immediately enter the vault's capital pool and participate in the preset strategies.
* Yield Accumulation & NAV Fluctuations: All market-making revenues, arbitrage profits, or trading gains/losses generated after the vault capital goes live are instantly credited to the vault's total assets. This directly drives the rise or fall of the Net Asset Value Per Share (NAVPS). The user's actual yield depends entirely on the difference in NAVPS between subscription and redemption.
* Redemption & Fee Impact: Users can freely redeem their held vault shares. The final credited amount received upon redemption is dynamically affected by multiple cost factors, including the vault type, current profit performance, and market liquidity:
  * Operator Fee: The platform itself does not charge any redemption fees. For the "Protocol Vault" managed by the platform, no operator fee is currently charged. For the "User Vault" managed by traders, the operator fee is only charged when the vault makes an overall profit, taken from the profits at a preset ratio as a fee for the Vault Leader. If the vault is in a loss state, no fees are charged at all.
  * Position Closure Slippage: If the vault still holds unliquidated positions at the time of redemption, the system must force-close them. Under extreme market conditions or insufficient market depth, closing positions may generate slippage, which will be reflected in the Net Asset Value Per Share (NAVPS).
  * Settlement Delay Risk: In the event of extreme or unusual market conditions, users' redeemed funds may face a certain degree of settlement delay.

#### Vault Category

To meet the asset allocation needs of users with different risk appetites, BBX Vault is mainly divided into two categories:

* Protocol Vault: A community liquidity vault uniformly managed by the platform protocol's strategy system.
  * Sources of Revenue: Mainly derived from market-making yields (bid-ask spreads, fee rebates) for providing liquidity to the BBX trading markets, liquidity incentives, cross-market funding rate arbitrage, and revenue sharing from protocol-level income and risk funds.
  * Fee Structure: The current Operator Fee is 0%, and strategy revenues are fully distributed back to vault participants.
* User Vault: A professional copy-trading vault independently created and managed by community traders or investment leaders (Vault Leaders) with data-backed, mature trading capabilities.
  * Sources of Revenue: Entirely dependent on the profit and loss performance of active trading strategies executed by the Vault Leader on the platform, such as Perpetual Contracts (Perp) and Futures Grid.
  * Fee Structure: Leaders only charge a designated percentage of profit sharing (e.g., 10%) when the vault generates an overall profit; if the vault is in a loss state, the Leader charges no fees.

#### Risk Warning

BBX Vault is a decentralized, strategy-based tool and is not a principal-guaranteed wealth management product. Historically displayed yields do not represent a commitment to future returns. Before participating in subscription, users must be fully aware of risks including market volatility, Vault Leader personal strategy losses, liquidity slippage/redemption delays under extreme market conditions, and underlying smart contract system risks.


---

# 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.bbx.com/business/bbx-vault-coming-soon.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.
