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

# Vault Wallets

Below is a list of the designated wallet addresses for each key area of the VaultZero ecosystem. These wallets manage various platform functions, ensuring transparency and proper fund allocation.

{% hint style="info" %}
In some cases, these wallets may change, or new wallets may be added.
{% endhint %}

## BNB Vault Contract

**Address:** [0x573b3e5cb6ebc8a625a0b96b07395652edacbb9e](https://bscscan.com/address/0x573b3e5cb6ebc8a625a0b96b07395652edacbb9e)

This contract manages the BNB Vault, where users interact, submit Tribute, and engage with the core mechanics of VaultZero.

## Dividend Wallet

**Address:** [0xea17cf38986c2c36e2e13bf32c11268a1ad95459](https://bscscan.com/address/0xea17cf38986c2c36e2e13bf32c11268a1ad95459)

This wallet holds funds allocated for dividend distributions to eligible users based on Tribute requirements.

## Marketing\* Wallet

**Address:** [0x8A741fA787582028E7405e44C89984765ec2A673](https://bscscan.com/address/0x8A741fA787582028E7405e44C89984765ec2A673)

This wallet is used for the Burn, Buyback, and Boost (BBB) mechanism, supporting the token economy and ecosystem sustainability.

{% hint style="warning" %}
With recent changes on the platform, this 10% may be adjusted to other areas.&#x20;
{% endhint %}

## Project Wallet

**Address:** [0x48e72b1221Fa8b965D8702Ab626dBD140f25B9Cd](https://bscscan.com/address/0x48e72b1221Fa8b965D8702Ab626dBD140f25B9Cd)

This wallet manages operational funds for VaultZero, including development, partnerships, and ecosystem expansion.

## Multi-Signature Vault Wallet ($1M Fund)

**Address:** [0x78258cD16D14AdaA1C0D5CA21Fbd7e10945BC571](https://bscscan.com/address/0x78258cD16D14AdaA1C0D5CA21Fbd7e10945BC571)

This wallet holds the $1 million Vault fund and is secured with a multi-signature system to ensure controlled management and security.


---

# 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.vaultzero.ai/vault-information/the-vault/vault-wallets.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.
