> For the complete documentation index, see [llms.txt](https://illuminance.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://illuminance.gitbook.io/docs/how-capital-operates-in-the-system/capital-flow-logic/results-profit-and-participant-actions.md).

# Results, Profit, and Participant Actions

As the system operates, results are continuously generated and recorded within the participant’s account.

Profit is:

* calculated
* recorded
* credited to the balance

**This process is fully automated and does not require participant involvement.**

#### Where Profit Comes From

It is important to understand that profit is generated from real market operations.

It is not:

* a notional calculation
* an internal redistribution
* dependent on new participant inflows

Profit is the result of executed trades within the market.

#### Why Results Are Continuous

The system operates without interruption.

* trades are executed continuously
* opportunities are processed in real time
* results are recorded over defined periods

This creates a steady flow of activity and result generation.

#### What the Participant Can Do

After profit is credited, the participant can:

* withdraw funds
* reinvest
* keep capital within the system

#### Return of Principal

At the end of the selected term:

* the principal is returned
* the generated profit remains with the participant (according to the plan conditions)

#### System Sustainability

The system remains sustainable because it:

* operates in real market conditions
* relies on technology rather than manual execution
* scales with infrastructure and capital
* is not dependent on a single source of activity

#### In Simple Terms

You allocate capital.\
The system identifies opportunities, executes trades, and captures profit.\
You receive the result.

***

This structure ensures that results are generated through real market activity, while participants retain full control over how they manage their capital after profit is received.


---

# 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, and the optional `goal` query parameter:

```
GET https://illuminance.gitbook.io/docs/how-capital-operates-in-the-system/capital-flow-logic/results-profit-and-participant-actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
