> 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/the-role-of-the-participant-in-the-ecosystem/what-a-person-does-in-illuminance/what-the-participant-does-and-does-not-do.md).

# What the Participant Does (and Does Not Do)

To clearly understand the role of a participant in Illuminance, it is important to distinguish between what is expected from the individual and what is handled entirely by the system.

#### What the Participant Does

The participant:

* decides to join the system
* allocates and manages their capital
* chooses their level of involvement
* uses the available tools and infrastructure
* optionally develops a network or team

Their role is to interact with the system and define how deeply they want to engage with it.

#### What the Participant Does Not Do

The participant does not:

* trade manually
* analyze the market
* manage AI systems
* make trading decisions
* require technical or professional expertise

All operational and technical processes are fully handled by the infrastructure.

#### Why This Matters

In traditional financial models, success depends on personal skill, experience, and constant involvement.

In Illuminance, this dependency is removed.

The system itself performs:

* analysis
* decision-making
* execution

This allows participants to engage with complex financial processes without being limited by their own technical knowledge.

#### What Actually Matters

What matters within the system is not technical ability, but:

* understanding how the system works
* choosing a suitable role
* taking action based on that role

The level of results and opportunities depends on how the participant chooses to engage with the ecosystem.

***

Illuminance is built as a system where technology handles complexity, while the participant defines their path, level of involvement, and direction of growth within the ecosystem.


---

# 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/the-role-of-the-participant-in-the-ecosystem/what-a-person-does-in-illuminance/what-the-participant-does-and-does-not-do.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.
