# Explainer: Modern Portfolio Theory (MPT)

Modern Portfolio Theory (MPT) is the backbone of DeFAI Agent Franklin's portfolio optimization approach.&#x20;

Developed by economist Harry Markowitz in 1952, MPT revolutionized financial investing by introducing mathematical methods for risk-return optimization.&#x20;

This explainer will provide historical background, fundamental concepts, and its application in Franklin AI.

{% content-ref url="/pages/f4nrt5RGCICb7itlD8bl" %}
[Historical Background](/explainer-modern-portfolio-theory-mpt/historical-background.md)
{% endcontent-ref %}

{% content-ref url="/pages/l9aswPhDOxqKLm40mjnr" %}
[Key Concepts](/explainer-modern-portfolio-theory-mpt/key-concepts.md)
{% endcontent-ref %}

{% content-ref url="/pages/12oBeVQSz3pHgfBM9AMQ" %}
[Application in Franklin AI](/explainer-modern-portfolio-theory-mpt/application-in-franklin-ai.md)
{% endcontent-ref %}

{% content-ref url="/pages/aWLs0G19es3m29b0267V" %}
[Why MPT Matters](/explainer-modern-portfolio-theory-mpt/why-mpt-matters.md)
{% endcontent-ref %}


---

# 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.dtf.fun/explainer-modern-portfolio-theory-mpt.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.
