# Welcome to Quantwealth

> **The First Wealth Manager for Decentralized Trust**

## What is Quantwealth?

QuantWealth is an AI-driven wealth manager for Web3, designed to simplify investing, maximize returns, and minimize risk. With QuantWealth, both individual consumers and financial institutions can invest in Web3 effortlessly, even with zero crypto knowledge.

## Why use Quantwealth?

## How does Quantwealth works?

Quantwealth's User flow

**Login**

* **Purpose**: Allows users to access the QuantWealth application.
* **Process**: Users log in using either from crypto wallets or social login. Onboarding screens will guide the user through the initial setup.

**Deposit**

* **Purpose**: Enables users to deposit funds into their account.
* **Process**: After confirming login for user, the system checks if a Smart Contract Wallet (SCW) exists. If not, it uses Create2 functionality to estimate the address. Users can then see their account overview and deposit funds and create SCW as well.

**Invest**

* **Purpose**: Allows users to invest their funds based on strategies
  * AI generated: Based on Asset and Risk profile, Medley shares strategy with users.
  * Custom: User can select and create it’s own strategy.
  * Expert Strategy Market: Tradfi experts strategy Selection.
* **Process**: Atlas pulls and streams data on-chain, which is then processed by Medley to create an investment strategy. Users select a strategy and sign transactions, which are processed at orderbook and executed by Wing. Guardian watches over the active investment to ensure the promised APR.


---

# 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.quantwealth.xyz/welcome-to-quantwealth.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.
