# Product

## Product Overview

Core Components:

1. Strategy Vaults: Non-custodial smart contract containers with deposit/withdrawal logic,and fee accounting.
2. Rwa products : Rwa products creates explaining creator goal, based on reputation this user has on web as his socials and in past products in Defunds.
3. Trading engine : Manager can sign with his wallet to trade vault funds inside our program, routing orders through well knowed platforms.
4. Fee Engine: Performance and management fee module auto and transparent.
5. Manager Console: Deploy vaults, configure fees, define parameters (whitelists, caps).
6. Investor Portal: Search, filter, allocate, monitor, withdraw.
7. Compliance Abstractions (future): Optional whitelisting (KYC gating) for regulated jurisdictions.

&#x20;

## User Personas

* Manager: Operates managed vaults. Needs rapid deployment, audited infrastructure, transparent fee mechanics and trustable trading tool.
* Rwa creator : Looks for raise capital to use in real world and bring yield to investors.
* Discretionary Trader: Seeks a low-friction way to raise on-chain capital.
* Crypto-native Yield Aggregator: Integrates structured strategies into meta products.
* Retail Investor: Desires professional-grade returns


---

# 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://defunds-finance.gitbook.io/whitepaper/product.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.
