> 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/trading-pool-and-capital-allocation.md).

# Trading Pool and Capital Allocation

Once capital is activated, it is integrated into a shared trading environment known as the trading pool.

The trading pool is a unified structure where participant capital operates collectively rather than independently.

#### Why the Trading Pool Is Necessary

The use of a shared pool allows the system to:

* aggregate capital
* allocate resources more efficiently
* scale operations
* access a larger number of trading opportunities

This is critical because greater capital volume enables the system to operate more effectively and at a higher scale.

#### How Capital Is Used Within the Pool

Within the pool:

* capital is combined into a larger operational volume
* the system distributes it across multiple strategies
* operations are executed at scale

Participants do not control how capital is distributed.\
Allocation is handled automatically by the system.

#### Why This Model Is More Efficient

If capital operated independently:

* the number of available trades would be limited
* efficiency would decrease
* operational constraints would increase

Within a pooled structure:

* the system can process more opportunities
* execution becomes faster
* overall performance improves

This model allows the infrastructure to function at a level that would not be achievable with isolated capital.

***

The trading pool transforms individual capital into a unified operational resource, enabling scale, efficiency, and access to a broader range of market opportunities.


---

# 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/trading-pool-and-capital-allocation.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.
