# PoolMode Overview

PoolMode allows traders to securely store their assets in a centralized pool account when placing orders, enabling automatic and precise asset transfer upon order fulfillment.&#x20;

1. **Order Placement and Asset Storage**:
   * Upon placing an order, a trader's token assets are first deposited into the pool account associated with the trade (Pool).
2. **Order Fulfillment and Asset Transfer**:
   * Once an order is fulfilled, assets are transferred from the trade pool account to the target trader's account.
   * This transfer ensures the smooth completion of the trade and the correct allocation of assets.
3. **Characteristics of the Trade Pool Account**:

   * The pool account is a fixed account.
   * The account structure is defined as: { owner = Pair\_CanisterId; subaccount = null }.
   * This means each trading pair has a uniquely designated owner, the Pair\_CanisterId, with the subaccount being null.

   <figure><img src="/files/Y9TvFybb5YogRRLNGrM6" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://iclighthouse.gitbook.io/iclighthouse/products/icdex/how-does-icdex-work/pool-management-model/poolmode-overview.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.
