# How is a basic order created?

Managers can start making investment decisions for the fund by staking some [Kairo tokens](https://betoken.gitbook.io/docs/manage-the-fund/what-is-kairo) when they create an order. Decisions are immediately turned into actual investments using the equation

$$investmentAmount = totalFunds \times \frac{decisionStake}{totalKairoSupply}$$  &#x20;

During the Manage phase, managers can also sell any asset they invested in whenever they want at the current market price. After an asset has been sold, the fund's smart contract automatically determines how profitable the investment was and rewards/takes away Kairo based on the results.&#x20;

The amount of Kairos a user gets back after selling an asset is $$stake \times (1 + ROI)$$ , so if one of your investments had a 20% ROI (Return On Investment), you would get 20% more Kairo tokens back.

{% hint style="warning" %}
All investments should be sold before the end of the decision-making phase, or one's staked Kairos would be lost.
{% endhint %}

{% hint style="info" %}
Betoken uses [Kyber Network](https://kyber.network/) and DEX.ag as the token exchange platforms for executing all of its managers' investments.
{% 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://betoken.gitbook.io/docs/manage-the-fund/how-is-a-basic-position-created.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.
