> For the complete documentation index, see [llms.txt](https://morrow.gitbook.io/morrow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morrow.gitbook.io/morrow/01-introduction.md).

# 01 Introduction

<figure><img src="https://2248795970-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaR8fqDYgPLk0sJSfY3Q5%2Fuploads%2FEY5ztklCCkwIxTrYuiGw%2FIntroducing%20Morrow.png?alt=media&amp;token=26e05f61-4544-4870-8bdf-4a45d508f19a" alt=""><figcaption></figcaption></figure>

**What is Morrow Funds?**

MORROW is an on-chain portfolio platform that lets people build, manage and allocate capital to strategies.

A **Fund** is a portfolio made up of multiple assets, built around a specific strategy or conviction.

Instead of buying and managing every asset individually, users can interact with a strategy through a single Fund.

> **Build a strategy. Create a Fund. Let capital follow.**

***

#### **How It Works**

MORROW connects strategy creators with people looking to allocate capital.

**1. Build**

Create a Fund around your strategy, thesis or market view.

**2. Allocate**

Set the assets and target allocation that make up your portfolio.

**3. Manage**

Manage your Fund and rebalance its portfolio as your strategy evolves.

**4. Back**

Other users can discover your Fund and allocate capital to it.

Simple:

**Creator → Strategy → Fund → Capital**

***

#### **What is a Fund?**

A Fund is an on-chain portfolio containing multiple assets.

For example:

| Asset | Allocation |
| ----- | ---------- |
| ETH   | 40%        |
| SOL   | 30%        |
| BTC   | 20%        |
| USDC  | 10%        |

The Fund represents the portfolio as a single strategy rather than forcing users to manage each position separately.

Over time, the Fund can change as assets move in price, capital enters or exits, and the portfolio is rebalanced.


---

# 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://morrow.gitbook.io/morrow/01-introduction.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.
