> 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/02-for-creators.md).

# 02 For Creators

### Create Your Fund

Have a strategy?

Turn it into an on-chain portfolio.

Choose the assets you want to hold, define your allocation and launch your Fund.

Your Fund becomes a public representation of your strategy that others can discover and potentially allocate capital to.

#### Your strategy

A Fund can be built around virtually any defined portfolio thesis:

* Market sectors
* Ecosystem exposure
* Long-term conviction
* Yield strategies
* DeFi
* Crypto narratives
* Diversified portfolios

The important part is that the strategy is clearly defined and represented by the Fund.

***

### Manage Your Fund

Markets change.

Your portfolio can change with them.

MORROW is designed to give Creators the infrastructure to manage their portfolio and rebalance positions according to their strategy.

You define the strategy.

MORROW provides the infrastructure.

***

### Attract Capital

Your MORROW isn't just a portfolio.

It's a way to put your strategy in front of capital.

Users can explore your Fund, understand its composition and decide whether they want exposure to the strategy.

**Your conviction. Their allocation.**


---

# 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/02-for-creators.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.
