> 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/capital-entry-and-activation.md).

# Capital Entry and Activation

The first step in the process is funding the balance within the platform.

After funding:

* funds are reflected in the user account
* capital is recorded by the system
* it becomes available for activation

At this stage, the capital is not yet involved in trading.\
This is a preparation phase required before the system can begin operating with the funds.

#### Why a Separate Preparation Stage Is Required

The separation of funding and activation ensures:

* system control
* security
* accurate fund tracking
* correct connection to strategies

This structure prevents uncontrolled capital movement and maintains the integrity of the system.

#### Activation as the Entry Point

Trading begins only after activation.

Once activated:

* funds are transferred into the trading pool
* capital is connected to the system
* allocation across strategies begins automatically

From this moment, the capital becomes active and starts participating in operations.

#### What “Connection to the System” Means

Connection means that:

* capital becomes part of the overall infrastructure
* the system begins using it within its processes
* allocation is handled automatically

The participant does not select trades or manage execution.\
They connect capital to a functioning mechanism.

***

Activation marks the transition from passive capital to active participation, where funds become part of the system and begin operating within its infrastructure.


---

# 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/capital-entry-and-activation.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.
