# 💡 Core Concept

#### 1. Personal Vaults

* **What are they?** Personal Vaults are smart contracts deployed uniquely for individual users. They provide a secure environment to store your crypto assets and execute trading strategies. You have full control over your Personal Vault.
* **Functionality:**
  * **Asset Management:** Deposit and withdraw various ERC20 tokens.
  * **Trading:** Execute token swaps directly from your vault, leveraging integrated DEX liquidity (e.g., via Uniswap).
  * **Transaction History:** Track all activities within your vault.

#### 2. Community Vaults

* **What are they?** Community Vaults allow multiple users to pool their assets into a single, collectively managed or manager-operated vault. This can enable access to more complex strategies, diversified portfolios, or professional management.
* **Functionality:**
  * **Membership:** Mechanisms for joining and leaving community vaults (subject to vault rules).
  * **Shared Asset Pool:** Contributions from multiple members.
  * **Collective/Managed Trading:** Trades are executed for the entire vault, based on predefined strategies or by a designated vault manager.
  * **Performance Tracking:** Monitor the overall performance of the community vault.

#### 3. Vaultec Core

* **What is it?** The Vaultec Core refers to the central smart contracts and logic that govern the creation, operation, and interaction of all vaults on the platform. It ensures the integrity and security of the ecosystem.
* **Functionality:**
  * Vault factory/registry.
  * Core interaction protocols.
  * Platform-wide settings or parameters.

#### 4. AI Integration (Vaultec AI)

* **What is it?** Vaultec integrates Artificial Intelligence to provide users with enhanced decision-making tools, market insights, and potentially automated strategy execution.
* **Functionality:**
  * **AI Agent With MCP Feature:** Interact with an AI to ask questions about market conditions, vault performance, vault trading decision, or get strategy suggestions.
  * **AI-Driven Insights:** The platform may present data or signals generated by AI models.
  * **Automated Actions :** AI could potentially trigger predefined actions based on market conditions or user settings.

#### 5. Tokenomics

* **$VLT buy tax: 4%**
* **$VLT sell tax: 4%**
* **$VLT transfer tax: 0%**

***


---

# 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.vaultec.network/core-concept.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.
