> For the complete documentation index, see [llms.txt](https://fiindia.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fiindia.gitbook.io/wiki/how-much-do-i-need/fire-portfolio.md).

# Fire portfolio

How much money you need to retire is called your FIRE portfolio (or FIRE corpus).&#x20;

{% hint style="danger" %}
Your *Net Worth* is **NOT** your FIRE portfolio
{% endhint %}

**A FIRE portfolio includes only invested assets that generate income** for you to live on in after you FIRE. A rental property is part of both your net worth and your FIRE portfolio. Your car is a part of your net worth, but is not part of your FIRE portfolio. Do not count your primary residence in your FIRE portfolio. Your expenses already take into account your primary residence because you don't need to consider rent in your expenses!

But how does one compute that FIRE portfolio target number for oneself? Well for that we need to perform some calculations - the two most popular approaches being the **Safe Withdrawal Rate strategy** and the **Bucket Strategy** which we will discuss below.


---

# 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:

```
GET https://fiindia.gitbook.io/wiki/how-much-do-i-need/fire-portfolio.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.
