# Model Personalization

Omira’s 0.07 model specifically tailors its recommendations to each user’s individual trader profile. Trader profiles are created by 0.07 based on the following sources:

1. **A self-evaluation submitted to the model by the trader upon registration, which includes questions related to:**

* Risk tolerance level (conservative, moderate, aggressive)
* Preferred holding periods (day trading, swing trading, long-term)
* Investment goals (growth, income, preservation)
* Previous trading experience and knowledge level

***

2. **A monitoring of the trader’s wallet activities & on-chain behaviour, evaluating factors such as:**

* Average position size relative to portfolio
* Historical trade frequency and timing
* Asset diversification patterns
* Reaction to market volatility
* Profit-taking behaviors
* Stop-loss adherence

Based on these sources, 0.07 creates an individual trader profile for each user with parameters such as:

* Risk appetite score
* Preferred trading timeframes
* Asset allocation boundaries
* Maximum drawdown tolerance
* Minimum profit target
* Volatility tolerance

{% hint style="info" %}
In this way, Omira’s 0.07 model is able to tailor its suggestions and recommendations specifically to the user.
{% 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://omira-documentations.gitbook.io/omira-documentations/0.07-agent-model/model-whitepaper/model-personalization.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.
