# How Guru Works

<figure><img src="/files/iKzMwmLqoHP1JzKKpmx6" alt=""><figcaption></figcaption></figure>

## Gurus / Fund Managers

Fund managers create a fund via the UI which allows other users to join by contributing base chain currency (ETH, SOL, etc). Once funds are contributed, the fund manager is able to trade on behalf of the fund investors.

The UI will have its own swap interface utilizing Jupiter and Uniswap protocols. Fund managers will only be able to trade via the platform itself.

When investors in the fund withdraw any profits, a portion of those profits are shared directly with the Fund Manager.

Managers are able to link their twitter accounts, add banners and descriptions, and other information to the fund profile in order to help show their legitimacy.

***

## Investors

Investors are able to browse funds and choose where to allocate their funds. When they enter a fund, they are given a % allocation of the fund, and at any moment in the future, they can withdraw their allocation by liquidating their allocation.

{% hint style="info" %}
A 1% fee is collected on entry.
{% endhint %}


---

# 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.guru.fund/how-guru-works.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.
