# Introduction

TrancheVest is an advanced crypto investment platform that leverages AI agents and risk-based portfolio allocation to provide automated investments across different risk profiles. The system utilizes a multi-layered architecture integrating several cutting-edge technologies to deliver personalized investment strategies based on user preferences and market conditions.

The core innovation of TrancheVest lies in its use of specialized agents working together to analyze market sentiment, assess user risk tolerance, and execute trades through various DeFi protocols. The platform offers three distinct investment tranches (Green, Blue, and Growth) corresponding to different risk levels, allowing users to diversify their crypto investments according to their risk appetite.

This document provides a comprehensive technical overview of the TrancheVest architecture, detailing each layer's functionality, key components, and integration points.

{% embed url="<https://youtu.be/udnrmtK0kpY?si=f-13auy4726Fu5mF>" %}


---

# 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://tranchevest.gitbook.io/tranchevest-1/introduction.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.
